@syncfusion/ej2-vue-spreadsheet 19.2.59 → 19.3.44

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 (45) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/dist/ej2-vue-spreadsheet.umd.min.js +2 -2
  3. package/dist/ej2-vue-spreadsheet.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-spreadsheet.es2015.js +10 -3
  5. package/dist/es6/ej2-vue-spreadsheet.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-spreadsheet.es5.js +10 -3
  7. package/dist/es6/ej2-vue-spreadsheet.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-spreadsheet.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/spreadsheet/spreadsheet.component.d.ts +3 -1
  11. package/src/spreadsheet/spreadsheet.component.js +10 -3
  12. package/styles/bootstrap-dark.css +147 -13
  13. package/styles/bootstrap.css +148 -13
  14. package/styles/bootstrap4.css +150 -15
  15. package/styles/bootstrap5-dark.css +5463 -0
  16. package/styles/bootstrap5-dark.scss +2 -0
  17. package/styles/bootstrap5.css +5463 -0
  18. package/styles/bootstrap5.scss +2 -0
  19. package/styles/fabric-dark.css +147 -13
  20. package/styles/fabric.css +144 -13
  21. package/styles/highcontrast-light.css +140 -13
  22. package/styles/highcontrast.css +151 -13
  23. package/styles/material-dark.css +162 -28
  24. package/styles/material.css +129 -14
  25. package/styles/ribbon/bootstrap5-dark.css +225 -0
  26. package/styles/ribbon/bootstrap5-dark.scss +1 -0
  27. package/styles/ribbon/bootstrap5.css +225 -0
  28. package/styles/ribbon/bootstrap5.scss +1 -0
  29. package/styles/spreadsheet/bootstrap-dark.css +147 -13
  30. package/styles/spreadsheet/bootstrap.css +148 -13
  31. package/styles/spreadsheet/bootstrap4.css +150 -15
  32. package/styles/spreadsheet/bootstrap5-dark.css +5237 -0
  33. package/styles/spreadsheet/bootstrap5-dark.scss +1 -0
  34. package/styles/spreadsheet/bootstrap5.css +5237 -0
  35. package/styles/spreadsheet/bootstrap5.scss +1 -0
  36. package/styles/spreadsheet/fabric-dark.css +147 -13
  37. package/styles/spreadsheet/fabric.css +144 -13
  38. package/styles/spreadsheet/highcontrast-light.css +140 -13
  39. package/styles/spreadsheet/highcontrast.css +151 -13
  40. package/styles/spreadsheet/material-dark.css +162 -28
  41. package/styles/spreadsheet/material.css +129 -14
  42. package/styles/spreadsheet/tailwind-dark.css +172 -52
  43. package/styles/spreadsheet/tailwind.css +180 -43
  44. package/styles/tailwind-dark.css +172 -52
  45. package/styles/tailwind.css +180 -43
@@ -109,6 +109,65 @@
109
109
  width: 302px;
110
110
  }
111
111
 
112
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
113
+ font-size: 14px;
114
+ line-height: 28px;
115
+ margin-bottom: 4px;
116
+ }
117
+
118
+ .e-spreadsheet .e-custom-format-dlg {
119
+ height: 510px !important;
120
+ width: 530px !important;
121
+ }
122
+
123
+ .e-spreadsheet .e-unprotectworksheet-dlg {
124
+ left: 0 !important;
125
+ }
126
+
127
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
128
+ font-size: 18px;
129
+ line-height: 21px;
130
+ }
131
+
132
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
133
+ color: #dd2c2c;
134
+ font-size: 12px;
135
+ padding-top: 7px;
136
+ }
137
+
138
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
139
+ font-size: 14px;
140
+ line-height: 16px;
141
+ }
142
+
143
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
144
+ margin-top: 10px;
145
+ }
146
+
147
+ .e-spreadsheet .e-reenterpwd-dlg {
148
+ left: 0 !important;
149
+ }
150
+
151
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
152
+ font-size: 18px;
153
+ line-height: 21px;
154
+ }
155
+
156
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
157
+ color: #dd2c2c;
158
+ font-size: 12px;
159
+ padding-top: 7px;
160
+ }
161
+
162
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
163
+ font-size: 14px;
164
+ line-height: 16px;
165
+ }
166
+
167
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
168
+ margin-top: 10px;
169
+ }
170
+
112
171
  .e-spreadsheet .e-goto-dlg {
113
172
  height: auto;
114
173
  }
