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