@seafile/seafile-calendar 1.0.6 → 1.0.7-alpha.1
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 -3
- package/package.json +1 -1
package/assets/index.css
CHANGED
|
@@ -217,11 +217,12 @@
|
|
|
217
217
|
font-size: 14px;
|
|
218
218
|
text-align: left;
|
|
219
219
|
background-color: #fff;
|
|
220
|
-
border-radius:
|
|
221
|
-
box-shadow: 0
|
|
220
|
+
border-radius: 8px;
|
|
221
|
+
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
|
|
222
222
|
background-clip: padding-box;
|
|
223
|
-
border: 1px solid #
|
|
223
|
+
border: 1px solid #eee;
|
|
224
224
|
line-height: 1.5;
|
|
225
|
+
overflow: hidden;
|
|
225
226
|
/* Layout wrappers */
|
|
226
227
|
/* Top inputs row */
|
|
227
228
|
/* Date grid area */
|