@@ -151,23 +210,40 @@
151
210
  .e-spreadsheet .e-protect-option-list {
152
211
  border: none;
153
212
  cursor: default;
154
- margin-top: 6px;
213
+ margin-top: 20px;
155
214
  overflow-y: auto;
156
215
  }
157
216
 
158
217
  .e-spreadsheet .e-protect-checkbox {
159
218
  height: 30px;
160
- padding-top: 10px;
219
+ padding-top: 20px;
161
220
  }
162
221
 
163
222
  .e-spreadsheet .e-protect-checkbox .e-label {
164
223
  font-size: 14px;
165
224
  }
166
225
 
226
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
227
+ float: left;
228
+ margin-right: 2.8%;
229
+ margin-right: 2.8%;
230
+ width: 80%;
231
+ }
232
+
233
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
234
+ margin: 10px 10px 10px 0;
235
+ }
236
+
237
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
238
+ border: 1px solid #ddd;
239
+ border-radius: 3px;
240
+ height: 300px;
241
+ }
242
+
167
243
  .e-spreadsheet .e-protect-content {
168
244
  font-size: 13px;
169
245
  height: 30px;
170
- padding-top: 10px;
246
+ padding-top: 20px;
171
247
  width: 100%;
172
248
  }
173
249
 
@@ -882,7 +958,7 @@
882
958
  cursor: cell;
883
959
  pointer-events: none;
884
960
  position: absolute;
885
- z-index: 2;
961
+ z-index: 1;
886
962
  border-width: 1px;
887
963
  }
888
964
 
@@ -892,7 +968,7 @@
892
968
  cursor: cell;
893
969
  pointer-events: none;
894
970
  position: absolute;
895
- z-index: 2;
971
+ z-index: 1;
896
972
  }
897
973
 
898
974
  .e-spreadsheet .e-formularef-indicator {
@@ -902,6 +978,24 @@
902
978
  z-index: 1;
903
979
  }
904
980
 
981
+ .e-spreadsheet .e-autofill {
982
+ background-clip: content-box;
983
+ background-color: #400074;
984
+ border: 1px solid #fff;
985
+ cursor: crosshair;
986
+ height: 8px;
987
+ position: absolute;
988
+ width: 8px;
989
+ z-index: 3;
990
+ }
991
+
992
+ .e-spreadsheet .e-filloption {
993
+ height: 30px;
994
+ position: absolute;
995
+ width: 47px;
996
+ z-index: 3;
997
+ }
998
+
905
999
  .e-spreadsheet .e-active-cell {
906
1000
  border: 2px solid #400074;
907
1001
  pointer-events: none;
@@ -1256,11 +1350,8 @@
1256
1350
  }
1257
1351
 
1258
1352
  .e-spreadsheet .e-validation-list {
1259
- border: 1px solid #fff;
1260
- bottom: 1px;
1261
1353
  float: right;
1262
1354
  height: 18px;
1263
- margin-right: 1px;
1264
1355
  padding: 0;
1265
1356
  position: relative;
1266
1357
  right: 0;
@@ -1269,8 +1360,17 @@
1269
1360
  z-index: 2;
1270
1361
  }
1271
1362
 
1363
+ .e-spreadsheet .e-validation-list .e-input-group {
1364
+ border: 0;
1365
+ box-shadow: none !important;
1366
+ }
1367
+
1272
1368
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1273
1369
  bottom: 5px;
