@aleen42/calendar 1.0.0 → 1.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo.html +12 -1
- package/dist/{06d02b98ae8c6eeb4bef.eot → 1ffc66daa57639e58317.ttf} +0 -0
- package/dist/{9cf120f831877332538d.ttf → 30a45eca2dae599b07ce.eot} +0 -0
- package/dist/3416610660235f8cb0dd.woff +0 -0
- package/dist/calendar.css +712 -439
- package/dist/calendar.js +21914 -21731
- package/dist/calendar.legacy.min.js +1 -1
- package/dist/calendar.min.css +1 -1
- package/dist/calendar.min.js +1 -1
- package/dist/cdddbecde618d9d11078.svg +483 -0
- package/dist/iconfont.css +1 -1
- package/package.json +3 -3
- package/dist/98cbee53698ff854db85.svg +0 -480
- package/dist/c4a239c45e4cb8f8165d.woff +0 -0
package/dist/calendar.css
CHANGED
|
@@ -623,6 +623,9 @@ input[disabled][role=dropdown] + i {
|
|
|
623
623
|
display: inline-block;
|
|
624
624
|
margin: 0 3px;
|
|
625
625
|
}
|
|
626
|
+
.u-page-btns .u-page-btn.visible-input {
|
|
627
|
+
cursor: default;
|
|
628
|
+
}
|
|
626
629
|
.u-page-btns-center {
|
|
627
630
|
margin-left: 0;
|
|
628
631
|
margin-right: 1px;
|
|
@@ -630,6 +633,9 @@ input[disabled][role=dropdown] + i {
|
|
|
630
633
|
.u-page-btns-center .u-page-btn {
|
|
631
634
|
background-color: #fff;
|
|
632
635
|
}
|
|
636
|
+
.u-page-btns-center .u-page-btn .u-input {
|
|
637
|
+
margin-top: -1px;
|
|
638
|
+
}
|
|
633
639
|
.u-page-btns-center .u-page-menu {
|
|
634
640
|
top: auto;
|
|
635
641
|
bottom: 100%;
|
|
@@ -656,13 +662,21 @@ input[disabled][role=dropdown] + i {
|
|
|
656
662
|
opacity: 1;
|
|
657
663
|
cursor: pointer;
|
|
658
664
|
}
|
|
659
|
-
.u-page-btn:not(.disabled):hover {
|
|
665
|
+
.u-page-btn:not(.disabled):not(.visible-input):hover {
|
|
660
666
|
background: #ebebeb;
|
|
661
667
|
}
|
|
662
|
-
.u-page-btn:not(.disabled):active,
|
|
663
|
-
.u-page-btn:not(.disabled).active {
|
|
668
|
+
.u-page-btn:not(.disabled):not(.visible-input):active,
|
|
669
|
+
.u-page-btn:not(.disabled):not(.visible-input).active {
|
|
664
670
|
background: #e5e5e5;
|
|
665
671
|
}
|
|
672
|
+
.u-page-btn .u-input {
|
|
673
|
+
font-size: 13px;
|
|
674
|
+
padding: 5px 2px;
|
|
675
|
+
height: 20px;
|
|
676
|
+
float: left !important;
|
|
677
|
+
margin-right: 10px;
|
|
678
|
+
text-align: center;
|
|
679
|
+
}
|
|
666
680
|
.u-page-btnsel.iconfont {
|
|
667
681
|
display: inline-block;
|
|
668
682
|
overflow: hidden;
|
|
@@ -1411,7 +1425,7 @@ body p {
|
|
|
1411
1425
|
.m-cal-week .content-wrapper .main-content .toolbar,
|
|
1412
1426
|
.m-cal-month .content-wrapper .main-content .toolbar,
|
|
1413
1427
|
.m-cal-list .content-wrapper .main-content .toolbar {
|
|
1414
|
-
padding: 12px
|
|
1428
|
+
padding: 12px 16px;
|
|
1415
1429
|
height: 55px;
|
|
1416
1430
|
box-sizing: border-box;
|
|
1417
1431
|
border-bottom: 1px solid #e8e8e8;
|
|
@@ -1456,8 +1470,24 @@ body p {
|
|
|
1456
1470
|
.m-cal-week .content-wrapper .main-content .calendar,
|
|
1457
1471
|
.m-cal-month .content-wrapper .main-content .calendar,
|
|
1458
1472
|
.m-cal-list .content-wrapper .main-content .calendar {
|
|
1473
|
+
white-space: nowrap;
|
|
1459
1474
|
position: absolute;
|
|
1475
|
+
top: 0;
|
|
1460
1476
|
bottom: 0;
|
|
1477
|
+
left: 0;
|
|
1478
|
+
right: 0;
|
|
1479
|
+
}
|
|
1480
|
+
.m-cal-day .content-wrapper .main-content .calendar > *,
|
|
1481
|
+
.m-cal-week .content-wrapper .main-content .calendar > *,
|
|
1482
|
+
.m-cal-month .content-wrapper .main-content .calendar > *,
|
|
1483
|
+
.m-cal-list .content-wrapper .main-content .calendar > * {
|
|
1484
|
+
font-size: 0;
|
|
1485
|
+
}
|
|
1486
|
+
.m-cal-day .content-wrapper .main-content .calendar > * > *,
|
|
1487
|
+
.m-cal-week .content-wrapper .main-content .calendar > * > *,
|
|
1488
|
+
.m-cal-month .content-wrapper .main-content .calendar > * > *,
|
|
1489
|
+
.m-cal-list .content-wrapper .main-content .calendar > * > * {
|
|
1490
|
+
font-size: 14px;
|
|
1461
1491
|
}
|
|
1462
1492
|
.m-cal-day .content-wrapper .main-content .calendar table,
|
|
1463
1493
|
.m-cal-week .content-wrapper .main-content .calendar table,
|
|
@@ -1549,13 +1579,13 @@ body p {
|
|
|
1549
1579
|
width: 12px;
|
|
1550
1580
|
height: 12px;
|
|
1551
1581
|
border-radius: 12px;
|
|
1552
|
-
margin: -6px 0 0 -
|
|
1582
|
+
margin: -6px 0 0 -4px;
|
|
1553
1583
|
}
|
|
1554
1584
|
.m-cal-day .content-wrapper .main-content .calendar li.now:after,
|
|
1555
1585
|
.m-cal-week .content-wrapper .main-content .calendar li.now:after,
|
|
1556
1586
|
.m-cal-month .content-wrapper .main-content .calendar li.now:after,
|
|
1557
1587
|
.m-cal-list .content-wrapper .main-content .calendar li.now:after {
|
|
1558
|
-
left:
|
|
1588
|
+
left: 10px;
|
|
1559
1589
|
right: 0;
|
|
1560
1590
|
height: 2px;
|
|
1561
1591
|
top: -1px;
|
|
@@ -1565,10 +1595,10 @@ body p {
|
|
|
1565
1595
|
.m-cal-month .content-wrapper .main-content .calendar li.event_selection,
|
|
1566
1596
|
.m-cal-list .content-wrapper .main-content .calendar li.event_selection {
|
|
1567
1597
|
font-size: 12px;
|
|
1568
|
-
line-height:
|
|
1598
|
+
line-height: 24px;
|
|
1569
1599
|
height: 24px;
|
|
1570
1600
|
border-radius: 3px;
|
|
1571
|
-
padding:
|
|
1601
|
+
padding: 0 4px 0 4px;
|
|
1572
1602
|
box-sizing: border-box;
|
|
1573
1603
|
z-index: 2;
|
|
1574
1604
|
position: relative;
|
|
@@ -1580,12 +1610,19 @@ body p {
|
|
|
1580
1610
|
.m-cal-list .content-wrapper .main-content .calendar li.event_selection.collapsed {
|
|
1581
1611
|
visibility: hidden;
|
|
1582
1612
|
}
|
|
1613
|
+
.m-cal-day .content-wrapper .main-content .calendar li.event_selection .event_msg,
|
|
1614
|
+
.m-cal-week .content-wrapper .main-content .calendar li.event_selection .event_msg,
|
|
1615
|
+
.m-cal-month .content-wrapper .main-content .calendar li.event_selection .event_msg,
|
|
1616
|
+
.m-cal-list .content-wrapper .main-content .calendar li.event_selection .event_msg {
|
|
1617
|
+
padding-left: 4px;
|
|
1618
|
+
}
|
|
1583
1619
|
.m-cal-day .content-wrapper .main-content .calendar li.event_selection .event_icon,
|
|
1584
1620
|
.m-cal-week .content-wrapper .main-content .calendar li.event_selection .event_icon,
|
|
1585
1621
|
.m-cal-month .content-wrapper .main-content .calendar li.event_selection .event_icon,
|
|
1586
1622
|
.m-cal-list .content-wrapper .main-content .calendar li.event_selection .event_icon {
|
|
1587
1623
|
font-size: 20px;
|
|
1588
1624
|
white-space: nowrap;
|
|
1625
|
+
line-height: 24px;
|
|
1589
1626
|
}
|
|
1590
1627
|
.m-cal-day .content-wrapper .main-content .calendar li.event_selection:not(.counter):before,
|
|
1591
1628
|
.m-cal-week .content-wrapper .main-content .calendar li.event_selection:not(.counter):before,
|
|
@@ -1607,25 +1644,86 @@ body p {
|
|
|
1607
1644
|
.m-cal-list .content-wrapper .main-content .calendar li.event_selection.short-item:before {
|
|
1608
1645
|
height: 6px;
|
|
1609
1646
|
}
|
|
1647
|
+
.m-cal-day .content-wrapper .main-content .calendar .header,
|
|
1648
|
+
.m-cal-week .content-wrapper .main-content .calendar .header,
|
|
1649
|
+
.m-cal-month .content-wrapper .main-content .calendar .header,
|
|
1650
|
+
.m-cal-list .content-wrapper .main-content .calendar .header {
|
|
1651
|
+
overflow: hidden;
|
|
1652
|
+
}
|
|
1610
1653
|
.m-cal-day .content-wrapper .main-content .calendar .main,
|
|
1611
1654
|
.m-cal-week .content-wrapper .main-content .calendar .main,
|
|
1612
1655
|
.m-cal-month .content-wrapper .main-content .calendar .main,
|
|
1613
1656
|
.m-cal-list .content-wrapper .main-content .calendar .main {
|
|
1614
1657
|
position: absolute;
|
|
1615
|
-
top: 0;
|
|
1616
1658
|
bottom: 0;
|
|
1617
|
-
|
|
1618
|
-
|
|
1659
|
+
width: 100%;
|
|
1660
|
+
overflow-x: auto;
|
|
1661
|
+
overflow-y: hidden;
|
|
1619
1662
|
}
|
|
1620
1663
|
.m-cal-week[firstweekday] .content-wrapper .main-content .calendar .main table td:last-child,
|
|
1621
1664
|
.m-cal-week[firstweekday="0"] .content-wrapper .main-content .calendar .main table td:nth-child(2),
|
|
1622
1665
|
.m-cal-week[firstweekday="1"] .content-wrapper .main-content .calendar .main table td:nth-child(7) {
|
|
1623
1666
|
background: #f5f6f8;
|
|
1624
1667
|
}
|
|
1668
|
+
.m-cal-day .content-wrapper .main-content .time-offset,
|
|
1669
|
+
.m-cal-week .content-wrapper .main-content .time-offset {
|
|
1670
|
+
width: 60px;
|
|
1671
|
+
text-align: center;
|
|
1672
|
+
position: absolute;
|
|
1673
|
+
top: 0;
|
|
1674
|
+
bottom: 0;
|
|
1675
|
+
left: 0;
|
|
1676
|
+
right: 0;
|
|
1677
|
+
}
|
|
1678
|
+
.m-cal-day .content-wrapper .main-content .time-offset.scrollable .time-offset-table,
|
|
1679
|
+
.m-cal-week .content-wrapper .main-content .time-offset.scrollable .time-offset-table {
|
|
1680
|
+
overflow-x: scroll;
|
|
1681
|
+
}
|
|
1682
|
+
.m-cal-day .content-wrapper .main-content .time-offset .time-offset-table,
|
|
1683
|
+
.m-cal-week .content-wrapper .main-content .time-offset .time-offset-table {
|
|
1684
|
+
border-top: 1px solid #e8e8e8;
|
|
1685
|
+
overflow: hidden;
|
|
1686
|
+
padding-bottom: 30px;
|
|
1687
|
+
position: absolute;
|
|
1688
|
+
top: 0;
|
|
1689
|
+
bottom: 0;
|
|
1690
|
+
left: 0;
|
|
1691
|
+
right: 0;
|
|
1692
|
+
}
|
|
1693
|
+
.m-cal-day .content-wrapper .main-content .time-offset .time-offset-table td:first-child,
|
|
1694
|
+
.m-cal-week .content-wrapper .main-content .time-offset .time-offset-table td:first-child {
|
|
1695
|
+
border-width: 0 1px 1px 0;
|
|
1696
|
+
}
|
|
1697
|
+
.m-cal-day .content-wrapper .main-content .time-offset .time-offset-utc,
|
|
1698
|
+
.m-cal-week .content-wrapper .main-content .time-offset .time-offset-utc {
|
|
1699
|
+
border-right: 1px solid #e8e8e8;
|
|
1700
|
+
box-sizing: border-box;
|
|
1701
|
+
vertical-align: bottom;
|
|
1702
|
+
}
|
|
1703
|
+
.m-cal-day .content-wrapper .main-content .calendar,
|
|
1704
|
+
.m-cal-week .content-wrapper .main-content .calendar {
|
|
1705
|
+
left: 60px;
|
|
1706
|
+
}
|
|
1707
|
+
.m-cal-day .content-wrapper .main-content .calendar.scrollable .all-days,
|
|
1708
|
+
.m-cal-week .content-wrapper .main-content .calendar.scrollable .all-days {
|
|
1709
|
+
overflow-y: scroll;
|
|
1710
|
+
}
|
|
1625
1711
|
.m-cal-day .content-wrapper .main-content .calendar .all-days,
|
|
1626
1712
|
.m-cal-week .content-wrapper .main-content .calendar .all-days {
|
|
1713
|
+
position: absolute;
|
|
1714
|
+
width: 100%;
|
|
1715
|
+
overflow-x: hidden;
|
|
1716
|
+
overflow-y: auto;
|
|
1627
1717
|
max-height: 260px;
|
|
1628
1718
|
}
|
|
1719
|
+
.m-cal-day .content-wrapper .main-content .calendar .all-days.empty,
|
|
1720
|
+
.m-cal-week .content-wrapper .main-content .calendar .all-days.empty {
|
|
1721
|
+
height: 0;
|
|
1722
|
+
}
|
|
1723
|
+
.m-cal-day .content-wrapper .main-content .calendar .all-days:not(.empty),
|
|
1724
|
+
.m-cal-week .content-wrapper .main-content .calendar .all-days:not(.empty) {
|
|
1725
|
+
border-top: 1px solid #e8e8e8;
|
|
1726
|
+
}
|
|
1629
1727
|
.m-cal-day .content-wrapper .main-content .calendar .all-days span.date-next,
|
|
1630
1728
|
.m-cal-week .content-wrapper .main-content .calendar .all-days span.date-next {
|
|
1631
1729
|
margin-left: 5px;
|
|
@@ -1651,10 +1749,18 @@ body p {
|
|
|
1651
1749
|
.m-cal-week .content-wrapper .main-content .calendar .all-days span.date-prev i {
|
|
1652
1750
|
color: #2e2e2e;
|
|
1653
1751
|
}
|
|
1654
|
-
.m-cal-day .content-wrapper .main-content .calendar .all-days table td,
|
|
1655
|
-
.m-cal-week .content-wrapper .main-content .calendar .all-days table td {
|
|
1752
|
+
.m-cal-day .content-wrapper .main-content .calendar .all-days .cal-table td,
|
|
1753
|
+
.m-cal-week .content-wrapper .main-content .calendar .all-days .cal-table td {
|
|
1656
1754
|
vertical-align: top;
|
|
1657
1755
|
}
|
|
1756
|
+
.m-cal-day .content-wrapper .main-content .calendar .all-days .cal-table td,
|
|
1757
|
+
.m-cal-week .content-wrapper .main-content .calendar .all-days .cal-table td,
|
|
1758
|
+
.m-cal-day .content-wrapper .main-content .calendar .all-days .cal-table td:first-child,
|
|
1759
|
+
.m-cal-week .content-wrapper .main-content .calendar .all-days .cal-table td:first-child,
|
|
1760
|
+
.m-cal-day .content-wrapper .main-content .calendar .all-days .cal-table td:last-child,
|
|
1761
|
+
.m-cal-week .content-wrapper .main-content .calendar .all-days .cal-table td:last-child {
|
|
1762
|
+
border-bottom-width: 0;
|
|
1763
|
+
}
|
|
1658
1764
|
.m-cal-day .content-wrapper .main-content .calendar .all-days ul,
|
|
1659
1765
|
.m-cal-week .content-wrapper .main-content .calendar .all-days ul {
|
|
1660
1766
|
padding: 0 2px;
|
|
@@ -1693,125 +1799,124 @@ body p {
|
|
|
1693
1799
|
bottom: 2px;
|
|
1694
1800
|
right: 4px;
|
|
1695
1801
|
}
|
|
1696
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1697
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1698
|
-
top: 58px;
|
|
1802
|
+
.m-cal-day .content-wrapper .main-content .calendar .main,
|
|
1803
|
+
.m-cal-week .content-wrapper .main-content .calendar .main {
|
|
1699
1804
|
border-top: 1px solid #e8e8e8;
|
|
1805
|
+
overflow-y: auto;
|
|
1700
1806
|
}
|
|
1701
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1702
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
.m-cal-week .content-wrapper .main-content .calendar div.main table td {
|
|
1707
|
-
border-style: solid;
|
|
1708
|
-
border-color: #e8e8e8;
|
|
1709
|
-
border-width: 0 1px 1px 1px;
|
|
1710
|
-
}
|
|
1711
|
-
.m-cal-day .content-wrapper .main-content .calendar div.main table td:first-child,
|
|
1712
|
-
.m-cal-week .content-wrapper .main-content .calendar div.main table td:first-child {
|
|
1713
|
-
width: 60px;
|
|
1714
|
-
padding: 0 8px;
|
|
1715
|
-
border-width: 0 1px 0 0;
|
|
1716
|
-
box-sizing: border-box;
|
|
1717
|
-
text-align: center;
|
|
1807
|
+
.m-cal-day .content-wrapper .main-content .calendar table,
|
|
1808
|
+
.m-cal-week .content-wrapper .main-content .calendar table,
|
|
1809
|
+
.m-cal-day .content-wrapper .main-content .time-offset table,
|
|
1810
|
+
.m-cal-week .content-wrapper .main-content .time-offset table {
|
|
1811
|
+
width: 100%;
|
|
1718
1812
|
}
|
|
1719
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1720
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1721
|
-
|
|
1813
|
+
.m-cal-day .content-wrapper .main-content .calendar table th,
|
|
1814
|
+
.m-cal-week .content-wrapper .main-content .calendar table th,
|
|
1815
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th,
|
|
1816
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th,
|
|
1817
|
+
.m-cal-day .content-wrapper .main-content .calendar table td,
|
|
1818
|
+
.m-cal-week .content-wrapper .main-content .calendar table td,
|
|
1819
|
+
.m-cal-day .content-wrapper .main-content .time-offset table td,
|
|
1820
|
+
.m-cal-week .content-wrapper .main-content .time-offset table td {
|
|
1821
|
+
border: 0 solid #e8e8e8;
|
|
1822
|
+
}
|
|
1823
|
+
.m-cal-day .content-wrapper .main-content .calendar table th:not(:last-child),
|
|
1824
|
+
.m-cal-week .content-wrapper .main-content .calendar table th:not(:last-child),
|
|
1825
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th:not(:last-child),
|
|
1826
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th:not(:last-child),
|
|
1827
|
+
.m-cal-day .content-wrapper .main-content .calendar table td:not(:last-child),
|
|
1828
|
+
.m-cal-week .content-wrapper .main-content .calendar table td:not(:last-child),
|
|
1829
|
+
.m-cal-day .content-wrapper .main-content .time-offset table td:not(:last-child),
|
|
1830
|
+
.m-cal-week .content-wrapper .main-content .time-offset table td:not(:last-child) {
|
|
1831
|
+
border-right-width: 1px;
|
|
1722
1832
|
}
|
|
1723
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1724
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1833
|
+
.m-cal-day .content-wrapper .main-content .calendar table td,
|
|
1834
|
+
.m-cal-week .content-wrapper .main-content .calendar table td,
|
|
1835
|
+
.m-cal-day .content-wrapper .main-content .time-offset table td,
|
|
1836
|
+
.m-cal-week .content-wrapper .main-content .time-offset table td {
|
|
1725
1837
|
border-width: 0 1px 1px 0;
|
|
1726
1838
|
}
|
|
1727
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1728
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1729
|
-
|
|
1839
|
+
.m-cal-day .content-wrapper .main-content .calendar table td:not(:last-child),
|
|
1840
|
+
.m-cal-week .content-wrapper .main-content .calendar table td:not(:last-child),
|
|
1841
|
+
.m-cal-day .content-wrapper .main-content .time-offset table td:not(:last-child),
|
|
1842
|
+
.m-cal-week .content-wrapper .main-content .time-offset table td:not(:last-child) {
|
|
1843
|
+
border-width: 0 0 1px 0;
|
|
1730
1844
|
}
|
|
1731
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1732
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1845
|
+
.m-cal-day .content-wrapper .main-content .calendar table td li,
|
|
1846
|
+
.m-cal-week .content-wrapper .main-content .calendar table td li,
|
|
1847
|
+
.m-cal-day .content-wrapper .main-content .time-offset table td li,
|
|
1848
|
+
.m-cal-week .content-wrapper .main-content .time-offset table td li {
|
|
1733
1849
|
position: absolute;
|
|
1734
1850
|
}
|
|
1735
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1736
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1851
|
+
.m-cal-day .content-wrapper .main-content .calendar table tr.odd td,
|
|
1852
|
+
.m-cal-week .content-wrapper .main-content .calendar table tr.odd td,
|
|
1853
|
+
.m-cal-day .content-wrapper .main-content .time-offset table tr.odd td,
|
|
1854
|
+
.m-cal-week .content-wrapper .main-content .time-offset table tr.odd td {
|
|
1737
1855
|
border-bottom-style: dashed;
|
|
1738
1856
|
}
|
|
1739
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1740
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1857
|
+
.m-cal-day .content-wrapper .main-content .calendar table tr:not(.odd) td,
|
|
1858
|
+
.m-cal-week .content-wrapper .main-content .calendar table tr:not(.odd) td,
|
|
1859
|
+
.m-cal-day .content-wrapper .main-content .time-offset table tr:not(.odd) td,
|
|
1860
|
+
.m-cal-week .content-wrapper .main-content .time-offset table tr:not(.odd) td {
|
|
1741
1861
|
border-top-style: dashed;
|
|
1742
1862
|
}
|
|
1743
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1744
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1863
|
+
.m-cal-day .content-wrapper .main-content .calendar table tr td,
|
|
1864
|
+
.m-cal-week .content-wrapper .main-content .calendar table tr td,
|
|
1865
|
+
.m-cal-day .content-wrapper .main-content .time-offset table tr td,
|
|
1866
|
+
.m-cal-week .content-wrapper .main-content .time-offset table tr td {
|
|
1745
1867
|
height: 31px;
|
|
1746
1868
|
}
|
|
1747
|
-
.m-cal-day .content-wrapper .main-content .calendar
|
|
1748
|
-
.m-cal-week .content-wrapper .main-content .calendar
|
|
1869
|
+
.m-cal-day .content-wrapper .main-content .calendar table tr td:not(:first-child),
|
|
1870
|
+
.m-cal-week .content-wrapper .main-content .calendar table tr td:not(:first-child),
|
|
1871
|
+
.m-cal-day .content-wrapper .main-content .time-offset table tr td:not(:first-child),
|
|
1872
|
+
.m-cal-week .content-wrapper .main-content .time-offset table tr td:not(:first-child) {
|
|
1749
1873
|
vertical-align: top;
|
|
1750
1874
|
}
|
|
1751
|
-
.m-cal-day .content-wrapper .main-content .calendar table th,
|
|
1752
|
-
.m-cal-week .content-wrapper .main-content .calendar table th,
|
|
1753
|
-
.m-cal-day .content-wrapper .main-content .calendar table td,
|
|
1754
|
-
.m-cal-week .content-wrapper .main-content .calendar table td {
|
|
1755
|
-
border-style: solid;
|
|
1756
|
-
border-color: #e8e8e8;
|
|
1757
|
-
}
|
|
1758
|
-
.m-cal-day .content-wrapper .main-content .calendar table th:first-child,
|
|
1759
|
-
.m-cal-week .content-wrapper .main-content .calendar table th:first-child,
|
|
1760
|
-
.m-cal-day .content-wrapper .main-content .calendar table td:first-child,
|
|
1761
|
-
.m-cal-week .content-wrapper .main-content .calendar table td:first-child {
|
|
1762
|
-
width: 60px;
|
|
1763
|
-
padding: 0 8px;
|
|
1764
|
-
border-width: 0 1px 0 0;
|
|
1765
|
-
box-sizing: border-box;
|
|
1766
|
-
text-align: center;
|
|
1767
|
-
}
|
|
1768
|
-
.m-cal-day .content-wrapper .main-content .calendar table th:last-child,
|
|
1769
|
-
.m-cal-week .content-wrapper .main-content .calendar table th:last-child,
|
|
1770
|
-
.m-cal-day .content-wrapper .main-content .calendar table td:last-child,
|
|
1771
|
-
.m-cal-week .content-wrapper .main-content .calendar table td:last-child {
|
|
1772
|
-
border-width: 0 0 0 1px;
|
|
1773
|
-
}
|
|
1774
|
-
.m-cal-day .content-wrapper .main-content .calendar table th,
|
|
1775
|
-
.m-cal-week .content-wrapper .main-content .calendar table th {
|
|
1776
|
-
border-width: 0 0 0 1px;
|
|
1777
|
-
}
|
|
1778
1875
|
.m-cal-day .content-wrapper .main-content .calendar table th.cal-today,
|
|
1779
|
-
.m-cal-week .content-wrapper .main-content .calendar table th.cal-today
|
|
1876
|
+
.m-cal-week .content-wrapper .main-content .calendar table th.cal-today,
|
|
1877
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th.cal-today,
|
|
1878
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th.cal-today {
|
|
1780
1879
|
border-top-width: 4px;
|
|
1781
1880
|
}
|
|
1782
|
-
.m-cal-day .content-wrapper .main-content .calendar table td,
|
|
1783
|
-
.m-cal-week .content-wrapper .main-content .calendar table td {
|
|
1784
|
-
border-width: 0 1px;
|
|
1785
|
-
}
|
|
1786
1881
|
.m-cal-day .content-wrapper .main-content .calendar table th,
|
|
1787
|
-
.m-cal-week .content-wrapper .main-content .calendar table th
|
|
1882
|
+
.m-cal-week .content-wrapper .main-content .calendar table th,
|
|
1883
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th,
|
|
1884
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th {
|
|
1788
1885
|
height: 60px;
|
|
1789
1886
|
font-size: 12px;
|
|
1790
1887
|
padding: 4px 0;
|
|
1791
1888
|
vertical-align: top;
|
|
1792
1889
|
}
|
|
1793
|
-
.m-cal-day .content-wrapper .main-content .calendar table th:first-child,
|
|
1794
|
-
.m-cal-week .content-wrapper .main-content .calendar table th:first-child {
|
|
1795
|
-
vertical-align: bottom;
|
|
1796
|
-
}
|
|
1797
1890
|
.m-cal-day .content-wrapper .main-content .calendar table th > .label,
|
|
1798
1891
|
.m-cal-week .content-wrapper .main-content .calendar table th > .label,
|
|
1892
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th > .label,
|
|
1893
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th > .label,
|
|
1799
1894
|
.m-cal-day .content-wrapper .main-content .calendar table th .date,
|
|
1800
|
-
.m-cal-week .content-wrapper .main-content .calendar table th .date
|
|
1895
|
+
.m-cal-week .content-wrapper .main-content .calendar table th .date,
|
|
1896
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th .date,
|
|
1897
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th .date {
|
|
1801
1898
|
padding: 0 12px;
|
|
1899
|
+
overflow: hidden;
|
|
1900
|
+
word-wrap: normal;
|
|
1901
|
+
white-space: nowrap;
|
|
1902
|
+
text-overflow: ellipsis;
|
|
1802
1903
|
}
|
|
1803
1904
|
.m-cal-day .content-wrapper .main-content .calendar table th .date,
|
|
1804
|
-
.m-cal-week .content-wrapper .main-content .calendar table th .date
|
|
1905
|
+
.m-cal-week .content-wrapper .main-content .calendar table th .date,
|
|
1906
|
+
.m-cal-day .content-wrapper .main-content .time-offset table th .date,
|
|
1907
|
+
.m-cal-week .content-wrapper .main-content .time-offset table th .date {
|
|
1805
1908
|
font-size: 14px;
|
|
1806
1909
|
line-height: 28px;
|
|
1807
1910
|
margin-top: 4px;
|
|
1808
1911
|
}
|
|
1912
|
+
.m-cal-day .content-wrapper .main-content .calendar table th:not(:last-child) {
|
|
1913
|
+
border-right-width: 0;
|
|
1914
|
+
}
|
|
1809
1915
|
.m-cal-month .content-wrapper .main-content.aside {
|
|
1810
1916
|
margin-right: 340px /** gap = */;
|
|
1811
1917
|
}
|
|
1812
|
-
.m-cal-month .content-wrapper .main-content .calendar
|
|
1813
|
-
|
|
1814
|
-
overflow: hidden !important;
|
|
1918
|
+
.m-cal-month .content-wrapper .main-content .calendar {
|
|
1919
|
+
overflow: hidden;
|
|
1815
1920
|
}
|
|
1816
1921
|
.m-cal-month .content-wrapper .main-content .calendar table td,
|
|
1817
1922
|
.m-cal-month .content-wrapper .main-content .calendar table th {
|
|
@@ -1820,6 +1925,10 @@ body p {
|
|
|
1820
1925
|
.m-cal-month .content-wrapper .main-content .calendar table th {
|
|
1821
1926
|
height: 48px;
|
|
1822
1927
|
padding: 20px 0 8px 14px;
|
|
1928
|
+
overflow: hidden;
|
|
1929
|
+
word-wrap: normal;
|
|
1930
|
+
white-space: nowrap;
|
|
1931
|
+
text-overflow: ellipsis;
|
|
1823
1932
|
}
|
|
1824
1933
|
.m-cal-month .content-wrapper .main-content .calendar table td {
|
|
1825
1934
|
cursor: pointer;
|
|
@@ -1902,6 +2011,10 @@ body p {
|
|
|
1902
2011
|
position: absolute;
|
|
1903
2012
|
z-index: 1;
|
|
1904
2013
|
}
|
|
2014
|
+
.m-cal-month .content-wrapper .main-content.transition,
|
|
2015
|
+
.m-cal-month .content-wrapper .main-content.transition + .aside-content {
|
|
2016
|
+
transition: 0.1s cubic-bezier(0.17, 0.17, 0, 1);
|
|
2017
|
+
}
|
|
1905
2018
|
.m-cal-month .content-wrapper .main-content.transition .calendar table td li {
|
|
1906
2019
|
transition: width 0.1s cubic-bezier(0.17, 0.17, 0, 1);
|
|
1907
2020
|
}
|
|
@@ -1998,10 +2111,6 @@ body p {
|
|
|
1998
2111
|
border-radius: 0 4px 4px 0;
|
|
1999
2112
|
margin: -1px 0 0 -1px;
|
|
2000
2113
|
}
|
|
2001
|
-
.m-cal-month .content-wrapper .main-content,
|
|
2002
|
-
.m-cal-month .content-wrapper .aside-content {
|
|
2003
|
-
transition: 0.1s cubic-bezier(0.17, 0.17, 0, 1);
|
|
2004
|
-
}
|
|
2005
2114
|
.m-cal-list .content-wrapper .main-content [data-dropdown=filter] {
|
|
2006
2115
|
margin-right: 23px;
|
|
2007
2116
|
}
|
|
@@ -2051,7 +2160,7 @@ body p {
|
|
|
2051
2160
|
}
|
|
2052
2161
|
.m-cal-list .content-wrapper .main-content .calendar td.typeIco,
|
|
2053
2162
|
.m-cal-list .content-wrapper .main-content .calendar th.typeIco {
|
|
2054
|
-
width:
|
|
2163
|
+
width: 56px;
|
|
2055
2164
|
}
|
|
2056
2165
|
.m-cal-list .content-wrapper .main-content .calendar td.detailIco,
|
|
2057
2166
|
.m-cal-list .content-wrapper .main-content .calendar th.detailIco {
|
|
@@ -2067,11 +2176,18 @@ body p {
|
|
|
2067
2176
|
.m-cal-list .content-wrapper .main-content .calendar th.time {
|
|
2068
2177
|
width: 160px;
|
|
2069
2178
|
}
|
|
2179
|
+
.m-cal-list .content-wrapper .main-content .calendar td.calName,
|
|
2180
|
+
.m-cal-list .content-wrapper .main-content .calendar th.calName {
|
|
2181
|
+
width: 150px;
|
|
2182
|
+
}
|
|
2070
2183
|
.m-cal-list .content-wrapper .main-content .calendar td.date {
|
|
2071
2184
|
width: 192px;
|
|
2072
2185
|
}
|
|
2073
2186
|
.m-cal-list .content-wrapper .main-content .calendar th.date {
|
|
2074
|
-
width:
|
|
2187
|
+
width: 352px;
|
|
2188
|
+
}
|
|
2189
|
+
.m-cal-list .content-wrapper .main-content .calendar th.calName {
|
|
2190
|
+
width: 150px;
|
|
2075
2191
|
}
|
|
2076
2192
|
.m-cal-list .content-wrapper .main-content .calendar .main {
|
|
2077
2193
|
top: 46px;
|
|
@@ -2090,54 +2206,128 @@ body p {
|
|
|
2090
2206
|
.m-cal-list .content-wrapper .main-content .pg .u-page {
|
|
2091
2207
|
margin: 0;
|
|
2092
2208
|
}
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2209
|
+
.cal-panel {
|
|
2210
|
+
min-width: 650px;
|
|
2211
|
+
box-sizing: border-box;
|
|
2212
|
+
display: inline-block;
|
|
2213
|
+
position: relative;
|
|
2214
|
+
}
|
|
2215
|
+
.cal-panel .cal-info,
|
|
2216
|
+
.cal-panel .cal-table {
|
|
2217
|
+
border: 0 solid #e8e8e8;
|
|
2218
|
+
}
|
|
2219
|
+
.cal-panel .cal-info {
|
|
2220
|
+
height: 19px;
|
|
2221
|
+
padding: 6px 12px;
|
|
2222
|
+
border-bottom-width: 1px;
|
|
2223
|
+
}
|
|
2224
|
+
.cal-panel .cal-info .name {
|
|
2225
|
+
overflow: hidden;
|
|
2226
|
+
word-wrap: normal;
|
|
2227
|
+
white-space: nowrap;
|
|
2228
|
+
text-overflow: ellipsis;
|
|
2229
|
+
}
|
|
2230
|
+
.cal-panel .cal-info .icon-close {
|
|
2231
|
+
font-size: 16px;
|
|
2232
|
+
line-height: 20px;
|
|
2233
|
+
color: #888;
|
|
2234
|
+
cursor: pointer;
|
|
2235
|
+
float: right !important;
|
|
2236
|
+
}
|
|
2237
|
+
.cal-panel:not(.multiple) .cal-info .icon-close {
|
|
2238
|
+
display: none;
|
|
2239
|
+
}
|
|
2240
|
+
.cal-panel .cal-table {
|
|
2241
|
+
position: relative;
|
|
2242
|
+
}
|
|
2243
|
+
.cal-panel.multiple {
|
|
2244
|
+
padding: 0 4px;
|
|
2245
|
+
}
|
|
2246
|
+
.cal-panel.multiple:first-child {
|
|
2247
|
+
padding-left: 0;
|
|
2248
|
+
}
|
|
2249
|
+
.cal-panel.multiple:last-child {
|
|
2250
|
+
padding-right: 0;
|
|
2251
|
+
}
|
|
2252
|
+
.cal-panel.multiple:not(:first-child) .cal-info,
|
|
2253
|
+
.cal-panel.multiple:not(:first-child) .cal-table {
|
|
2254
|
+
border-left-width: 1px;
|
|
2255
|
+
}
|
|
2256
|
+
.cal-panel.multiple:not(:last-child) .cal-info,
|
|
2257
|
+
.cal-panel.multiple:not(:last-child) .cal-table {
|
|
2258
|
+
border-right-width: 1px;
|
|
2259
|
+
}
|
|
2260
|
+
.calendar.scrollable .cal-panel:last-child .cal-info,
|
|
2261
|
+
.calendar.scrollable .cal-panel:last-child .cal-table {
|
|
2262
|
+
border-right-width: 1px;
|
|
2263
|
+
}
|
|
2264
|
+
.cal-spot {
|
|
2265
|
+
width: 8px;
|
|
2266
|
+
height: 8px;
|
|
2267
|
+
border-radius: 100%;
|
|
2268
|
+
margin-right: 6px;
|
|
2269
|
+
display: inline-block;
|
|
2270
|
+
}
|
|
2271
|
+
.cal-spot,
|
|
2272
|
+
.cal-spot + * {
|
|
2273
|
+
vertical-align: middle;
|
|
2274
|
+
}
|
|
2275
|
+
.m-cal-bubble[color="Indigo"] .color,
|
|
2276
|
+
[data-view-name="calendar.edit"][color="Indigo"] .color {
|
|
2095
2277
|
background: #56A2FF;
|
|
2096
2278
|
}
|
|
2097
|
-
.m-cal-bubble[color=Indigo] .time-range,
|
|
2098
|
-
[data-view-name="calendar.edit"][color=Indigo] .time-range {
|
|
2279
|
+
.m-cal-bubble[color="Indigo"] .time-range,
|
|
2280
|
+
[data-view-name="calendar.edit"][color="Indigo"] .time-range {
|
|
2099
2281
|
background: rgba(86, 162, 255, 0.5);
|
|
2100
2282
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
.
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
.calMain[color=Indigo]
|
|
2108
|
-
.calMain[color=Indigo]
|
|
2109
|
-
.calMain[color=Indigo]
|
|
2283
|
+
.cal-spot[color="Indigo"] {
|
|
2284
|
+
background: #56A2FF;
|
|
2285
|
+
}
|
|
2286
|
+
.cal-info i[color="Indigo"] {
|
|
2287
|
+
background: #56A2FF;
|
|
2288
|
+
}
|
|
2289
|
+
.calMain.calMain_MONTH .sidebar[color="Indigo"]:before,
|
|
2290
|
+
.calMain.calMain_WEEK .sidebar[color="Indigo"]:before,
|
|
2291
|
+
.calMain.calMain_DAY .sidebar[color="Indigo"]:before {
|
|
2110
2292
|
background-color: rgba(86, 162, 255, 0.5);
|
|
2111
2293
|
}
|
|
2112
|
-
.calMain[color=Indigo]
|
|
2113
|
-
.calMain[color=Indigo]
|
|
2114
|
-
.calMain[color=Indigo]
|
|
2294
|
+
.calMain.calMain_MONTH .event_selection[color="Indigo"],
|
|
2295
|
+
.calMain.calMain_WEEK .event_selection[color="Indigo"],
|
|
2296
|
+
.calMain.calMain_DAY .event_selection[color="Indigo"],
|
|
2297
|
+
.calMain.calMain_MONTH .event_selection[color="Indigo"]:hover,
|
|
2298
|
+
.calMain.calMain_WEEK .event_selection[color="Indigo"]:hover,
|
|
2299
|
+
.calMain.calMain_DAY .event_selection[color="Indigo"]:hover {
|
|
2300
|
+
background-color: rgba(86, 162, 255, 0.5);
|
|
2301
|
+
}
|
|
2302
|
+
.calMain.calMain_MONTH .event_selection[color="Indigo"] .iconfont,
|
|
2303
|
+
.calMain.calMain_WEEK .event_selection[color="Indigo"] .iconfont,
|
|
2304
|
+
.calMain.calMain_DAY .event_selection[color="Indigo"] .iconfont {
|
|
2115
2305
|
color: #56A2FF;
|
|
2116
2306
|
}
|
|
2117
|
-
.calMain[color=Indigo]
|
|
2118
|
-
.calMain[color=Indigo]
|
|
2119
|
-
.calMain[color=Indigo]
|
|
2307
|
+
.calMain.calMain_MONTH .event_selection[color="Indigo"]:before,
|
|
2308
|
+
.calMain.calMain_WEEK .event_selection[color="Indigo"]:before,
|
|
2309
|
+
.calMain.calMain_DAY .event_selection[color="Indigo"]:before {
|
|
2120
2310
|
background: #56A2FF;
|
|
2121
2311
|
}
|
|
2122
|
-
.calMain
|
|
2123
|
-
.calMain
|
|
2124
|
-
.calMain
|
|
2312
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2313
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2314
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2125
2315
|
background: rgba(255, 255, 255, 0.3);
|
|
2126
2316
|
}
|
|
2127
|
-
.calMain[color=Indigo]
|
|
2128
|
-
.calMain[color=Indigo]
|
|
2129
|
-
.calMain[color=Indigo]
|
|
2130
|
-
.calMain[color=Indigo]
|
|
2131
|
-
.calMain[color=Indigo]
|
|
2132
|
-
.calMain[color=Indigo]
|
|
2133
|
-
.calMain[color=Indigo]
|
|
2134
|
-
.calMain[color=Indigo]
|
|
2135
|
-
.calMain[color=Indigo]
|
|
2317
|
+
.calMain.calMain_MONTH .new_event_on[color="Indigo"],
|
|
2318
|
+
.calMain.calMain_WEEK .new_event_on[color="Indigo"],
|
|
2319
|
+
.calMain.calMain_DAY .new_event_on[color="Indigo"],
|
|
2320
|
+
.calMain.calMain_MONTH .new_event_on[color="Indigo"]:hover,
|
|
2321
|
+
.calMain.calMain_WEEK .new_event_on[color="Indigo"]:hover,
|
|
2322
|
+
.calMain.calMain_DAY .new_event_on[color="Indigo"]:hover,
|
|
2323
|
+
.calMain.calMain_MONTH .new_event_on[color="Indigo"] div,
|
|
2324
|
+
.calMain.calMain_WEEK .new_event_on[color="Indigo"] div,
|
|
2325
|
+
.calMain.calMain_DAY .new_event_on[color="Indigo"] div {
|
|
2136
2326
|
border-color: #56A2FF;
|
|
2137
2327
|
background-color: #56A2FF !important;
|
|
2138
2328
|
box-shadow: none;
|
|
2139
2329
|
}
|
|
2140
|
-
.calMain[color=Indigo]
|
|
2330
|
+
.calMain.calMain_LIST .colorIco[color="Indigo"] > i {
|
|
2141
2331
|
background-color: rgba(86, 162, 255, 0.5);
|
|
2142
2332
|
}
|
|
2143
2333
|
.m-cal-bubble[color="Grass Green"] .color,
|
|
@@ -2148,146 +2338,170 @@ body p {
|
|
|
2148
2338
|
[data-view-name="calendar.edit"][color="Grass Green"] .time-range {
|
|
2149
2339
|
background: rgba(37, 197, 65, 0.5);
|
|
2150
2340
|
}
|
|
2151
|
-
.
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
.
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
.calMain[color="Grass Green"]
|
|
2158
|
-
.calMain[color="Grass Green"]
|
|
2159
|
-
.calMain[color="Grass Green"]
|
|
2341
|
+
.cal-spot[color="Grass Green"] {
|
|
2342
|
+
background: #25C541;
|
|
2343
|
+
}
|
|
2344
|
+
.cal-info i[color="Grass Green"] {
|
|
2345
|
+
background: #25C541;
|
|
2346
|
+
}
|
|
2347
|
+
.calMain.calMain_MONTH .sidebar[color="Grass Green"]:before,
|
|
2348
|
+
.calMain.calMain_WEEK .sidebar[color="Grass Green"]:before,
|
|
2349
|
+
.calMain.calMain_DAY .sidebar[color="Grass Green"]:before {
|
|
2160
2350
|
background-color: rgba(37, 197, 65, 0.5);
|
|
2161
2351
|
}
|
|
2162
|
-
.calMain[color="Grass Green"]
|
|
2163
|
-
.calMain[color="Grass Green"]
|
|
2164
|
-
.calMain[color="Grass Green"]
|
|
2352
|
+
.calMain.calMain_MONTH .event_selection[color="Grass Green"],
|
|
2353
|
+
.calMain.calMain_WEEK .event_selection[color="Grass Green"],
|
|
2354
|
+
.calMain.calMain_DAY .event_selection[color="Grass Green"],
|
|
2355
|
+
.calMain.calMain_MONTH .event_selection[color="Grass Green"]:hover,
|
|
2356
|
+
.calMain.calMain_WEEK .event_selection[color="Grass Green"]:hover,
|
|
2357
|
+
.calMain.calMain_DAY .event_selection[color="Grass Green"]:hover {
|
|
2358
|
+
background-color: rgba(37, 197, 65, 0.5);
|
|
2359
|
+
}
|
|
2360
|
+
.calMain.calMain_MONTH .event_selection[color="Grass Green"] .iconfont,
|
|
2361
|
+
.calMain.calMain_WEEK .event_selection[color="Grass Green"] .iconfont,
|
|
2362
|
+
.calMain.calMain_DAY .event_selection[color="Grass Green"] .iconfont {
|
|
2165
2363
|
color: #25C541;
|
|
2166
2364
|
}
|
|
2167
|
-
.calMain[color="Grass Green"]
|
|
2168
|
-
.calMain[color="Grass Green"]
|
|
2169
|
-
.calMain[color="Grass Green"]
|
|
2365
|
+
.calMain.calMain_MONTH .event_selection[color="Grass Green"]:before,
|
|
2366
|
+
.calMain.calMain_WEEK .event_selection[color="Grass Green"]:before,
|
|
2367
|
+
.calMain.calMain_DAY .event_selection[color="Grass Green"]:before {
|
|
2170
2368
|
background: #25C541;
|
|
2171
2369
|
}
|
|
2172
|
-
.calMain
|
|
2173
|
-
.calMain
|
|
2174
|
-
.calMain
|
|
2370
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2371
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2372
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2175
2373
|
background: rgba(255, 255, 255, 0.3);
|
|
2176
2374
|
}
|
|
2177
|
-
.calMain[color="Grass Green"]
|
|
2178
|
-
.calMain[color="Grass Green"]
|
|
2179
|
-
.calMain[color="Grass Green"]
|
|
2180
|
-
.calMain[color="Grass Green"]
|
|
2181
|
-
.calMain[color="Grass Green"]
|
|
2182
|
-
.calMain[color="Grass Green"]
|
|
2183
|
-
.calMain[color="Grass Green"]
|
|
2184
|
-
.calMain[color="Grass Green"]
|
|
2185
|
-
.calMain[color="Grass Green"]
|
|
2375
|
+
.calMain.calMain_MONTH .new_event_on[color="Grass Green"],
|
|
2376
|
+
.calMain.calMain_WEEK .new_event_on[color="Grass Green"],
|
|
2377
|
+
.calMain.calMain_DAY .new_event_on[color="Grass Green"],
|
|
2378
|
+
.calMain.calMain_MONTH .new_event_on[color="Grass Green"]:hover,
|
|
2379
|
+
.calMain.calMain_WEEK .new_event_on[color="Grass Green"]:hover,
|
|
2380
|
+
.calMain.calMain_DAY .new_event_on[color="Grass Green"]:hover,
|
|
2381
|
+
.calMain.calMain_MONTH .new_event_on[color="Grass Green"] div,
|
|
2382
|
+
.calMain.calMain_WEEK .new_event_on[color="Grass Green"] div,
|
|
2383
|
+
.calMain.calMain_DAY .new_event_on[color="Grass Green"] div {
|
|
2186
2384
|
border-color: #25C541;
|
|
2187
2385
|
background-color: #25C541 !important;
|
|
2188
2386
|
box-shadow: none;
|
|
2189
2387
|
}
|
|
2190
|
-
.calMain[color="Grass Green"]
|
|
2388
|
+
.calMain.calMain_LIST .colorIco[color="Grass Green"] > i {
|
|
2191
2389
|
background-color: rgba(37, 197, 65, 0.5);
|
|
2192
2390
|
}
|
|
2193
|
-
.m-cal-bubble[color=Orange] .color,
|
|
2194
|
-
[data-view-name="calendar.edit"][color=Orange] .color {
|
|
2391
|
+
.m-cal-bubble[color="Orange"] .color,
|
|
2392
|
+
[data-view-name="calendar.edit"][color="Orange"] .color {
|
|
2195
2393
|
background: #EEA526;
|
|
2196
2394
|
}
|
|
2197
|
-
.m-cal-bubble[color=Orange] .time-range,
|
|
2198
|
-
[data-view-name="calendar.edit"][color=Orange] .time-range {
|
|
2395
|
+
.m-cal-bubble[color="Orange"] .time-range,
|
|
2396
|
+
[data-view-name="calendar.edit"][color="Orange"] .time-range {
|
|
2199
2397
|
background: rgba(238, 165, 38, 0.5);
|
|
2200
2398
|
}
|
|
2201
|
-
.
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
.
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
.calMain[color=Orange]
|
|
2208
|
-
.calMain[color=Orange]
|
|
2209
|
-
.calMain[color=Orange]
|
|
2399
|
+
.cal-spot[color="Orange"] {
|
|
2400
|
+
background: #EEA526;
|
|
2401
|
+
}
|
|
2402
|
+
.cal-info i[color="Orange"] {
|
|
2403
|
+
background: #EEA526;
|
|
2404
|
+
}
|
|
2405
|
+
.calMain.calMain_MONTH .sidebar[color="Orange"]:before,
|
|
2406
|
+
.calMain.calMain_WEEK .sidebar[color="Orange"]:before,
|
|
2407
|
+
.calMain.calMain_DAY .sidebar[color="Orange"]:before {
|
|
2408
|
+
background-color: rgba(238, 165, 38, 0.5);
|
|
2409
|
+
}
|
|
2410
|
+
.calMain.calMain_MONTH .event_selection[color="Orange"],
|
|
2411
|
+
.calMain.calMain_WEEK .event_selection[color="Orange"],
|
|
2412
|
+
.calMain.calMain_DAY .event_selection[color="Orange"],
|
|
2413
|
+
.calMain.calMain_MONTH .event_selection[color="Orange"]:hover,
|
|
2414
|
+
.calMain.calMain_WEEK .event_selection[color="Orange"]:hover,
|
|
2415
|
+
.calMain.calMain_DAY .event_selection[color="Orange"]:hover {
|
|
2210
2416
|
background-color: rgba(238, 165, 38, 0.5);
|
|
2211
2417
|
}
|
|
2212
|
-
.calMain[color=Orange]
|
|
2213
|
-
.calMain[color=Orange]
|
|
2214
|
-
.calMain[color=Orange]
|
|
2418
|
+
.calMain.calMain_MONTH .event_selection[color="Orange"] .iconfont,
|
|
2419
|
+
.calMain.calMain_WEEK .event_selection[color="Orange"] .iconfont,
|
|
2420
|
+
.calMain.calMain_DAY .event_selection[color="Orange"] .iconfont {
|
|
2215
2421
|
color: #EEA526;
|
|
2216
2422
|
}
|
|
2217
|
-
.calMain[color=Orange]
|
|
2218
|
-
.calMain[color=Orange]
|
|
2219
|
-
.calMain[color=Orange]
|
|
2423
|
+
.calMain.calMain_MONTH .event_selection[color="Orange"]:before,
|
|
2424
|
+
.calMain.calMain_WEEK .event_selection[color="Orange"]:before,
|
|
2425
|
+
.calMain.calMain_DAY .event_selection[color="Orange"]:before {
|
|
2220
2426
|
background: #EEA526;
|
|
2221
2427
|
}
|
|
2222
|
-
.calMain
|
|
2223
|
-
.calMain
|
|
2224
|
-
.calMain
|
|
2428
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2429
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2430
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2225
2431
|
background: rgba(255, 255, 255, 0.3);
|
|
2226
2432
|
}
|
|
2227
|
-
.calMain[color=Orange]
|
|
2228
|
-
.calMain[color=Orange]
|
|
2229
|
-
.calMain[color=Orange]
|
|
2230
|
-
.calMain[color=Orange]
|
|
2231
|
-
.calMain[color=Orange]
|
|
2232
|
-
.calMain[color=Orange]
|
|
2233
|
-
.calMain[color=Orange]
|
|
2234
|
-
.calMain[color=Orange]
|
|
2235
|
-
.calMain[color=Orange]
|
|
2433
|
+
.calMain.calMain_MONTH .new_event_on[color="Orange"],
|
|
2434
|
+
.calMain.calMain_WEEK .new_event_on[color="Orange"],
|
|
2435
|
+
.calMain.calMain_DAY .new_event_on[color="Orange"],
|
|
2436
|
+
.calMain.calMain_MONTH .new_event_on[color="Orange"]:hover,
|
|
2437
|
+
.calMain.calMain_WEEK .new_event_on[color="Orange"]:hover,
|
|
2438
|
+
.calMain.calMain_DAY .new_event_on[color="Orange"]:hover,
|
|
2439
|
+
.calMain.calMain_MONTH .new_event_on[color="Orange"] div,
|
|
2440
|
+
.calMain.calMain_WEEK .new_event_on[color="Orange"] div,
|
|
2441
|
+
.calMain.calMain_DAY .new_event_on[color="Orange"] div {
|
|
2236
2442
|
border-color: #EEA526;
|
|
2237
2443
|
background-color: #EEA526 !important;
|
|
2238
2444
|
box-shadow: none;
|
|
2239
2445
|
}
|
|
2240
|
-
.calMain[color=Orange]
|
|
2446
|
+
.calMain.calMain_LIST .colorIco[color="Orange"] > i {
|
|
2241
2447
|
background-color: rgba(238, 165, 38, 0.5);
|
|
2242
2448
|
}
|
|
2243
|
-
.m-cal-bubble[color=Grey] .color,
|
|
2244
|
-
[data-view-name="calendar.edit"][color=Grey] .color {
|
|
2449
|
+
.m-cal-bubble[color="Grey"] .color,
|
|
2450
|
+
[data-view-name="calendar.edit"][color="Grey"] .color {
|
|
2245
2451
|
background: #909090;
|
|
2246
2452
|
}
|
|
2247
|
-
.m-cal-bubble[color=Grey] .time-range,
|
|
2248
|
-
[data-view-name="calendar.edit"][color=Grey] .time-range {
|
|
2453
|
+
.m-cal-bubble[color="Grey"] .time-range,
|
|
2454
|
+
[data-view-name="calendar.edit"][color="Grey"] .time-range {
|
|
2249
2455
|
background: rgba(144, 144, 144, 0.5);
|
|
2250
2456
|
}
|
|
2251
|
-
.
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
.
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
.calMain[color=Grey]
|
|
2258
|
-
.calMain[color=Grey]
|
|
2259
|
-
.calMain[color=Grey]
|
|
2457
|
+
.cal-spot[color="Grey"] {
|
|
2458
|
+
background: #909090;
|
|
2459
|
+
}
|
|
2460
|
+
.cal-info i[color="Grey"] {
|
|
2461
|
+
background: #909090;
|
|
2462
|
+
}
|
|
2463
|
+
.calMain.calMain_MONTH .sidebar[color="Grey"]:before,
|
|
2464
|
+
.calMain.calMain_WEEK .sidebar[color="Grey"]:before,
|
|
2465
|
+
.calMain.calMain_DAY .sidebar[color="Grey"]:before {
|
|
2260
2466
|
background-color: rgba(144, 144, 144, 0.5);
|
|
2261
2467
|
}
|
|
2262
|
-
.calMain[color=Grey]
|
|
2263
|
-
.calMain[color=Grey]
|
|
2264
|
-
.calMain[color=Grey]
|
|
2468
|
+
.calMain.calMain_MONTH .event_selection[color="Grey"],
|
|
2469
|
+
.calMain.calMain_WEEK .event_selection[color="Grey"],
|
|
2470
|
+
.calMain.calMain_DAY .event_selection[color="Grey"],
|
|
2471
|
+
.calMain.calMain_MONTH .event_selection[color="Grey"]:hover,
|
|
2472
|
+
.calMain.calMain_WEEK .event_selection[color="Grey"]:hover,
|
|
2473
|
+
.calMain.calMain_DAY .event_selection[color="Grey"]:hover {
|
|
2474
|
+
background-color: rgba(144, 144, 144, 0.5);
|
|
2475
|
+
}
|
|
2476
|
+
.calMain.calMain_MONTH .event_selection[color="Grey"] .iconfont,
|
|
2477
|
+
.calMain.calMain_WEEK .event_selection[color="Grey"] .iconfont,
|
|
2478
|
+
.calMain.calMain_DAY .event_selection[color="Grey"] .iconfont {
|
|
2265
2479
|
color: #909090;
|
|
2266
2480
|
}
|
|
2267
|
-
.calMain[color=Grey]
|
|
2268
|
-
.calMain[color=Grey]
|
|
2269
|
-
.calMain[color=Grey]
|
|
2481
|
+
.calMain.calMain_MONTH .event_selection[color="Grey"]:before,
|
|
2482
|
+
.calMain.calMain_WEEK .event_selection[color="Grey"]:before,
|
|
2483
|
+
.calMain.calMain_DAY .event_selection[color="Grey"]:before {
|
|
2270
2484
|
background: #909090;
|
|
2271
2485
|
}
|
|
2272
|
-
.calMain
|
|
2273
|
-
.calMain
|
|
2274
|
-
.calMain
|
|
2486
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2487
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2488
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2275
2489
|
background: rgba(255, 255, 255, 0.3);
|
|
2276
2490
|
}
|
|
2277
|
-
.calMain[color=Grey]
|
|
2278
|
-
.calMain[color=Grey]
|
|
2279
|
-
.calMain[color=Grey]
|
|
2280
|
-
.calMain[color=Grey]
|
|
2281
|
-
.calMain[color=Grey]
|
|
2282
|
-
.calMain[color=Grey]
|
|
2283
|
-
.calMain[color=Grey]
|
|
2284
|
-
.calMain[color=Grey]
|
|
2285
|
-
.calMain[color=Grey]
|
|
2491
|
+
.calMain.calMain_MONTH .new_event_on[color="Grey"],
|
|
2492
|
+
.calMain.calMain_WEEK .new_event_on[color="Grey"],
|
|
2493
|
+
.calMain.calMain_DAY .new_event_on[color="Grey"],
|
|
2494
|
+
.calMain.calMain_MONTH .new_event_on[color="Grey"]:hover,
|
|
2495
|
+
.calMain.calMain_WEEK .new_event_on[color="Grey"]:hover,
|
|
2496
|
+
.calMain.calMain_DAY .new_event_on[color="Grey"]:hover,
|
|
2497
|
+
.calMain.calMain_MONTH .new_event_on[color="Grey"] div,
|
|
2498
|
+
.calMain.calMain_WEEK .new_event_on[color="Grey"] div,
|
|
2499
|
+
.calMain.calMain_DAY .new_event_on[color="Grey"] div {
|
|
2286
2500
|
border-color: #909090;
|
|
2287
2501
|
background-color: #909090 !important;
|
|
2288
2502
|
box-shadow: none;
|
|
2289
2503
|
}
|
|
2290
|
-
.calMain[color=Grey]
|
|
2504
|
+
.calMain.calMain_LIST .colorIco[color="Grey"] > i {
|
|
2291
2505
|
background-color: rgba(144, 144, 144, 0.5);
|
|
2292
2506
|
}
|
|
2293
2507
|
.m-cal-bubble[color="Light Yellow"] .color,
|
|
@@ -2298,146 +2512,170 @@ body p {
|
|
|
2298
2512
|
[data-view-name="calendar.edit"][color="Light Yellow"] .time-range {
|
|
2299
2513
|
background: rgba(223, 203, 5, 0.5);
|
|
2300
2514
|
}
|
|
2301
|
-
.
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
.
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
.calMain[color="Light Yellow"]
|
|
2308
|
-
.calMain[color="Light Yellow"]
|
|
2309
|
-
.calMain[color="Light Yellow"]
|
|
2515
|
+
.cal-spot[color="Light Yellow"] {
|
|
2516
|
+
background: #DFCB05;
|
|
2517
|
+
}
|
|
2518
|
+
.cal-info i[color="Light Yellow"] {
|
|
2519
|
+
background: #DFCB05;
|
|
2520
|
+
}
|
|
2521
|
+
.calMain.calMain_MONTH .sidebar[color="Light Yellow"]:before,
|
|
2522
|
+
.calMain.calMain_WEEK .sidebar[color="Light Yellow"]:before,
|
|
2523
|
+
.calMain.calMain_DAY .sidebar[color="Light Yellow"]:before {
|
|
2310
2524
|
background-color: rgba(223, 203, 5, 0.5);
|
|
2311
2525
|
}
|
|
2312
|
-
.calMain[color="Light Yellow"]
|
|
2313
|
-
.calMain[color="Light Yellow"]
|
|
2314
|
-
.calMain[color="Light Yellow"]
|
|
2526
|
+
.calMain.calMain_MONTH .event_selection[color="Light Yellow"],
|
|
2527
|
+
.calMain.calMain_WEEK .event_selection[color="Light Yellow"],
|
|
2528
|
+
.calMain.calMain_DAY .event_selection[color="Light Yellow"],
|
|
2529
|
+
.calMain.calMain_MONTH .event_selection[color="Light Yellow"]:hover,
|
|
2530
|
+
.calMain.calMain_WEEK .event_selection[color="Light Yellow"]:hover,
|
|
2531
|
+
.calMain.calMain_DAY .event_selection[color="Light Yellow"]:hover {
|
|
2532
|
+
background-color: rgba(223, 203, 5, 0.5);
|
|
2533
|
+
}
|
|
2534
|
+
.calMain.calMain_MONTH .event_selection[color="Light Yellow"] .iconfont,
|
|
2535
|
+
.calMain.calMain_WEEK .event_selection[color="Light Yellow"] .iconfont,
|
|
2536
|
+
.calMain.calMain_DAY .event_selection[color="Light Yellow"] .iconfont {
|
|
2315
2537
|
color: #DFCB05;
|
|
2316
2538
|
}
|
|
2317
|
-
.calMain[color="Light Yellow"]
|
|
2318
|
-
.calMain[color="Light Yellow"]
|
|
2319
|
-
.calMain[color="Light Yellow"]
|
|
2539
|
+
.calMain.calMain_MONTH .event_selection[color="Light Yellow"]:before,
|
|
2540
|
+
.calMain.calMain_WEEK .event_selection[color="Light Yellow"]:before,
|
|
2541
|
+
.calMain.calMain_DAY .event_selection[color="Light Yellow"]:before {
|
|
2320
2542
|
background: #DFCB05;
|
|
2321
2543
|
}
|
|
2322
|
-
.calMain
|
|
2323
|
-
.calMain
|
|
2324
|
-
.calMain
|
|
2544
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2545
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2546
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2325
2547
|
background: rgba(255, 255, 255, 0.3);
|
|
2326
2548
|
}
|
|
2327
|
-
.calMain[color="Light Yellow"]
|
|
2328
|
-
.calMain[color="Light Yellow"]
|
|
2329
|
-
.calMain[color="Light Yellow"]
|
|
2330
|
-
.calMain[color="Light Yellow"]
|
|
2331
|
-
.calMain[color="Light Yellow"]
|
|
2332
|
-
.calMain[color="Light Yellow"]
|
|
2333
|
-
.calMain[color="Light Yellow"]
|
|
2334
|
-
.calMain[color="Light Yellow"]
|
|
2335
|
-
.calMain[color="Light Yellow"]
|
|
2549
|
+
.calMain.calMain_MONTH .new_event_on[color="Light Yellow"],
|
|
2550
|
+
.calMain.calMain_WEEK .new_event_on[color="Light Yellow"],
|
|
2551
|
+
.calMain.calMain_DAY .new_event_on[color="Light Yellow"],
|
|
2552
|
+
.calMain.calMain_MONTH .new_event_on[color="Light Yellow"]:hover,
|
|
2553
|
+
.calMain.calMain_WEEK .new_event_on[color="Light Yellow"]:hover,
|
|
2554
|
+
.calMain.calMain_DAY .new_event_on[color="Light Yellow"]:hover,
|
|
2555
|
+
.calMain.calMain_MONTH .new_event_on[color="Light Yellow"] div,
|
|
2556
|
+
.calMain.calMain_WEEK .new_event_on[color="Light Yellow"] div,
|
|
2557
|
+
.calMain.calMain_DAY .new_event_on[color="Light Yellow"] div {
|
|
2336
2558
|
border-color: #DFCB05;
|
|
2337
2559
|
background-color: #DFCB05 !important;
|
|
2338
2560
|
box-shadow: none;
|
|
2339
2561
|
}
|
|
2340
|
-
.calMain[color="Light Yellow"]
|
|
2562
|
+
.calMain.calMain_LIST .colorIco[color="Light Yellow"] > i {
|
|
2341
2563
|
background-color: rgba(223, 203, 5, 0.5);
|
|
2342
2564
|
}
|
|
2343
|
-
.m-cal-bubble[color=Cyan] .color,
|
|
2344
|
-
[data-view-name="calendar.edit"][color=Cyan] .color {
|
|
2565
|
+
.m-cal-bubble[color="Cyan"] .color,
|
|
2566
|
+
[data-view-name="calendar.edit"][color="Cyan"] .color {
|
|
2345
2567
|
background: #04CDB6;
|
|
2346
2568
|
}
|
|
2347
|
-
.m-cal-bubble[color=Cyan] .time-range,
|
|
2348
|
-
[data-view-name="calendar.edit"][color=Cyan] .time-range {
|
|
2569
|
+
.m-cal-bubble[color="Cyan"] .time-range,
|
|
2570
|
+
[data-view-name="calendar.edit"][color="Cyan"] .time-range {
|
|
2349
2571
|
background: rgba(4, 205, 182, 0.5);
|
|
2350
2572
|
}
|
|
2351
|
-
.
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
.
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
.calMain[color=Cyan]
|
|
2358
|
-
.calMain[color=Cyan]
|
|
2359
|
-
.calMain[color=Cyan]
|
|
2573
|
+
.cal-spot[color="Cyan"] {
|
|
2574
|
+
background: #04CDB6;
|
|
2575
|
+
}
|
|
2576
|
+
.cal-info i[color="Cyan"] {
|
|
2577
|
+
background: #04CDB6;
|
|
2578
|
+
}
|
|
2579
|
+
.calMain.calMain_MONTH .sidebar[color="Cyan"]:before,
|
|
2580
|
+
.calMain.calMain_WEEK .sidebar[color="Cyan"]:before,
|
|
2581
|
+
.calMain.calMain_DAY .sidebar[color="Cyan"]:before {
|
|
2582
|
+
background-color: rgba(4, 205, 182, 0.5);
|
|
2583
|
+
}
|
|
2584
|
+
.calMain.calMain_MONTH .event_selection[color="Cyan"],
|
|
2585
|
+
.calMain.calMain_WEEK .event_selection[color="Cyan"],
|
|
2586
|
+
.calMain.calMain_DAY .event_selection[color="Cyan"],
|
|
2587
|
+
.calMain.calMain_MONTH .event_selection[color="Cyan"]:hover,
|
|
2588
|
+
.calMain.calMain_WEEK .event_selection[color="Cyan"]:hover,
|
|
2589
|
+
.calMain.calMain_DAY .event_selection[color="Cyan"]:hover {
|
|
2360
2590
|
background-color: rgba(4, 205, 182, 0.5);
|
|
2361
2591
|
}
|
|
2362
|
-
.calMain[color=Cyan]
|
|
2363
|
-
.calMain[color=Cyan]
|
|
2364
|
-
.calMain[color=Cyan]
|
|
2592
|
+
.calMain.calMain_MONTH .event_selection[color="Cyan"] .iconfont,
|
|
2593
|
+
.calMain.calMain_WEEK .event_selection[color="Cyan"] .iconfont,
|
|
2594
|
+
.calMain.calMain_DAY .event_selection[color="Cyan"] .iconfont {
|
|
2365
2595
|
color: #04CDB6;
|
|
2366
2596
|
}
|
|
2367
|
-
.calMain[color=Cyan]
|
|
2368
|
-
.calMain[color=Cyan]
|
|
2369
|
-
.calMain[color=Cyan]
|
|
2597
|
+
.calMain.calMain_MONTH .event_selection[color="Cyan"]:before,
|
|
2598
|
+
.calMain.calMain_WEEK .event_selection[color="Cyan"]:before,
|
|
2599
|
+
.calMain.calMain_DAY .event_selection[color="Cyan"]:before {
|
|
2370
2600
|
background: #04CDB6;
|
|
2371
2601
|
}
|
|
2372
|
-
.calMain
|
|
2373
|
-
.calMain
|
|
2374
|
-
.calMain
|
|
2602
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2603
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2604
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2375
2605
|
background: rgba(255, 255, 255, 0.3);
|
|
2376
2606
|
}
|
|
2377
|
-
.calMain[color=Cyan]
|
|
2378
|
-
.calMain[color=Cyan]
|
|
2379
|
-
.calMain[color=Cyan]
|
|
2380
|
-
.calMain[color=Cyan]
|
|
2381
|
-
.calMain[color=Cyan]
|
|
2382
|
-
.calMain[color=Cyan]
|
|
2383
|
-
.calMain[color=Cyan]
|
|
2384
|
-
.calMain[color=Cyan]
|
|
2385
|
-
.calMain[color=Cyan]
|
|
2607
|
+
.calMain.calMain_MONTH .new_event_on[color="Cyan"],
|
|
2608
|
+
.calMain.calMain_WEEK .new_event_on[color="Cyan"],
|
|
2609
|
+
.calMain.calMain_DAY .new_event_on[color="Cyan"],
|
|
2610
|
+
.calMain.calMain_MONTH .new_event_on[color="Cyan"]:hover,
|
|
2611
|
+
.calMain.calMain_WEEK .new_event_on[color="Cyan"]:hover,
|
|
2612
|
+
.calMain.calMain_DAY .new_event_on[color="Cyan"]:hover,
|
|
2613
|
+
.calMain.calMain_MONTH .new_event_on[color="Cyan"] div,
|
|
2614
|
+
.calMain.calMain_WEEK .new_event_on[color="Cyan"] div,
|
|
2615
|
+
.calMain.calMain_DAY .new_event_on[color="Cyan"] div {
|
|
2386
2616
|
border-color: #04CDB6;
|
|
2387
2617
|
background-color: #04CDB6 !important;
|
|
2388
2618
|
box-shadow: none;
|
|
2389
2619
|
}
|
|
2390
|
-
.calMain[color=Cyan]
|
|
2620
|
+
.calMain.calMain_LIST .colorIco[color="Cyan"] > i {
|
|
2391
2621
|
background-color: rgba(4, 205, 182, 0.5);
|
|
2392
2622
|
}
|
|
2393
|
-
.m-cal-bubble[color=
|
|
2394
|
-
[data-view-name="calendar.edit"][color=
|
|
2623
|
+
.m-cal-bubble[color="Peach"] .color,
|
|
2624
|
+
[data-view-name="calendar.edit"][color="Peach"] .color {
|
|
2395
2625
|
background: #EF7BAD;
|
|
2396
2626
|
}
|
|
2397
|
-
.m-cal-bubble[color=
|
|
2398
|
-
[data-view-name="calendar.edit"][color=
|
|
2627
|
+
.m-cal-bubble[color="Peach"] .time-range,
|
|
2628
|
+
[data-view-name="calendar.edit"][color="Peach"] .time-range {
|
|
2399
2629
|
background: rgba(239, 123, 173, 0.5);
|
|
2400
2630
|
}
|
|
2401
|
-
.
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
.
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
.calMain[color=
|
|
2408
|
-
.calMain[color=
|
|
2409
|
-
.calMain[color=
|
|
2631
|
+
.cal-spot[color="Peach"] {
|
|
2632
|
+
background: #EF7BAD;
|
|
2633
|
+
}
|
|
2634
|
+
.cal-info i[color="Peach"] {
|
|
2635
|
+
background: #EF7BAD;
|
|
2636
|
+
}
|
|
2637
|
+
.calMain.calMain_MONTH .sidebar[color="Peach"]:before,
|
|
2638
|
+
.calMain.calMain_WEEK .sidebar[color="Peach"]:before,
|
|
2639
|
+
.calMain.calMain_DAY .sidebar[color="Peach"]:before {
|
|
2640
|
+
background-color: rgba(239, 123, 173, 0.5);
|
|
2641
|
+
}
|
|
2642
|
+
.calMain.calMain_MONTH .event_selection[color="Peach"],
|
|
2643
|
+
.calMain.calMain_WEEK .event_selection[color="Peach"],
|
|
2644
|
+
.calMain.calMain_DAY .event_selection[color="Peach"],
|
|
2645
|
+
.calMain.calMain_MONTH .event_selection[color="Peach"]:hover,
|
|
2646
|
+
.calMain.calMain_WEEK .event_selection[color="Peach"]:hover,
|
|
2647
|
+
.calMain.calMain_DAY .event_selection[color="Peach"]:hover {
|
|
2410
2648
|
background-color: rgba(239, 123, 173, 0.5);
|
|
2411
2649
|
}
|
|
2412
|
-
.calMain[color=
|
|
2413
|
-
.calMain[color=
|
|
2414
|
-
.calMain[color=
|
|
2650
|
+
.calMain.calMain_MONTH .event_selection[color="Peach"] .iconfont,
|
|
2651
|
+
.calMain.calMain_WEEK .event_selection[color="Peach"] .iconfont,
|
|
2652
|
+
.calMain.calMain_DAY .event_selection[color="Peach"] .iconfont {
|
|
2415
2653
|
color: #EF7BAD;
|
|
2416
2654
|
}
|
|
2417
|
-
.calMain[color=
|
|
2418
|
-
.calMain[color=
|
|
2419
|
-
.calMain[color=
|
|
2655
|
+
.calMain.calMain_MONTH .event_selection[color="Peach"]:before,
|
|
2656
|
+
.calMain.calMain_WEEK .event_selection[color="Peach"]:before,
|
|
2657
|
+
.calMain.calMain_DAY .event_selection[color="Peach"]:before {
|
|
2420
2658
|
background: #EF7BAD;
|
|
2421
2659
|
}
|
|
2422
|
-
.calMain
|
|
2423
|
-
.calMain
|
|
2424
|
-
.calMain
|
|
2660
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2661
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2662
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2425
2663
|
background: rgba(255, 255, 255, 0.3);
|
|
2426
2664
|
}
|
|
2427
|
-
.calMain[color=
|
|
2428
|
-
.calMain[color=
|
|
2429
|
-
.calMain[color=
|
|
2430
|
-
.calMain[color=
|
|
2431
|
-
.calMain[color=
|
|
2432
|
-
.calMain[color=
|
|
2433
|
-
.calMain[color=
|
|
2434
|
-
.calMain[color=
|
|
2435
|
-
.calMain[color=
|
|
2665
|
+
.calMain.calMain_MONTH .new_event_on[color="Peach"],
|
|
2666
|
+
.calMain.calMain_WEEK .new_event_on[color="Peach"],
|
|
2667
|
+
.calMain.calMain_DAY .new_event_on[color="Peach"],
|
|
2668
|
+
.calMain.calMain_MONTH .new_event_on[color="Peach"]:hover,
|
|
2669
|
+
.calMain.calMain_WEEK .new_event_on[color="Peach"]:hover,
|
|
2670
|
+
.calMain.calMain_DAY .new_event_on[color="Peach"]:hover,
|
|
2671
|
+
.calMain.calMain_MONTH .new_event_on[color="Peach"] div,
|
|
2672
|
+
.calMain.calMain_WEEK .new_event_on[color="Peach"] div,
|
|
2673
|
+
.calMain.calMain_DAY .new_event_on[color="Peach"] div {
|
|
2436
2674
|
border-color: #EF7BAD;
|
|
2437
2675
|
background-color: #EF7BAD !important;
|
|
2438
2676
|
box-shadow: none;
|
|
2439
2677
|
}
|
|
2440
|
-
.calMain[color=
|
|
2678
|
+
.calMain.calMain_LIST .colorIco[color="Peach"] > i {
|
|
2441
2679
|
background-color: rgba(239, 123, 173, 0.5);
|
|
2442
2680
|
}
|
|
2443
2681
|
.m-cal-bubble[color="Light Brown"] .color,
|
|
@@ -2448,198 +2686,233 @@ body p {
|
|
|
2448
2686
|
[data-view-name="calendar.edit"][color="Light Brown"] .time-range {
|
|
2449
2687
|
background: rgba(213, 144, 76, 0.5);
|
|
2450
2688
|
}
|
|
2451
|
-
.
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
.
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
.calMain[color="Light Brown"]
|
|
2458
|
-
.calMain[color="Light Brown"]
|
|
2459
|
-
.calMain[color="Light Brown"]
|
|
2689
|
+
.cal-spot[color="Light Brown"] {
|
|
2690
|
+
background: #d5904c;
|
|
2691
|
+
}
|
|
2692
|
+
.cal-info i[color="Light Brown"] {
|
|
2693
|
+
background: #d5904c;
|
|
2694
|
+
}
|
|
2695
|
+
.calMain.calMain_MONTH .sidebar[color="Light Brown"]:before,
|
|
2696
|
+
.calMain.calMain_WEEK .sidebar[color="Light Brown"]:before,
|
|
2697
|
+
.calMain.calMain_DAY .sidebar[color="Light Brown"]:before {
|
|
2460
2698
|
background-color: rgba(213, 144, 76, 0.5);
|
|
2461
2699
|
}
|
|
2462
|
-
.calMain[color="Light Brown"]
|
|
2463
|
-
.calMain[color="Light Brown"]
|
|
2464
|
-
.calMain[color="Light Brown"]
|
|
2700
|
+
.calMain.calMain_MONTH .event_selection[color="Light Brown"],
|
|
2701
|
+
.calMain.calMain_WEEK .event_selection[color="Light Brown"],
|
|
2702
|
+
.calMain.calMain_DAY .event_selection[color="Light Brown"],
|
|
2703
|
+
.calMain.calMain_MONTH .event_selection[color="Light Brown"]:hover,
|
|
2704
|
+
.calMain.calMain_WEEK .event_selection[color="Light Brown"]:hover,
|
|
2705
|
+
.calMain.calMain_DAY .event_selection[color="Light Brown"]:hover {
|
|
2706
|
+
background-color: rgba(213, 144, 76, 0.5);
|
|
2707
|
+
}
|
|
2708
|
+
.calMain.calMain_MONTH .event_selection[color="Light Brown"] .iconfont,
|
|
2709
|
+
.calMain.calMain_WEEK .event_selection[color="Light Brown"] .iconfont,
|
|
2710
|
+
.calMain.calMain_DAY .event_selection[color="Light Brown"] .iconfont {
|
|
2465
2711
|
color: #d5904c;
|
|
2466
2712
|
}
|
|
2467
|
-
.calMain[color="Light Brown"]
|
|
2468
|
-
.calMain[color="Light Brown"]
|
|
2469
|
-
.calMain[color="Light Brown"]
|
|
2713
|
+
.calMain.calMain_MONTH .event_selection[color="Light Brown"]:before,
|
|
2714
|
+
.calMain.calMain_WEEK .event_selection[color="Light Brown"]:before,
|
|
2715
|
+
.calMain.calMain_DAY .event_selection[color="Light Brown"]:before {
|
|
2470
2716
|
background: #d5904c;
|
|
2471
2717
|
}
|
|
2472
|
-
.calMain
|
|
2473
|
-
.calMain
|
|
2474
|
-
.calMain
|
|
2718
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2719
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2720
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2475
2721
|
background: rgba(255, 255, 255, 0.3);
|
|
2476
2722
|
}
|
|
2477
|
-
.calMain[color="Light Brown"]
|
|
2478
|
-
.calMain[color="Light Brown"]
|
|
2479
|
-
.calMain[color="Light Brown"]
|
|
2480
|
-
.calMain[color="Light Brown"]
|
|
2481
|
-
.calMain[color="Light Brown"]
|
|
2482
|
-
.calMain[color="Light Brown"]
|
|
2483
|
-
.calMain[color="Light Brown"]
|
|
2484
|
-
.calMain[color="Light Brown"]
|
|
2485
|
-
.calMain[color="Light Brown"]
|
|
2723
|
+
.calMain.calMain_MONTH .new_event_on[color="Light Brown"],
|
|
2724
|
+
.calMain.calMain_WEEK .new_event_on[color="Light Brown"],
|
|
2725
|
+
.calMain.calMain_DAY .new_event_on[color="Light Brown"],
|
|
2726
|
+
.calMain.calMain_MONTH .new_event_on[color="Light Brown"]:hover,
|
|
2727
|
+
.calMain.calMain_WEEK .new_event_on[color="Light Brown"]:hover,
|
|
2728
|
+
.calMain.calMain_DAY .new_event_on[color="Light Brown"]:hover,
|
|
2729
|
+
.calMain.calMain_MONTH .new_event_on[color="Light Brown"] div,
|
|
2730
|
+
.calMain.calMain_WEEK .new_event_on[color="Light Brown"] div,
|
|
2731
|
+
.calMain.calMain_DAY .new_event_on[color="Light Brown"] div {
|
|
2486
2732
|
border-color: #d5904c;
|
|
2487
2733
|
background-color: #d5904c !important;
|
|
2488
2734
|
box-shadow: none;
|
|
2489
2735
|
}
|
|
2490
|
-
.calMain[color="Light Brown"]
|
|
2736
|
+
.calMain.calMain_LIST .colorIco[color="Light Brown"] > i {
|
|
2491
2737
|
background-color: rgba(213, 144, 76, 0.5);
|
|
2492
2738
|
}
|
|
2493
|
-
.m-cal-bubble[color=Red] .color,
|
|
2494
|
-
[data-view-name="calendar.edit"][color=Red] .color {
|
|
2739
|
+
.m-cal-bubble[color="Red"] .color,
|
|
2740
|
+
[data-view-name="calendar.edit"][color="Red"] .color {
|
|
2495
2741
|
background: #F96B6B;
|
|
2496
2742
|
}
|
|
2497
|
-
.m-cal-bubble[color=Red] .time-range,
|
|
2498
|
-
[data-view-name="calendar.edit"][color=Red] .time-range {
|
|
2743
|
+
.m-cal-bubble[color="Red"] .time-range,
|
|
2744
|
+
[data-view-name="calendar.edit"][color="Red"] .time-range {
|
|
2499
2745
|
background: rgba(249, 107, 107, 0.5);
|
|
2500
2746
|
}
|
|
2501
|
-
.
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
.
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
.calMain[color=Red]
|
|
2508
|
-
.calMain[color=Red]
|
|
2509
|
-
.calMain[color=Red]
|
|
2747
|
+
.cal-spot[color="Red"] {
|
|
2748
|
+
background: #F96B6B;
|
|
2749
|
+
}
|
|
2750
|
+
.cal-info i[color="Red"] {
|
|
2751
|
+
background: #F96B6B;
|
|
2752
|
+
}
|
|
2753
|
+
.calMain.calMain_MONTH .sidebar[color="Red"]:before,
|
|
2754
|
+
.calMain.calMain_WEEK .sidebar[color="Red"]:before,
|
|
2755
|
+
.calMain.calMain_DAY .sidebar[color="Red"]:before {
|
|
2756
|
+
background-color: rgba(249, 107, 107, 0.5);
|
|
2757
|
+
}
|
|
2758
|
+
.calMain.calMain_MONTH .event_selection[color="Red"],
|
|
2759
|
+
.calMain.calMain_WEEK .event_selection[color="Red"],
|
|
2760
|
+
.calMain.calMain_DAY .event_selection[color="Red"],
|
|
2761
|
+
.calMain.calMain_MONTH .event_selection[color="Red"]:hover,
|
|
2762
|
+
.calMain.calMain_WEEK .event_selection[color="Red"]:hover,
|
|
2763
|
+
.calMain.calMain_DAY .event_selection[color="Red"]:hover {
|
|
2510
2764
|
background-color: rgba(249, 107, 107, 0.5);
|
|
2511
2765
|
}
|
|
2512
|
-
.calMain[color=Red]
|
|
2513
|
-
.calMain[color=Red]
|
|
2514
|
-
.calMain[color=Red]
|
|
2766
|
+
.calMain.calMain_MONTH .event_selection[color="Red"] .iconfont,
|
|
2767
|
+
.calMain.calMain_WEEK .event_selection[color="Red"] .iconfont,
|
|
2768
|
+
.calMain.calMain_DAY .event_selection[color="Red"] .iconfont {
|
|
2515
2769
|
color: #F96B6B;
|
|
2516
2770
|
}
|
|
2517
|
-
.calMain[color=Red]
|
|
2518
|
-
.calMain[color=Red]
|
|
2519
|
-
.calMain[color=Red]
|
|
2771
|
+
.calMain.calMain_MONTH .event_selection[color="Red"]:before,
|
|
2772
|
+
.calMain.calMain_WEEK .event_selection[color="Red"]:before,
|
|
2773
|
+
.calMain.calMain_DAY .event_selection[color="Red"]:before {
|
|
2520
2774
|
background: #F96B6B;
|
|
2521
2775
|
}
|
|
2522
|
-
.calMain
|
|
2523
|
-
.calMain
|
|
2524
|
-
.calMain
|
|
2776
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2777
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2778
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2525
2779
|
background: rgba(255, 255, 255, 0.3);
|
|
2526
2780
|
}
|
|
2527
|
-
.calMain[color=Red]
|
|
2528
|
-
.calMain[color=Red]
|
|
2529
|
-
.calMain[color=Red]
|
|
2530
|
-
.calMain[color=Red]
|
|
2531
|
-
.calMain[color=Red]
|
|
2532
|
-
.calMain[color=Red]
|
|
2533
|
-
.calMain[color=Red]
|
|
2534
|
-
.calMain[color=Red]
|
|
2535
|
-
.calMain[color=Red]
|
|
2781
|
+
.calMain.calMain_MONTH .new_event_on[color="Red"],
|
|
2782
|
+
.calMain.calMain_WEEK .new_event_on[color="Red"],
|
|
2783
|
+
.calMain.calMain_DAY .new_event_on[color="Red"],
|
|
2784
|
+
.calMain.calMain_MONTH .new_event_on[color="Red"]:hover,
|
|
2785
|
+
.calMain.calMain_WEEK .new_event_on[color="Red"]:hover,
|
|
2786
|
+
.calMain.calMain_DAY .new_event_on[color="Red"]:hover,
|
|
2787
|
+
.calMain.calMain_MONTH .new_event_on[color="Red"] div,
|
|
2788
|
+
.calMain.calMain_WEEK .new_event_on[color="Red"] div,
|
|
2789
|
+
.calMain.calMain_DAY .new_event_on[color="Red"] div {
|
|
2536
2790
|
border-color: #F96B6B;
|
|
2537
2791
|
background-color: #F96B6B !important;
|
|
2538
2792
|
box-shadow: none;
|
|
2539
2793
|
}
|
|
2540
|
-
.calMain[color=Red]
|
|
2794
|
+
.calMain.calMain_LIST .colorIco[color="Red"] > i {
|
|
2541
2795
|
background-color: rgba(249, 107, 107, 0.5);
|
|
2542
2796
|
}
|
|
2543
|
-
.m-cal-bubble[color=Purple] .color,
|
|
2544
|
-
[data-view-name="calendar.edit"][color=Purple] .color {
|
|
2797
|
+
.m-cal-bubble[color="Purple"] .color,
|
|
2798
|
+
[data-view-name="calendar.edit"][color="Purple"] .color {
|
|
2545
2799
|
background: #C36FD0;
|
|
2546
2800
|
}
|
|
2547
|
-
.m-cal-bubble[color=Purple] .time-range,
|
|
2548
|
-
[data-view-name="calendar.edit"][color=Purple] .time-range {
|
|
2801
|
+
.m-cal-bubble[color="Purple"] .time-range,
|
|
2802
|
+
[data-view-name="calendar.edit"][color="Purple"] .time-range {
|
|
2549
2803
|
background: rgba(195, 111, 208, 0.5);
|
|
2550
2804
|
}
|
|
2551
|
-
.
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
.
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
.calMain[color=Purple]
|
|
2558
|
-
.calMain[color=Purple]
|
|
2559
|
-
.calMain[color=Purple]
|
|
2805
|
+
.cal-spot[color="Purple"] {
|
|
2806
|
+
background: #C36FD0;
|
|
2807
|
+
}
|
|
2808
|
+
.cal-info i[color="Purple"] {
|
|
2809
|
+
background: #C36FD0;
|
|
2810
|
+
}
|
|
2811
|
+
.calMain.calMain_MONTH .sidebar[color="Purple"]:before,
|
|
2812
|
+
.calMain.calMain_WEEK .sidebar[color="Purple"]:before,
|
|
2813
|
+
.calMain.calMain_DAY .sidebar[color="Purple"]:before {
|
|
2814
|
+
background-color: rgba(195, 111, 208, 0.5);
|
|
2815
|
+
}
|
|
2816
|
+
.calMain.calMain_MONTH .event_selection[color="Purple"],
|
|
2817
|
+
.calMain.calMain_WEEK .event_selection[color="Purple"],
|
|
2818
|
+
.calMain.calMain_DAY .event_selection[color="Purple"],
|
|
2819
|
+
.calMain.calMain_MONTH .event_selection[color="Purple"]:hover,
|
|
2820
|
+
.calMain.calMain_WEEK .event_selection[color="Purple"]:hover,
|
|
2821
|
+
.calMain.calMain_DAY .event_selection[color="Purple"]:hover {
|
|
2560
2822
|
background-color: rgba(195, 111, 208, 0.5);
|
|
2561
2823
|
}
|
|
2562
|
-
.calMain[color=Purple]
|
|
2563
|
-
.calMain[color=Purple]
|
|
2564
|
-
.calMain[color=Purple]
|
|
2824
|
+
.calMain.calMain_MONTH .event_selection[color="Purple"] .iconfont,
|
|
2825
|
+
.calMain.calMain_WEEK .event_selection[color="Purple"] .iconfont,
|
|
2826
|
+
.calMain.calMain_DAY .event_selection[color="Purple"] .iconfont {
|
|
2565
2827
|
color: #C36FD0;
|
|
2566
2828
|
}
|
|
2567
|
-
.calMain[color=Purple]
|
|
2568
|
-
.calMain[color=Purple]
|
|
2569
|
-
.calMain[color=Purple]
|
|
2829
|
+
.calMain.calMain_MONTH .event_selection[color="Purple"]:before,
|
|
2830
|
+
.calMain.calMain_WEEK .event_selection[color="Purple"]:before,
|
|
2831
|
+
.calMain.calMain_DAY .event_selection[color="Purple"]:before {
|
|
2570
2832
|
background: #C36FD0;
|
|
2571
2833
|
}
|
|
2572
|
-
.calMain
|
|
2573
|
-
.calMain
|
|
2574
|
-
.calMain
|
|
2834
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2835
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2836
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2575
2837
|
background: rgba(255, 255, 255, 0.3);
|
|
2576
2838
|
}
|
|
2577
|
-
.calMain[color=Purple]
|
|
2578
|
-
.calMain[color=Purple]
|
|
2579
|
-
.calMain[color=Purple]
|
|
2580
|
-
.calMain[color=Purple]
|
|
2581
|
-
.calMain[color=Purple]
|
|
2582
|
-
.calMain[color=Purple]
|
|
2583
|
-
.calMain[color=Purple]
|
|
2584
|
-
.calMain[color=Purple]
|
|
2585
|
-
.calMain[color=Purple]
|
|
2839
|
+
.calMain.calMain_MONTH .new_event_on[color="Purple"],
|
|
2840
|
+
.calMain.calMain_WEEK .new_event_on[color="Purple"],
|
|
2841
|
+
.calMain.calMain_DAY .new_event_on[color="Purple"],
|
|
2842
|
+
.calMain.calMain_MONTH .new_event_on[color="Purple"]:hover,
|
|
2843
|
+
.calMain.calMain_WEEK .new_event_on[color="Purple"]:hover,
|
|
2844
|
+
.calMain.calMain_DAY .new_event_on[color="Purple"]:hover,
|
|
2845
|
+
.calMain.calMain_MONTH .new_event_on[color="Purple"] div,
|
|
2846
|
+
.calMain.calMain_WEEK .new_event_on[color="Purple"] div,
|
|
2847
|
+
.calMain.calMain_DAY .new_event_on[color="Purple"] div {
|
|
2586
2848
|
border-color: #C36FD0;
|
|
2587
2849
|
background-color: #C36FD0 !important;
|
|
2588
2850
|
box-shadow: none;
|
|
2589
2851
|
}
|
|
2590
|
-
.calMain[color=Purple]
|
|
2852
|
+
.calMain.calMain_LIST .colorIco[color="Purple"] > i {
|
|
2591
2853
|
background-color: rgba(195, 111, 208, 0.5);
|
|
2592
2854
|
}
|
|
2593
|
-
.m-cal-bubble[color
|
|
2594
|
-
[data-view-name="calendar.edit"][color
|
|
2855
|
+
.m-cal-bubble[color=""] .color,
|
|
2856
|
+
[data-view-name="calendar.edit"][color=""] .color {
|
|
2595
2857
|
background: #56A2FF;
|
|
2596
2858
|
}
|
|
2597
|
-
.m-cal-bubble[color
|
|
2598
|
-
[data-view-name="calendar.edit"][color
|
|
2859
|
+
.m-cal-bubble[color=""] .time-range,
|
|
2860
|
+
[data-view-name="calendar.edit"][color=""] .time-range {
|
|
2599
2861
|
background: rgba(86, 162, 255, 0.5);
|
|
2600
2862
|
}
|
|
2601
|
-
.
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
.
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
.calMain[color
|
|
2608
|
-
.calMain[color
|
|
2609
|
-
.calMain[color
|
|
2863
|
+
.cal-spot[color=""] {
|
|
2864
|
+
background: #56A2FF;
|
|
2865
|
+
}
|
|
2866
|
+
.cal-info i[color=""] {
|
|
2867
|
+
background: #56A2FF;
|
|
2868
|
+
}
|
|
2869
|
+
.calMain.calMain_MONTH .sidebar[color=""]:before,
|
|
2870
|
+
.calMain.calMain_WEEK .sidebar[color=""]:before,
|
|
2871
|
+
.calMain.calMain_DAY .sidebar[color=""]:before {
|
|
2610
2872
|
background-color: rgba(86, 162, 255, 0.5);
|
|
2611
2873
|
}
|
|
2612
|
-
.calMain[color
|
|
2613
|
-
.calMain[color
|
|
2614
|
-
.calMain[color
|
|
2874
|
+
.calMain.calMain_MONTH .event_selection[color=""],
|
|
2875
|
+
.calMain.calMain_WEEK .event_selection[color=""],
|
|
2876
|
+
.calMain.calMain_DAY .event_selection[color=""],
|
|
2877
|
+
.calMain.calMain_MONTH .event_selection[color=""]:hover,
|
|
2878
|
+
.calMain.calMain_WEEK .event_selection[color=""]:hover,
|
|
2879
|
+
.calMain.calMain_DAY .event_selection[color=""]:hover {
|
|
2880
|
+
background-color: rgba(86, 162, 255, 0.5);
|
|
2881
|
+
}
|
|
2882
|
+
.calMain.calMain_MONTH .event_selection[color=""] .iconfont,
|
|
2883
|
+
.calMain.calMain_WEEK .event_selection[color=""] .iconfont,
|
|
2884
|
+
.calMain.calMain_DAY .event_selection[color=""] .iconfont {
|
|
2615
2885
|
color: #56A2FF;
|
|
2616
2886
|
}
|
|
2617
|
-
.calMain[color
|
|
2618
|
-
.calMain[color
|
|
2619
|
-
.calMain[color
|
|
2887
|
+
.calMain.calMain_MONTH .event_selection[color=""]:before,
|
|
2888
|
+
.calMain.calMain_WEEK .event_selection[color=""]:before,
|
|
2889
|
+
.calMain.calMain_DAY .event_selection[color=""]:before {
|
|
2620
2890
|
background: #56A2FF;
|
|
2621
2891
|
}
|
|
2622
|
-
.calMain
|
|
2623
|
-
.calMain
|
|
2624
|
-
.calMain
|
|
2892
|
+
.calMain.calMain_MONTH .new_event_on:not([data-uid=new]):before,
|
|
2893
|
+
.calMain.calMain_WEEK .new_event_on:not([data-uid=new]):before,
|
|
2894
|
+
.calMain.calMain_DAY .new_event_on:not([data-uid=new]):before {
|
|
2625
2895
|
background: rgba(255, 255, 255, 0.3);
|
|
2626
2896
|
}
|
|
2627
|
-
.calMain[color
|
|
2628
|
-
.calMain[color
|
|
2629
|
-
.calMain[color
|
|
2630
|
-
.calMain[color
|
|
2631
|
-
.calMain[color
|
|
2632
|
-
.calMain[color
|
|
2633
|
-
.calMain[color
|
|
2634
|
-
.calMain[color
|
|
2635
|
-
.calMain[color
|
|
2897
|
+
.calMain.calMain_MONTH .new_event_on[color=""],
|
|
2898
|
+
.calMain.calMain_WEEK .new_event_on[color=""],
|
|
2899
|
+
.calMain.calMain_DAY .new_event_on[color=""],
|
|
2900
|
+
.calMain.calMain_MONTH .new_event_on[color=""]:hover,
|
|
2901
|
+
.calMain.calMain_WEEK .new_event_on[color=""]:hover,
|
|
2902
|
+
.calMain.calMain_DAY .new_event_on[color=""]:hover,
|
|
2903
|
+
.calMain.calMain_MONTH .new_event_on[color=""] div,
|
|
2904
|
+
.calMain.calMain_WEEK .new_event_on[color=""] div,
|
|
2905
|
+
.calMain.calMain_DAY .new_event_on[color=""] div {
|
|
2636
2906
|
border-color: #56A2FF;
|
|
2637
2907
|
background-color: #56A2FF !important;
|
|
2638
2908
|
box-shadow: none;
|
|
2639
2909
|
}
|
|
2640
|
-
.calMain[color
|
|
2910
|
+
.calMain.calMain_LIST .colorIco[color=""] > i {
|
|
2641
2911
|
background-color: rgba(86, 162, 255, 0.5);
|
|
2642
2912
|
}
|
|
2913
|
+
.calMain.calMain_MONTH .event_icon {
|
|
2914
|
+
max-width: 50%;
|
|
2915
|
+
}
|
|
2643
2916
|
.calMain.calMain_MONTH .out-dated,
|
|
2644
2917
|
.calMain.calMain_WEEK .out-dated,
|
|
2645
2918
|
.calMain.calMain_DAY .out-dated {
|