@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
@@ -1,5 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! Tailwind-dark theme definition's */
2
+ /*! Tailwind theme definition's */
3
3
  /*! component's theme wise override definitions and variables */
4
4
  /*! Horizontal Tab */
5
5
  @keyframes tbar-alt-popup-shadow {
@@ -24,7 +24,7 @@
24
24
 
25
25
  /*! Material specific themes definition's */
26
26
  /*! Vertical Tab */
27
- /*! TreeView's tailwind-dark theme wise override definitions and variables */
27
+ /*! TreeView's tailwind theme wise override definitions and variables */
28
28
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
29
29
  transform: rotate(0deg);
30
30
  transition: transform 300ms ease;
@@ -365,6 +365,10 @@
365
365
  content: '\e792';
366
366
  }
367
367
 
368
+ .e-dragfill-ddb .e-dragfill-icon::before {
369
+ content: '\e926';
370
+ }
371
+
368
372
  .e-chart-ddb .e-chart-icon::before,
369
373
  .e-chart-ddb .e-chart-type-icon::before,
370
374
  .e-chart-type-ddb .e-chart-icon::before,
@@ -868,14 +872,73 @@
868
872
  }
869
873
 
870
874
  .e-spreadsheet .e-protect-dlg {
871
- height: 381px;
875
+ height: 470px;
872
876
  width: 287px;
873
877
  }
874
878
 
875
- .e-spreadsheet .e-protect-dlg .e-dlg-header-content {
879
+ .e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header {
880
+ font-size: 14px;
881
+ line-height: 28px;
882
+ margin-bottom: 4px;
883
+ }
884
+
885
+ .e-spreadsheet .e-custom-format-dlg {
886
+ height: 510px !important;
887
+ width: 530px !important;
888
+ }
889
+
890
+ .e-spreadsheet .e-dlg-header-content {
876
891
  padding: 18px;
877
892
  }
878
893
 
894
+ .e-spreadsheet .e-unprotectworksheet-dlg {
895
+ left: 0 !important;
896
+ }
897
+
898
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header {
899
+ font-size: 18px;
900
+ line-height: 21px;
901
+ }
902
+
903
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span {
904
+ color: #f87171;
905
+ font-size: 12px;
906
+ padding-top: 7px;
907
+ }
908
+
909
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header {
910
+ font-size: 14px;
911
+ line-height: 16px;
912
+ }
913
+
914
+ .e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input {
915
+ margin-top: 10px;
916
+ }
917
+
918
+ .e-spreadsheet .e-reenterpwd-dlg {
919
+ left: 0 !important;
920
+ }
921
+
922
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header {
923
+ font-size: 18px;
924
+ line-height: 21px;
925
+ }
926
+
927
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span {
928
+ color: #f87171;
929
+ font-size: 12px;
930
+ padding-top: 7px;
931
+ }
932
+
933
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header {
934
+ font-size: 14px;
935
+ line-height: 16px;
936
+ }
937
+
938
+ .e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input {
939
+ margin-top: 10px;
940
+ }
941
+
879
942
  .e-spreadsheet .e-goto-dlg {
880
943
  height: auto;
881
944
  }
@@ -919,24 +982,41 @@
919
982
  .e-spreadsheet .e-protect-option-list {
920
983
  border: 1px solid #4b5563;
921
984
  cursor: default;
922
- margin-top: 6px;
985
+ margin-top: 20px;
923
986
  overflow-y: auto;
924
987
  margin-top: 10px;
925
988
  }
926
989
 
927
990
  .e-spreadsheet .e-protect-checkbox {
928
991
  height: 30px;
929
- padding-top: 10px;
992
+ padding-top: 20px;
930
993
  }
931
994
 
932
995
  .e-spreadsheet .e-protect-checkbox .e-label {
933
996
  font-size: 14px;
934
997
  }
935
998
 
999
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
1000
+ float: left;
1001
+ margin-right: 2.8%;
1002
+ margin-right: 2.8%;
1003
+ width: 80%;
1004
+ }
1005
+
1006
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample {
1007
+ margin: 10px 10px 10px 0;
1008
+ }
1009
+
1010
+ .e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview {
1011
+ border: 1px solid #4b5563;
1012
+ border-radius: 3px;
1013
+ height: 300px;
1014
+ }
1015
+
936
1016
  .e-spreadsheet .e-protect-content {
937
1017
  font-size: 13px;
938
1018
  height: 30px;
939
- padding-top: 10px;
1019
+ padding-top: 20px;
940
1020
  width: 100%;
941
1021
  }