1370
+ height: 18px;
1371
+ min-height: 0;
1372
+ min-width: 0;
1373
+ width: 20px;
1274
1374
  }
1275
1375
 
1276
1376
  .e-spreadsheet .e-rtl .e-spreadsheet-edit {
@@ -1867,8 +1967,6 @@
1867
1967
 
1868
1968
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
1869
1969
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
1870
- background-color: #616161;
1871
- background-color: #fff;
1872
1970
  height: auto;
1873
1971
  line-height: 0;
1874
1972
  padding: 0;
@@ -1919,8 +2017,6 @@
1919
2017
 
1920
2018
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
1921
2019
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
1922
- background-color: #616161;
1923
- background-color: #fff;
1924
2020
  height: auto;
1925
2021
  line-height: 0;
1926
2022
  padding: 0;
@@ -2563,7 +2659,7 @@
2563
2659
 
2564
2660
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2565
2661
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
2566
- height: 33px;
2662
+ height: 32px;
2567
2663
  padding: 0;
2568
2664
  width: 32px;
2569
2665
  }
@@ -2746,6 +2842,13 @@
2746
2842
  height: 78px;
2747
2843
  }
2748
2844
 
2845
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
2846
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
2847
+ float: left;
2848
+ margin-right: 2.8%;
2849
+ width: 77%;
2850
+ }
2851
+
2749
2852
  .e-bigger .e-spreadsheet .e-customsort-dlg,
2750
2853
  .e-bigger.e-spreadsheet .e-customsort-dlg {
2751
2854
  width: 590px !important;
@@ -2932,6 +3035,14 @@
2932
3035
  background: initial;
2933
3036
  }
2934
3037
 
3038
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
3039
+ color: #000;
3040
+ }
3041
+
3042
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
3043
+ color: #000;
3044
+ }
3045
+
2935
3046
  .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover {
2936
3047
  background: #eee;
2937
3048
  }
@@ -2955,6 +3066,14 @@
2955
3066
  background-color: transparent;
2956
3067
  }
2957
3068
 
3069
+ .e-spreadsheet .e-dragfill-ddb {
3070
+ box-shadow: none;
3071
+ }
3072
+
3073
+ .e-spreadsheet .e-dragfill-ddb:focus {
3074
+ background: #eee;
3075
+ }
3076
+
2958
3077
  .e-spreadsheet .e-aggregate-list.e-flat {
2959
3078
  background-color: transparent;
2960
3079
  border-color: transparent;
@@ -3342,6 +3461,10 @@
3342
3461
  border-right: 1px dashed #dd2c2c;
3343
3462
  }
3344
3463
 
3464
+ .e-popup.e-menu-popup.e-databars ul .e-db {
3465
+ background-color: #fff;
3466
+ }
3467
+
3345
3468
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
3346
3469
  .e-popup.e-menu-popup.e-databars ul .e-gdatabar:hover,
3347
3470
  .e-popup.e-menu-popup.e-databars ul .e-rdatabar:hover,
@@ -3375,6 +3498,10 @@
3375
3498
  background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
3376
3499
  }
3377
3500
 
3501
+ .e-popup.e-menu-popup.e-colorscales ul .e-cs {
3502
+ background-color: #fff;
3503
+ }
3504
+
3378
3505
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
3379
3506
  .e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
3380
3507
  .e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,
@@ -292,6 +292,10 @@
292
292
  content: '\eb80';
293
293
  }
294
294
 
295
+ .e-dragfill-ddb .e-dragfill-icon::before {
296
+ content: '\e92a';
297
+ }
298
+
295
299
  .e-chart-ddb .e-chart-icon::before,
296
300
  .e-chart-ddb .e-chart-type-icon::before,
297
301
  .e-chart-type-ddb .e-chart-icon::before,
@@ -795,6 +799,65 @@
795
799
  width: 300px;
796
800
  }
797
801
 
