@seafile/seafile-calendar 1.0.2-beta.4 → 1.0.2-beta.6

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 +17 -11
  2. package/package.json +1 -1
package/assets/index.css CHANGED
@@ -243,7 +243,7 @@
243
243
  }
244
244
  .rc-calendar-date-panel {
245
245
  display: block;
246
- min-width: 260px;
246
+ width: 260px;
247
247
  }
248
248
  .rc-calendar-inputs {
249
249
  display: -ms-flexbox;
@@ -360,7 +360,7 @@
360
360
  width: 20px;
361
361
  height: 20px;
362
362
  position: absolute;
363
- top: 12px;
363
+ top: 14px;
364
364
  cursor: pointer;
365
365
  color: #999;
366
366
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
@@ -374,6 +374,7 @@
374
374
  .rc-calendar-next-month-btn:hover,
375
375
  .rc-calendar-prev-year-btn:hover,
376
376
  .rc-calendar-next-year-btn:hover {
377
+ color: #999;
377
378
  background-color: #f5f5f5;
378
379
  }
379
380
  .rc-calendar-next-year-btn {
@@ -693,7 +694,7 @@
693
694
  border-radius: 4px;
694
695
  color: #999;
695
696
  position: absolute;
696
- top: 12px;
697
+ top: 14px;
697
698
  }
698
699
  .rc-calendar-month-panel-prev-year-btn:hover,
699
700
  .rc-calendar-month-panel-next-year-btn:hover {
@@ -704,8 +705,8 @@
704
705
  right: 16px;
705
706
  }
706
707
  .rc-calendar-month-panel-next-year-btn:after {
707
- width: 20px;
708
708
  content: '»';
709
+ transform: translateY(-1px);
709
710
  }
710
711
  .rc-calendar-month-panel-prev-year-btn {
711
712
  -webkit-user-select: none;
@@ -715,8 +716,8 @@
715
716
  left: 16px;
716
717
  }
717
718
  .rc-calendar-month-panel-prev-year-btn:after {
718
- width: 20px;
719
719
  content: '«';
720
+ transform: translateY(-1px);
720
721
  }
721
722
  .rc-calendar-month-panel .rc-calendar-month-panel-year-select {
722
723
  width: 180px;
@@ -838,17 +839,21 @@
838
839
  width: 20px;
839
840
  height: 20px;
840
841
  position: absolute;
841
- top: 12px;
842
+ top: 14px;
842
843
  border-radius: 4px;
843
844
  color: #999;
844
845
  }
845
846
  .rc-calendar-year-panel-prev-decade-btn:hover,
846
847
  .rc-calendar-year-panel-next-decade-btn:hover {
848
+ color: #999;
847
849
  background-color: #f5f5f5;
848
850
  }
851
+ .rc-calendar-year-panel-next-decade-btn {
852
+ right: 16px;
853
+ }
849
854
  .rc-calendar-year-panel-next-decade-btn:after {
850
- width: 20px;
851
855
  content: '»';
856
+ transform: translateY(-1px);
852
857
  }
853
858
  .rc-calendar-year-panel-prev-decade-btn {
854
859
  -webkit-user-select: none;
@@ -858,8 +863,8 @@
858
863
  left: 16px;
859
864
  }
860
865
  .rc-calendar-year-panel-prev-decade-btn:after {
861
- width: 20px;
862
866
  content: '«';
867
+ transform: translateY(-1px);
863
868
  }
864
869
  .rc-calendar-year-panel .rc-calendar-year-panel-decade-select {
865
870
  width: 180px;
@@ -971,25 +976,26 @@
971
976
  border-radius: 4px;
972
977
  color: #999;
973
978
  position: absolute;
974
- top: 12px;
979
+ top: 14px;
975
980
  }
976
981
  .rc-calendar-decade-panel-prev-century-btn:hover,
977
982
  .rc-calendar-decade-panel-next-century-btn:hover {
983
+ color: #999;
978
984
  background-color: #f5f5f5;
979
985
  }
980
986
  .rc-calendar-decade-panel-next-century-btn {
981
987
  right: 16px;
982
988
  }
983
989
  .rc-calendar-decade-panel-next-century-btn:after {
984
- width: 20px;
985
990
  content: '»';
991
+ transform: translateY(-1px);
986
992
  }
987
993
  .rc-calendar-decade-panel-prev-century-btn {
988
994
  left: 16px;
989
995
  }
990
996
  .rc-calendar-decade-panel-prev-century-btn:after {
991
- width: 20px;
992
997
  content: '«';
998
+ transform: translateY(-1px);
993
999
  }
994
1000
  .rc-calendar-decade-panel-body {
995
1001
  -ms-flex: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.2-beta.4",
3
+ "version": "1.0.2-beta.6",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",