942
1022
 
@@ -1181,7 +1261,7 @@
1181
1261
  }
1182
1262
 
1183
1263
  .e-spreadsheet .e-table tr .e-cell .e-hyperlink-style {
1184
- color: #00e;
1264
+ color: #38bdf8;
1185
1265
  text-decoration: underline;
1186
1266
  }
1187
1267
 
@@ -1333,7 +1413,7 @@
1333
1413
  }
1334
1414
 
1335
1415
  .e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay {
1336
- border: 1px solid #e0e0e0;
1416
+ border: 1px solid #4b5563;
1337
1417
  }
1338
1418
 
1339
1419
  .e-spreadsheet .e-sheet .e-ss-overlay.e-ss-overlay-active {
@@ -1657,7 +1737,7 @@
1657
1737
  cursor: cell;
1658
1738
  pointer-events: none;
1659
1739
  position: absolute;
1660
- z-index: 2;
1740
+ z-index: 1;
1661
1741
  border-width: 1px;
1662
1742
  }
1663
1743
 
@@ -1667,7 +1747,7 @@
1667
1747
  cursor: cell;
1668
1748
  pointer-events: none;
1669
1749
  position: absolute;
1670
- z-index: 2;
1750
+ z-index: 1;
1671
1751
  }
1672
1752
 
1673
1753
  .e-spreadsheet .e-formularef-indicator {
@@ -1677,6 +1757,25 @@
1677
1757
  z-index: 1;
1678
1758
  }
1679
1759
 
1760
+ .e-spreadsheet .e-autofill {
1761
+ background-clip: content-box;
1762
+ background-color: #22d3ee;
1763
+ border: 1px solid #fff;
1764
+ cursor: crosshair;
1765
+ height: 8px;
1766
+ position: absolute;
1767
+ width: 8px;
1768
+ z-index: 3;
1769
+ }
1770
+
1771
+ .e-spreadsheet .e-filloption {
1772
+ height: 30px;
1773
+ position: absolute;
1774
+ width: 47px;
1775
+ z-index: 3;
1776
+ width: 65px;
1777
+ }
1778
+
1680
1779
  .e-spreadsheet .e-active-cell {
1681
1780
  border: 2px solid #22d3ee;
1682
1781
  pointer-events: none;
@@ -2031,11 +2130,8 @@
2031
2130
  }
2032
2131
 
2033
2132
  .e-spreadsheet .e-validation-list {
2034
- border: 1px solid #fff;
2035
- bottom: 1px;
2036
2133
  float: right;
2037
2134
  height: 18px;
2038
- margin-right: 1px;
2039
2135
  padding: 0;
2040
2136
  position: relative;
2041
2137
  right: 0;
@@ -2044,8 +2140,18 @@
2044
2140
  z-index: 2;
2045
2141
  }
2046
2142
 
2143
+ .e-spreadsheet .e-validation-list .e-input-group {
2144
+ border: 0;
2145
+ box-shadow: none !important;
2146
+ }
2147
+
2047
2148
  .e-spreadsheet .e-validation-list .e-ddl-icon {
2048
2149
  bottom: 5px;
2150
+ height: 18px;
2151
+ min-height: 0;
2152
+ min-width: 0;
2153
+ width: 20px;
2154
+ padding: 0;
2049
2155
  }
2050
2156
 