802
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
803
+ font-size: 14px;
804
+ line-height: 28px;
805
+ margin-bottom: 4px;
806
+ }
807
+
808
+ .e-spreadsheet .e-custom-format-dlg {
809
+ height: 510px !important;
810
+ width: 530px !important;
811
+ }
812
+
813
+ .e-spreadsheet .e-unprotectworksheet-dlg {
814
+ left: 0 !important;
815
+ }
816
+
817
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
818
+ font-size: 18px;
819
+ line-height: 21px;
820
+ }
821
+
822
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
823
+ color: #dd2c2c;
824
+ font-size: 12px;
825
+ padding-top: 7px;
826
+ }
827
+
828
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
829
+ font-size: 14px;
830
+ line-height: 16px;
831
+ }
832
+
833
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
834
+ margin-top: 10px;
835
+ }
836
+
837
+ .e-spreadsheet .e-reenterpwd-dlg {
838
+ left: 0 !important;
839
+ }
840
+
841
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
842
+ font-size: 18px;
843
+ line-height: 21px;
844
+ }
845
+
846
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
847
+ color: #dd2c2c;
848
+ font-size: 12px;
849
+ padding-top: 7px;
850
+ }
851
+
852
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
853
+ font-size: 14px;
854
+ line-height: 16px;
855
+ }
856
+
857
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
858
+ margin-top: 10px;
859
+ }
860
+
798
861
  .e-spreadsheet .e-goto-dlg {
799
862
  height: auto;
800
863
  }
@@ -837,23 +900,40 @@
837
900
  .e-spreadsheet .e-protect-option-list {
838
901
  border: 1px solid #fff;
839
902
  cursor: default;
840
- margin-top: 6px;
903
+ margin-top: 20px;
841
904
  overflow-y: auto;
842
905
  }
843
906
 
844
907
  .e-spreadsheet .e-protect-checkbox {
845
908
  height: 30px;
846
- padding-top: 10px;
909
+ padding-top: 20px;
847
910
  }
848
911
 
849
912
  .e-spreadsheet .e-protect-checkbox .e-label {
850
913
  font-size: 14px;
851
914
  }
852
915
 
916
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
917
+ float: left;
918
+ margin-right: 2.8%;
919
+ margin-right: 2.8%;
920
+ width: 80%;
921
+ }
922
+
923
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
924
+ margin: 10px 10px 10px 0;
925
+ }
926
+
927
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
928
+ border: 1px solid #ddd;
929
+ border-radius: 3px;
930
+ height: 300px;
931
+ }
932
+
853
933
  .e-spreadsheet .e-protect-content {
854
934
  font-size: 13px;
855
935
  height: 30px;
856
- padding-top: 10px;
936
+ padding-top: 20px;
857
937
  width: 100%;
858
938
  }
859
939
 
@@ -1573,7 +1653,7 @@
1573
1653
  cursor: cell;
1574
1654
  pointer-events: none;
1575
1655
  position: absolute;
1576
- z-index: 2;
1656
+ z-index: 1;
1577
1657
  border-width: 2px;
1578
1658
  }
1579
1659
 
@@ -1583,7 +1663,7 @@
1583
1663
  cursor: cell;
1584
1664
  pointer-events: none;
1585
1665
  position: absolute;
1586
- z-index: 2;
1666
+ z-index: 1;
1587
1667
  }
1588
1668
 
1589
1669
  .e-spreadsheet .e-formularef-indicator {
@@ -1593,6 +1673,24 @@
1593
1673
  z-index: 1;
1594
1674
  }
1595
1675
 
