@seafile/seafile-calendar 1.0.2-alpha.5 → 1.0.2-beta.2
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/assets/index.css +9 -9
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
border-color: red;
|
|
71
71
|
}
|
|
72
72
|
.rc-calendar-input:-ms-input-placeholder {
|
|
73
|
-
color: #
|
|
73
|
+
color: #868e96;
|
|
74
74
|
}
|
|
75
75
|
.rc-calendar-input::placeholder {
|
|
76
|
-
color: #
|
|
76
|
+
color: #868e96;
|
|
77
77
|
}
|
|
78
78
|
.rc-calendar-clear-btn {
|
|
79
79
|
z-index: 9999;
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
.rc-calendar-month-select:hover,
|
|
334
334
|
.rc-calendar-day-select:hover {
|
|
335
335
|
cursor: pointer;
|
|
336
|
-
color: #
|
|
336
|
+
color: #ff9800;
|
|
337
337
|
}
|
|
338
338
|
.rc-calendar-year-select.rc-calendar-time-status:hover,
|
|
339
339
|
.rc-calendar-month-select.rc-calendar-time-status:hover,
|
|
@@ -542,13 +542,13 @@
|
|
|
542
542
|
.rc-calendar-time-picker-btn {
|
|
543
543
|
display: inline-block;
|
|
544
544
|
text-align: center;
|
|
545
|
-
color: #
|
|
545
|
+
color: #ed7109;
|
|
546
546
|
}
|
|
547
547
|
.rc-calendar-today-btn:hover,
|
|
548
548
|
.rc-calendar-ok-btn:hover,
|
|
549
549
|
.rc-calendar-time-picker-btn:hover {
|
|
550
550
|
cursor: pointer;
|
|
551
|
-
color: #
|
|
551
|
+
color: #ff9800;
|
|
552
552
|
}
|
|
553
553
|
.rc-calendar-today-btn-disabled,
|
|
554
554
|
.rc-calendar-ok-btn-disabled,
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
cursor: pointer;
|
|
673
673
|
}
|
|
674
674
|
.rc-calendar-month-panel-year-select:hover {
|
|
675
|
-
color: #
|
|
675
|
+
color: #ff9800;
|
|
676
676
|
}
|
|
677
677
|
.rc-calendar-month-panel-prev-year-btn,
|
|
678
678
|
.rc-calendar-month-panel-next-year-btn {
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
color: #fff;
|
|
764
764
|
}
|
|
765
765
|
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
|
|
766
|
-
background: #
|
|
766
|
+
background: #ff9800;
|
|
767
767
|
color: #fff;
|
|
768
768
|
}
|
|
769
769
|
.rc-calendar-month-header-wrap {
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
cursor: pointer;
|
|
819
819
|
}
|
|
820
820
|
.rc-calendar-year-panel-decade-select:hover {
|
|
821
|
-
color: #
|
|
821
|
+
color: #ff9800;
|
|
822
822
|
}
|
|
823
823
|
.rc-calendar-year-panel-prev-decade-btn,
|
|
824
824
|
.rc-calendar-year-panel-next-decade-btn {
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
color: #fff;
|
|
1019
1019
|
}
|
|
1020
1020
|
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
|
|
1021
|
-
background: #
|
|
1021
|
+
background: #ff9800;
|
|
1022
1022
|
color: #fff;
|
|
1023
1023
|
}
|
|
1024
1024
|
.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,
|