@seafile/seafile-calendar 1.0.13 → 1.0.14-ajb.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 CHANGED
@@ -229,7 +229,7 @@
229
229
  /* Footer */
230
230
  }
231
231
  .rc-calendar-with-time-panel {
232
- width: 367px;
232
+ width: 391px;
233
233
  }
234
234
  .rc-calendar-panel {
235
235
  display: -ms-flexbox;
@@ -256,7 +256,7 @@
256
256
  flex: 1 1 auto;
257
257
  }
258
258
  .rc-calendar-time-input-col {
259
- width: 89px;
259
+ width: 113px;
260
260
  border-left: 1px solid #eee;
261
261
  }
262
262
  .rc-calendar-date-input,
@@ -266,9 +266,12 @@
266
266
  -ms-flex-align: center;
267
267
  align-items: center;
268
268
  height: 100%;
269
- padding: 12px 12px 0 12px;
269
+ padding: 12px;
270
270
  margin-bottom: 4px;
271
271
  }
272
+ .rc-calendar-time-input {
273
+ border-bottom: 1px solid #eee;
274
+ }
272
275
  .rc-calendar-date-input input,
273
276
  .rc-calendar-time-input input {
274
277
  height: 32px;
@@ -481,8 +484,7 @@
481
484
  border-left: 1px solid #eee;
482
485
  }
483
486
  .rc-calendar-right-panel-header {
484
- display: -ms-flexbox;
485
- display: flex;
487
+ display: none;
486
488
  -ms-flex-pack: center;
487
489
  justify-content: center;
488
490
  -ms-flex-align: center;
@@ -491,12 +493,15 @@
491
493
  font-weight: 600;
492
494
  }
493
495
  .rc-calendar-right-panel-body {
494
- height: 260px;
496
+ height: 308px;
495
497
  display: -ms-flexbox;
496
498
  display: flex;
497
- padding: 0 4px 16px;
499
+ padding: 0 16px 16px;
498
500
  scrollbar-color: auto;
499
501
  }
502
+ .rc-calendar-right-panel-body:first-child {
503
+ border-right: 1px solid #eee;
504
+ }
500
505
  .rc-calendar-right-panel-col {
501
506
  overflow-y: auto;
502
507
  }
@@ -774,11 +779,11 @@
774
779
  cursor: not-allowed;
775
780
  }
776
781
  .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
777
- background: #ff9800;
782
+ background: #ff8000;
778
783
  color: #fff;
779
784
  }
780
785
  .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
781
- background: #ff9800;
786
+ background: #ff8000;
782
787
  color: #fff;
783
788
  }
784
789
  .rc-calendar-month-header-wrap {
@@ -909,11 +914,11 @@
909
914
  cursor: pointer;
910
915
  }
911
916
  .rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year {
912
- background: #ff9800;
917
+ background: #ff8000;
913
918
  color: #fff;
914
919
  }
915
920
  .rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover {
916
- background: #ff9800;
921
+ background: #ff8000;
917
922
  color: #fff;
918
923
  }
919
924
  .rc-calendar-decade-panel {
@@ -1023,11 +1028,11 @@
1023
1028
  cursor: pointer;
1024
1029
  }
1025
1030
  .rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
1026
- background: #ff9800;
1031
+ background: #ff8000;
1027
1032
  color: #fff;
1028
1033
  }
1029
1034
  .rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
1030
- background: #ff9800;
1035
+ background: #ff8000;
1031
1036
  color: #fff;
1032
1037
  }
1033
1038
  .rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,