2051
2157
  .e-spreadsheet .e-rtl .e-spreadsheet-edit {
@@ -2318,7 +2424,7 @@
2318
2424
 
2319
2425
  .e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,
2320
2426
  .e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont {
2321
- border: 1px solid #c8c8c8;
2427
+ border: 1px solid #4b5563;
2322
2428
  height: 165px;
2323
2429
  margin: 8px 24px 0 0;
2324
2430
  overflow: auto;
@@ -2365,7 +2471,7 @@
2365
2471
  }
2366
2472
 
2367
2473
  .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span {
2368
- color: #dd2c2c;
2474
+ color: #f87171;
2369
2475
  font-size: 12px;
2370
2476
  padding-top: 12px;
2371
2477
  }
@@ -2390,7 +2496,7 @@
2390
2496
  }
2391
2497
 
2392
2498
  .e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-alert-span {
2393
- color: #dd2c2c;
2499
+ color: #f87171;
2394
2500
  font-size: 12px;
2395
2501
  padding-top: 7px;
2396
2502
  }
@@ -2414,7 +2520,7 @@
2414
2520
  }
2415
2521
 
2416
2522
  .e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-alert-span {
2417
- color: #dd2c2c;
2523
+ color: #f87171;
2418
2524
  font-size: 12px;
2419
2525
  padding-top: 7px;
2420
2526
  }
@@ -2660,8 +2766,6 @@
2660
2766
 
2661
2767
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item,
2662
2768
  .e-menu-wrapper.e-popup.e-menu-popup.e-databars ul .e-menu-item.e-focused {
2663
- background-color: #4b5563;
2664
- background-color: #fff;
2665
2769
  height: auto;
2666
2770
  line-height: 0;
2667
2771
  padding: 0;
@@ -2712,8 +2816,6 @@
2712
2816
 
2713
2817
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item,
2714
2818
  .e-menu-wrapper.e-popup.e-menu-popup.e-colorscales ul .e-menu-item.e-focused {
2715
- background-color: #4b5563;
2716
- background-color: #fff;
2717
2819
  height: auto;
2718
2820
  line-height: 0;
2719
2821
  padding: 0;
@@ -3362,7 +3464,7 @@
3362
3464
 
3363
3465
  .e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
3364
3466
  .e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn {
3365
- height: 33px;
3467
+ height: 32px;
3366
3468
  padding: 0;
3367
3469
  width: 32px;
3368
3470
  }
@@ -3547,6 +3649,13 @@
3547
3649
  height: 78px;
3548
3650
  }
3549
3651
 
3652
+ .e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,
3653
+ .e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
3654
+ float: left;
3655
+ margin-right: 2.8%;
3656
+ width: 77%;
3657
+ }
3658
+
3550
3659
  .e-bigger .e-spreadsheet .e-customsort-dlg,
3551
3660
  .e-bigger.e-spreadsheet .e-customsort-dlg {
3552
3661
  width: 590px !important;
@@ -3588,7 +3697,7 @@
3588
3697
 
3589
3698
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span,
3590
3699
  .e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span {
3591
- color: #dd2c2c;
3700
+ color: #f87171;
3592
3701
  font-size: 14px;
3593
3702
  padding-top: 16px;
3594
3703
  }
@@ -3711,11 +3820,11 @@
3711
3820
 
3712
3821
  /*! spreadsheet theme */
3713
3822
  .e-spreadsheet .e-findtool-dlg {
3714
- border-bottom-color: #e0e0e0;
3715
- border-color: #e0e0e0;
3716
- border-left-color: #e0e0e0;
3717
- border-right-color: #e0e0e0;
3718
- border-top-color: #fafafa;
3823
+ border-bottom-color: #4b5563;
3824
+ border-color: #4b5563;
3825
+ border-left-color: #4b5563;
3826
+ border-right-color: #4b5563;
3827
+ border-top-color: #4b5563;
3719
3828
  box-shadow: none;
3720
3829
  }
3721
3830
 
@@ -3783,6 +3892,14 @@
3783
3892
  background-color: transparent;
3784
3893
  }
3785
3894
 
