@seafile/seafile-calendar 1.0.2-beta.4 → 1.0.2-beta.5
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 +2 -0
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -844,6 +844,7 @@
|
|
|
844
844
|
}
|
|
845
845
|
.rc-calendar-year-panel-prev-decade-btn:hover,
|
|
846
846
|
.rc-calendar-year-panel-next-decade-btn:hover {
|
|
847
|
+
color: #999;
|
|
847
848
|
background-color: #f5f5f5;
|
|
848
849
|
}
|
|
849
850
|
.rc-calendar-year-panel-next-decade-btn:after {
|
|
@@ -975,6 +976,7 @@
|
|
|
975
976
|
}
|
|
976
977
|
.rc-calendar-decade-panel-prev-century-btn:hover,
|
|
977
978
|
.rc-calendar-decade-panel-next-century-btn:hover {
|
|
979
|
+
color: #999;
|
|
978
980
|
background-color: #f5f5f5;
|
|
979
981
|
}
|
|
980
982
|
.rc-calendar-decade-panel-next-century-btn {
|