@seafile/seafile-calendar 1.0.3-alpha.2 → 1.0.3-alpha.6
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 +14 -1
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -442,6 +442,7 @@
|
|
|
442
442
|
background: transparent;
|
|
443
443
|
line-height: 32px;
|
|
444
444
|
text-align: center;
|
|
445
|
+
margin-bottom: 4px;
|
|
445
446
|
}
|
|
446
447
|
.rc-calendar-date:hover {
|
|
447
448
|
background: #f5f5f5;
|
|
@@ -459,6 +460,18 @@
|
|
|
459
460
|
}
|
|
460
461
|
.rc-calendar-disabled-cell .rc-calendar-date {
|
|
461
462
|
cursor: not-allowed;
|
|
463
|
+
background: #f3f3f3;
|
|
464
|
+
border-radius: 0;
|
|
465
|
+
color: #bcbcbc;
|
|
466
|
+
width: auto;
|
|
467
|
+
}
|
|
468
|
+
.rc-calendar-disabled-cell-first-of-row .rc-calendar-date {
|
|
469
|
+
border-bottom-left-radius: 4px;
|
|
470
|
+
border-top-left-radius: 4px;
|
|
471
|
+
}
|
|
472
|
+
.rc-calendar-disabled-cell-last-of-row .rc-calendar-date {
|
|
473
|
+
border-bottom-right-radius: 4px;
|
|
474
|
+
border-top-right-radius: 4px;
|
|
462
475
|
}
|
|
463
476
|
.rc-calendar-last-month-cell .rc-calendar-date,
|
|
464
477
|
.rc-calendar-next-month-btn-day .rc-calendar-date {
|
|
@@ -483,7 +496,7 @@
|
|
|
483
496
|
font-weight: 600;
|
|
484
497
|
}
|
|
485
498
|
.rc-calendar-right-panel-body {
|
|
486
|
-
height:
|
|
499
|
+
height: 264px;
|
|
487
500
|
display: -ms-flexbox;
|
|
488
501
|
display: flex;
|
|
489
502
|
padding: 0 4px 16px;
|