1676
+ .e-spreadsheet .e-autofill {
1677
+ background-clip: content-box;
1678
+ background-color: #685708;
1679
+ border: 1px solid #fff;
1680
+ cursor: crosshair;
1681
+ height: 8px;
1682
+ position: absolute;
1683
+ width: 8px;
1684
+ z-index: 3;
1685
+ }
1686
+
1687
+ .e-spreadsheet .e-filloption {
1688
+ height: 30px;
1689
+ position: absolute;
1690
+ width: 47px;
1691
+ z-index: 3;
1692
+ }
1693
+
1596
1694
  .e-spreadsheet .e-active-cell {
1597
1695
  border: 2px solid #685708;
1598
1696
  pointer-events: none;
@@ -1954,11 +2052,8 @@
1954
2052
  }
1955
2053
 
1956
2054
  .e-spreadsheet .e-validation-list {
1957
- border: 1px solid #fff;
1958
- bottom: 1px;
1959
2055
  float: right;
1960
2056
  height: 18px;
1961
- margin-right: 1px;
1962
2057
  padding: 0;
1963
2058
  position: relative;
1964
2059
  right: 0;
@@ -1967,8 +2062,17 @@
1967
2062
  z-index: 2;
1968
2063
  }
1969
2064
 
2065
+ .e-spreadsheet .e-validation-list .e-input-group {
2066
+ border: 0;
2067
+ box-shadow: none !important;
2068
+ }
2069
+
1970
2070
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1971
2071
  bottom: 5px;
2072
+ height: 18px;
2073
+ min-height: 0;
2074
+ min-width: 0;
2075
+ width: 20px;
1972
2076
  }
1973
2077
 
1974
2078
  .e-spreadsheet .e-rtl .e-spreadsheet-edit {
@@ -2565,8 +2669,6 @@
2565
2669
 
2566
2670
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
2567
2671
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
2568
- background-color: #616161;
2569
- background-color: #fff;
2570
2672
  height: auto;
2571
2673
  line-height: 0;
2572
2674
  padding: 0;
@@ -2617,8 +2719,6 @@
2617
2719
 
2618
2720
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
2619
2721
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
2620
- background-color: #616161;
2621
- background-color: #fff;
2622
2722
  height: auto;
2623
2723
  line-height: 0;
2624
2724
  padding: 0;
@@ -3261,7 +3361,7 @@
3261
3361
 
3262
3362
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3263
3363
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
3264
- height: 33px;
3364
+ height: 32px;
3265
3365
  padding: 0;
3266
3366
  width: 32px;
3267
3367
  }
@@ -3451,6 +3551,13 @@
3451
3551
  height: 78px;
3452
3552
  }
3453
3553
 
3554
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
3555
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
3556
+ float: left;
3557
+ margin-right: 2.8%;
3558
+ width: 77%;
3559
+ }
3560
+
3454
3561
  .e-bigger .e-spreadsheet .e-customsort-dlg,
3455
3562
  .e-bigger.e-spreadsheet .e-customsort-dlg {
3456
3563
  width: 590px !important;
@@ -3641,6 +3748,14 @@
3641
3748
  border-color: transparent;
3642
3749
  }
3643
3750
 
3751
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
3752
+ color: #fff;
3753
+ }
3754
+
3755
+ .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
3756
+ color: #fff;
3757
+ }
3758
+
3644
3759
  .e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover {
3645
3760
  background: #685708;
3646
3761
  }
@@ -3664,6 +3779,10 @@
3664
3779
  background-color: transparent;
3665
3780
  }
3666
3781
 