3895
+ .e-spreadsheet .e-dragfill-ddb {
3896
+ box-shadow: none;
3897
+ }
3898
+
3899
+ .e-spreadsheet .e-dragfill-ddb:focus {
3900
+ background: #374151;
3901
+ }
3902
+
3786
3903
  .e-spreadsheet .e-aggregate-list.e-flat {
3787
3904
  background-color: transparent;
3788
3905
  border-color: transparent;
@@ -3873,7 +3990,7 @@
3873
3990
 
3874
3991
  .e-spreadsheet .e-cell {
3875
3992
  background-color: #fff;
3876
- border-bottom-color: #9ca3af;
3993
+ border-bottom-color: #4b5563;
3877
3994
  color: #000;
3878
3995
  }
3879
3996
 
@@ -3884,7 +4001,7 @@
3884
4001
 
3885
4002
  .e-spreadsheet .e-row-header .e-header-cell,
3886
4003
  .e-spreadsheet .e-selectall-container tbody .e-header-cell {
3887
- border-bottom-color: #9ca3af;
4004
+ border-bottom-color: #4b5563;
3888
4005
  }
3889
4006
 
3890
4007
  .e-spreadsheet .e-hide-gridlines .e-cell {
@@ -3906,15 +4023,15 @@
3906
4023
  }
3907
4024
 
3908
4025
  .e-spreadsheet .e-select-all-cell:hover .e-selectall:not(.e-highlight) {
3909
- border-bottom-color: #bdbdbd;
4026
+ border-bottom-color: #374151;
3910
4027
  }
3911
4028
 
3912
4029
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell {
3913
- border-right-color: #9ca3af;
4030
+ border-right-color: #4b5563;
3914
4031
  }
3915
4032
 
3916
4033
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-header-panel thead .e-header-cell {
3917
- border-right-color: #9ca3af;
4034
+ border-right-color: #4b5563;
3918
4035
  }
3919
4036
 
3920
4037
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell,
@@ -3936,7 +4053,7 @@
3936
4053
  }
3937
4054
 
3938
4055
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell:hover .e-selectall:not(.e-highlight) {
3939
- border-right-color: #bdbdbd;
4056
+ border-right-color: #374151;
3940
4057
  }
3941
4058
 
3942
4059
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight,
@@ -3961,11 +4078,11 @@
3961
4078
  }
3962
4079
 
3963
4080
  .e-spreadsheet .e-sheet-panel.e-rtl .e-cell {
3964
- border-left-color: #9ca3af;
4081
+ border-left-color: #4b5563;
3965
4082
  }
3966
4083
 
3967
4084
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell {
3968
- border-left-color: #9ca3af;
4085
+ border-left-color: #4b5563;
3969
4086
  }
3970
4087
 
3971
4088
  .e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell,
@@ -3983,7 +4100,7 @@
3983
4100
  }
3984
4101
 
3985
4102
  .e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover {
3986
- border-left-color: #bdbdbd;
4103
+ border-left-color: #374151;
3987
4104
  }
3988
4105
 
3989
4106
  .e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight {
@@ -4096,6 +4213,7 @@
4096
4213
 
4097
4214
  .e-spreadsheet .e-frozen-column {
4098
4215
  background-color: #4b5563;
4216
+ border-right: 3px solid #4b5563;
4099
4217
  }
4100
4218
 
4101
4219
  .e-spreadsheet .e-frozen-row {
@@ -4105,10 +4223,11 @@
4105
4223
 
4106
4224
  .e-spreadsheet .e-validation-list {
4107
4225
  background: #fff;
4226
+ background-color: #374151;
4108
4227
  }
4109
4228
 
4110
4229
  .e-spreadsheet .e-datavalidation-dlg .e-dlg-error {
4111
- color: #dd2c2c;
4230
+ color: #f87171;
4112
4231
  }
4113
4232
 
4114
4233
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vborderright,
@@ -4164,14 +4283,15 @@
4164
4283
  }
4165
4284
 
4166
4285
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-rcborderbottom {
4167
- border-bottom: 1px dashed #dd2c2c;
4286
+ border-bottom: 1px dashed #f87171;
4168
4287
  }
4169
4288
 
4170
4289
  .e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-rcborderright {
4171
- border-right: 1px dashed #dd2c2c;
4290
+ border-right: 1px dashed #f87171;
4172
4291
  }
4173
4292
 
4174
4293
  .e-popup.e-menu-popup.e-databars ul .e-db {
4294
+ background-color: #fff;
4175
4295
  background-color: #374151;
4176
4296
  }
4177
4297
 
@@ -4181,7 +4301,7 @@
4181
4301
  .e-popup.e-menu-popup.e-databars ul .e-odatabar:hover,
4182
4302
  .e-popup.e-menu-popup.e-databars ul .e-lbdatabar:hover,
4183
4303
  .e-popup.e-menu-popup.e-databars ul .e-pdatabar:hover {
4184
- background-color: #eee;
4304
+ background-color: #4b5563;
4185
4305
  background-color: #4b5563;
4186
4306
  }
4187
4307
 
@@ -4210,6 +4330,7 @@
4210
4330
  }
