@seafile/seafile-calendar 1.0.13 → 1.0.14
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 +6 -6
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -774,11 +774,11 @@
|
|
|
774
774
|
cursor: not-allowed;
|
|
775
775
|
}
|
|
776
776
|
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
|
|
777
|
-
background: #
|
|
777
|
+
background: #ff8000;
|
|
778
778
|
color: #fff;
|
|
779
779
|
}
|
|
780
780
|
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
|
|
781
|
-
background: #
|
|
781
|
+
background: #ff8000;
|
|
782
782
|
color: #fff;
|
|
783
783
|
}
|
|
784
784
|
.rc-calendar-month-header-wrap {
|
|
@@ -909,11 +909,11 @@
|
|
|
909
909
|
cursor: pointer;
|
|
910
910
|
}
|
|
911
911
|
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year {
|
|
912
|
-
background: #
|
|
912
|
+
background: #ff8000;
|
|
913
913
|
color: #fff;
|
|
914
914
|
}
|
|
915
915
|
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover {
|
|
916
|
-
background: #
|
|
916
|
+
background: #ff8000;
|
|
917
917
|
color: #fff;
|
|
918
918
|
}
|
|
919
919
|
.rc-calendar-decade-panel {
|
|
@@ -1023,11 +1023,11 @@
|
|
|
1023
1023
|
cursor: pointer;
|
|
1024
1024
|
}
|
|
1025
1025
|
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
|
|
1026
|
-
background: #
|
|
1026
|
+
background: #ff8000;
|
|
1027
1027
|
color: #fff;
|
|
1028
1028
|
}
|
|
1029
1029
|
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
|
|
1030
|
-
background: #
|
|
1030
|
+
background: #ff8000;
|
|
1031
1031
|
color: #fff;
|
|
1032
1032
|
}
|
|
1033
1033
|
.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,
|