3782
+ .e-spreadsheet .e-dragfill-ddb {
3783
+ box-shadow: none;
3784
+ }
3785
+
3667
3786
  .e-spreadsheet .e-aggregate-list.e-flat {
3668
3787
  background-color: transparent;
3669
3788
  border-color: transparent;
@@ -4003,6 +4122,7 @@
4003
4122
 
4004
4123
  .e-spreadsheet .e-validation-list {
4005
4124
  background: #fff;
4125
+ background-color: #000;
4006
4126
  }
4007
4127
 
4008
4128
  .e-spreadsheet .e-datavalidation-dlg .e-dlg-error {
@@ -4069,6 +4189,10 @@
4069
4189
  border-right: 1px dashed #dd2c2c;
4070
4190
  }
4071
4191
 
4192
+ .e-popup.e-menu-popup.e-databars ul .e-db {
4193
+ background-color: #000;
4194
+ }
4195
+
4072
4196
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
4073
4197
  .e-popup.e-menu-popup.e-databars ul .e-gdatabar:hover,
4074
4198
  .e-popup.e-menu-popup.e-databars ul .e-rdatabar:hover,
@@ -4076,6 +4200,7 @@
4076
4200
  .e-popup.e-menu-popup.e-databars ul .e-lbdatabar:hover,
4077
4201
  .e-popup.e-menu-popup.e-databars ul .e-pdatabar:hover {
4078
4202
  background-color: #eee;
4203
+ background-color: #685708;
4079
4204
  }
4080
4205
 
4081
4206
  .e-popup.e-menu-popup.e-databars ul .e-bdatabar {
@@ -4102,6 +4227,10 @@
4102
4227
  background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
4103
4228
  }
4104
4229
 
4230
+ .e-popup.e-menu-popup.e-colorscales ul .e-cs {
4231
+ background-color: #000;
4232
+ }
4233
+
4105
4234
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
4106
4235
  .e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
4107
4236
  .e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,
@@ -4115,6 +4244,7 @@
4115
4244
  .e-popup.e-menu-popup.e-colorscales ul .e-gy:hover,
4116
4245
  .e-popup.e-menu-popup.e-colorscales ul .e-yg:hover {
4117
4246
  background-color: #eee;
4247
+ background-color: #685708;
4118
4248
  }
4119
4249
 
4120
4250
  .e-popup.e-menu-popup.e-colorscales ul .e-gyr {
@@ -4170,6 +4300,8 @@
4170
4300
  .e-popup.e-menu-popup.e-iconsets ul .e-is5,
4171
4301
  .e-popup.e-menu-popup.e-iconsets ul .e-is7 {
4172
4302
  background-color: #eee;
4303
+ background-color: #ffd939;
4304
+ color: #000;
4173
4305
  }
4174
4306
 
4175
4307
  .e-popup.e-menu-popup.e-iconsets ul .e-is2,
@@ -4177,10 +4309,12 @@
4177
4309
  .e-popup.e-menu-popup.e-iconsets ul .e-is6,
4178
4310
  .e-popup.e-menu-popup.e-iconsets ul .e-is8 {
4179
4311
  background-color: #fff;
4312
+ background-color: #000;
4180
4313
  }
4181
4314
 
4182
4315
  .e-popup.e-menu-popup.e-iconsets ul .e-is-wrapper:hover {
4183
4316
  background-color: #eee;
4317
+ background-color: #685708;
4184
4318
  }
4185
4319
 
4186
4320
  .e-menu-wrapper .e-3arrows-1,
@@ -4577,6 +4711,7 @@
4577
4711
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-area-text,
4578
4712
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-text {
4579
4713
  background-color: #eee;
4714
+ background-color: #000;
4580
4715
  }
4581
4716
 
4582
4717
  .e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont,
@@ -4598,6 +4733,7 @@
4598
4733
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont,
4599
4734
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont {
4600
4735
  background-color: #fff;
4736
+ background-color: #000;
4601
4737
  }
4602
4738
 
4603
4739
  .e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredcolumn:hover,
@@ -5015,11 +5151,13 @@
5015
5151
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea100:hover,
5016
5152
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-scatter:hover {
5017
5153
  background-color: #eee;
5154
+ background-color: #685708;
5018
5155
  }
5019
5156
 
5020
5157
  .e-popup.e-menu-popup.e-chart-menu ul .e-is-wrapper:hover,
5021
5158
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-is-wrapper:hover {
5022
5159
  background-color: #eee;
5160
+ background-color: #685708;
5023
5161
  }
5024
5162
 
5025
5163
  .e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {