@seafile/seafile-calendar 1.0.1-beta.1 → 1.0.1-beta.3
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 +7 -5
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
.rc-calendar-month-select:hover,
|
|
351
351
|
.rc-calendar-day-select:hover {
|
|
352
352
|
cursor: pointer;
|
|
353
|
-
color: #
|
|
353
|
+
color: #ed7109;
|
|
354
354
|
}
|
|
355
355
|
.rc-calendar-year-select.rc-calendar-time-status:hover,
|
|
356
356
|
.rc-calendar-month-select.rc-calendar-time-status:hover,
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
.rc-calendar-next-month-btn:hover,
|
|
377
377
|
.rc-calendar-prev-year-btn:hover,
|
|
378
378
|
.rc-calendar-next-year-btn:hover {
|
|
379
|
-
color: #
|
|
379
|
+
color: #ed7109;
|
|
380
380
|
}
|
|
381
381
|
.rc-calendar-next-year-btn {
|
|
382
382
|
right: 0;
|
|
@@ -704,10 +704,11 @@
|
|
|
704
704
|
padding: 4px 5px;
|
|
705
705
|
text-align: center;
|
|
706
706
|
width: 30px;
|
|
707
|
+
color: #212529;
|
|
707
708
|
}
|
|
708
709
|
.rc-calendar-month-panel-header > a:hover {
|
|
709
710
|
cursor: pointer;
|
|
710
|
-
color: #
|
|
711
|
+
color: #ed7109;
|
|
711
712
|
}
|
|
712
713
|
.rc-calendar-month-panel-prev-year-btn,
|
|
713
714
|
.rc-calendar-month-panel-next-year-btn {
|
|
@@ -839,10 +840,11 @@
|
|
|
839
840
|
padding: 4px 5px;
|
|
840
841
|
text-align: center;
|
|
841
842
|
width: 30px;
|
|
843
|
+
color: #212529;
|
|
842
844
|
}
|
|
843
845
|
.rc-calendar-year-panel-header > a:hover {
|
|
844
846
|
cursor: pointer;
|
|
845
|
-
color: #
|
|
847
|
+
color: #ed7109;
|
|
846
848
|
}
|
|
847
849
|
.rc-calendar-year-panel-prev-decade-btn,
|
|
848
850
|
.rc-calendar-year-panel-next-decade-btn {
|
|
@@ -966,10 +968,10 @@
|
|
|
966
968
|
padding: 1px 5px;
|
|
967
969
|
text-align: center;
|
|
968
970
|
width: 30px;
|
|
971
|
+
color: #212529;
|
|
969
972
|
}
|
|
970
973
|
.rc-calendar-decade-panel-header > a:hover {
|
|
971
974
|
cursor: pointer;
|
|
972
|
-
color: #ec7109;
|
|
973
975
|
}
|
|
974
976
|
.rc-calendar-decade-panel-prev-century-btn,
|
|
975
977
|
.rc-calendar-decade-panel-next-century-btn {
|