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