@seafile/seafile-calendar 1.0.2-alpha.3 → 1.0.2-alpha.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 +4 -2
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
flex: 1 1 auto;
|
|
255
255
|
}
|
|
256
256
|
.rc-calendar-time-input-col {
|
|
257
|
-
width:
|
|
257
|
+
width: 89px;
|
|
258
258
|
border-left: 1px solid #eee;
|
|
259
259
|
}
|
|
260
260
|
.rc-calendar-date-input,
|
|
@@ -466,12 +466,14 @@
|
|
|
466
466
|
justify-content: center;
|
|
467
467
|
-ms-flex-align: center;
|
|
468
468
|
align-items: center;
|
|
469
|
+
color: #212529;
|
|
470
|
+
font-weight: 600;
|
|
469
471
|
}
|
|
470
472
|
.rc-calendar-right-panel-body {
|
|
471
473
|
height: 240px;
|
|
472
474
|
display: -ms-flexbox;
|
|
473
475
|
display: flex;
|
|
474
|
-
padding:
|
|
476
|
+
padding: 0 4px 16px;
|
|
475
477
|
scrollbar-color: auto;
|
|
476
478
|
}
|
|
477
479
|
.rc-calendar-right-panel-col {
|