@seafile/seafile-calendar 1.0.2-alpha.1 → 1.0.2-alpha.3
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 -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;
|
|
@@ -392,6 +388,9 @@
|
|
|
392
388
|
background-color: transparent;
|
|
393
389
|
width: 100%;
|
|
394
390
|
}
|
|
391
|
+
.rc-calendar table td {
|
|
392
|
+
padding: 0;
|
|
393
|
+
}
|
|
395
394
|
.rc-calendar table,
|
|
396
395
|
.rc-calendar td,
|
|
397
396
|
.rc-calendar th,
|
|
@@ -469,7 +468,7 @@
|
|
|
469
468
|
align-items: center;
|
|
470
469
|
}
|
|
471
470
|
.rc-calendar-right-panel-body {
|
|
472
|
-
height:
|
|
471
|
+
height: 240px;
|
|
473
472
|
display: -ms-flexbox;
|
|
474
473
|
display: flex;
|
|
475
474
|
padding: 8px 4px;
|