@seafile/seafile-calendar 1.0.2-alpha.1 → 1.0.2-alpha.2
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 -6
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -71,13 +71,9 @@
|
|
|
71
71
|
}
|
|
72
72
|
.rc-calendar-input:-ms-input-placeholder {
|
|
73
73
|
color: #808080;
|
|
74
|
-
font-weight: 600;
|
|
75
|
-
opacity: 1;
|
|
76
74
|
}
|
|
77
75
|
.rc-calendar-input::placeholder {
|
|
78
76
|
color: #808080;
|
|
79
|
-
font-weight: 600;
|
|
80
|
-
opacity: 1;
|
|
81
77
|
}
|
|
82
78
|
.rc-calendar-clear-btn {
|
|
83
79
|
z-index: 9999;
|
|
@@ -384,7 +380,7 @@
|
|
|
384
380
|
}
|
|
385
381
|
.rc-calendar-body {
|
|
386
382
|
padding: 0 12px;
|
|
387
|
-
height:
|
|
383
|
+
height: 240px;
|
|
388
384
|
}
|
|
389
385
|
.rc-calendar table {
|
|
390
386
|
border-collapse: collapse;
|
|
@@ -469,7 +465,7 @@
|
|
|
469
465
|
align-items: center;
|
|
470
466
|
}
|
|
471
467
|
.rc-calendar-right-panel-body {
|
|
472
|
-
height:
|
|
468
|
+
height: 240px;
|
|
473
469
|
display: -ms-flexbox;
|
|
474
470
|
display: flex;
|
|
475
471
|
padding: 8px 4px;
|