@seafile/seafile-calendar 1.0.1-beta.2 → 1.0.1-beta.4
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 +5 -1
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -1016,11 +1016,15 @@
|
|
|
1016
1016
|
}
|
|
1017
1017
|
.rc-calendar-decade-panel-cell {
|
|
1018
1018
|
text-align: center;
|
|
1019
|
+
color: #212529;
|
|
1020
|
+
}
|
|
1021
|
+
.rc-calendar-decade-panel-cell a:hover {
|
|
1022
|
+
color: inherit;
|
|
1019
1023
|
}
|
|
1020
1024
|
.rc-calendar-decade-panel-decade {
|
|
1021
1025
|
display: block;
|
|
1022
1026
|
margin: 0 auto;
|
|
1023
|
-
color: #
|
|
1027
|
+
color: #212529;
|
|
1024
1028
|
border-radius: 4px 4px;
|
|
1025
1029
|
height: 36px;
|
|
1026
1030
|
padding: 0;
|