@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.
Files changed (2) hide show
  1. package/assets/index.css +4 -3
  2. 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: 4px;
221
- box-shadow: 0 1px 5px #ccc;
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 #ccc;
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.6",
3
+ "version": "1.0.7-alpha.1",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",