4211
4331
 
4212
4332
  .e-popup.e-menu-popup.e-colorscales ul .e-cs {
4333
+ background-color: #fff;
4213
4334
  background-color: #374151;
4214
4335
  }
4215
4336
 
@@ -4225,7 +4346,7 @@
4225
4346
  .e-popup.e-menu-popup.e-colorscales ul .e-wg:hover,
4226
4347
  .e-popup.e-menu-popup.e-colorscales ul .e-gy:hover,
4227
4348
  .e-popup.e-menu-popup.e-colorscales ul .e-yg:hover {
4228
- background-color: #eee;
4349
+ background-color: #4b5563;
4229
4350
  background-color: #4b5563;
4230
4351
  }
4231
4352
 
@@ -4281,7 +4402,7 @@
4281
4402
  .e-popup.e-menu-popup.e-iconsets ul .e-is3,
4282
4403
  .e-popup.e-menu-popup.e-iconsets ul .e-is5,
4283
4404
  .e-popup.e-menu-popup.e-iconsets ul .e-is7 {
4284
- background-color: #eee;
4405
+ background-color: #4b5563;
4285
4406
  background-color: #4b5563;
4286
4407
  }
4287
4408
 
@@ -4294,7 +4415,7 @@
4294
4415
  }
4295
4416
 
4296
4417
  .e-popup.e-menu-popup.e-iconsets ul .e-is-wrapper:hover {
4297
- background-color: #eee;
4418
+ background-color: #4b5563;
4298
4419
  background-color: #4b5563;
4299
4420
  }
4300
4421
 
@@ -4691,7 +4812,7 @@
4691
4812
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-text,
4692
4813
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-area-text,
4693
4814
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-text {
4694
- background-color: #eee;
4815
+ background-color: #4b5563;
4695
4816
  background-color: #4b5563;
4696
4817
  }
4697
4818
 
@@ -4714,7 +4835,6 @@
4714
4835
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont,
4715
4836
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont {
4716
4837
  background-color: #fff;
4717
- background-color: #374151;
4718
4838
  }
4719
4839
 
4720
4840
  .e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredcolumn:hover,
@@ -5131,13 +5251,13 @@
5131
5251
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea:hover,
5132
5252
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea100:hover,
5133
5253
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-scatter:hover {
5134
- background-color: #eee;
5254
+ background-color: #4b5563;
5135
5255
  background-color: #4b5563;
5136
5256
  }
5137
5257
 
5138
5258
  .e-popup.e-menu-popup.e-chart-menu ul .e-is-wrapper:hover,
5139
5259
  .e-popup.e-menu-popup.e-chart-type-menu ul .e-is-wrapper:hover {
5140
- background-color: #eee;
5260
+ background-color: #4b5563;
5141
5261
  background-color: #4b5563;
5142
5262
  }
5143
5263
 
@@ -5146,7 +5266,7 @@
5146
5266
  }
5147
5267
 
5148
5268
  .e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon {
5149
- color: #317ab9;
5269
+ color: #22d3ee;
5150
5270
  }
5151
5271
 
5152
5272
  .e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon {
@@ -5162,8 +5282,8 @@
5162
5282
  }
5163
5283
 
5164
5284
  .e-sort-dialog .e-sort-error {
5165
- background-color: #fce7e9;
5166
- color: #333;
5285
+ background-color: #fee2e2;
5286
+ color: #f87171;
5167
5287
  }
5168
5288
 
5169
5289
  .e-dropdown-popup.e-sheets-list .e-item.e-hide {