@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.css
CHANGED
|
@@ -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: #dc2626;
|
|
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: #dc2626;
|
|
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 #e5e7eb;
|
|
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 #e5e7eb;
|
|
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: #0e7490;
|
|
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 #e5e7eb;
|
|
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: #4f46e5;
|
|
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 #4f46e5;
|
|
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 #e5e7eb;
|
|
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: #dc2626;
|
|
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: #dc2626;
|
|
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: #dc2626;
|
|
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: #e5e7eb;
|
|
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: #e5e7eb;
|
|
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: #dc2626;
|
|
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: #e5e7eb;
|
|
3825
|
+
border-color: #e5e7eb;
|
|
3826
|
+
border-left-color: #e5e7eb;
|
|
3827
|
+
border-right-color: #e5e7eb;
|
|
3828
|
+
border-top-color: #e5e7eb;
|
|
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: #f3f4f6;
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3787
3904
|
.e-spreadsheet .e-aggregate-list.e-flat {
|
|
3788
3905
|
background-color: transparent;
|
|
3789
3906
|
border-color: transparent;
|
|
@@ -3907,7 +4024,7 @@
|
|
|
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: #f3f4f6;
|
|
3911
4028
|
}
|
|
3912
4029
|
|
|
3913
4030
|
.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-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: #f3f4f6;
|
|
3941
4058
|
}
|
|
3942
4059
|
|
|
3943
4060
|
.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight,
|
|
@@ -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: #f3f4f6;
|
|
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: #e5e7eb;
|
|
4217
|
+
border-right: 3px solid #e5e7eb;
|
|
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: #f3f4f6;
|
|
4109
4228
|
}
|
|
4110
4229
|
|
|
4111
4230
|
.e-spreadsheet .e-datavalidation-dlg .e-dlg-error {
|
|
4112
|
-
color: #
|
|
4231
|
+
color: #dc2626;
|
|
4113
4232
|
}
|
|
4114
4233
|
|
|
4115
4234
|
.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vborderright,
|
|
@@ -4165,11 +4284,16 @@
|
|
|
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 #dc2626;
|
|
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 #dc2626;
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.e-popup.e-menu-popup.e-databars ul .e-db {
|
|
4295
|
+
background-color: #fff;
|
|
4296
|
+
background-color: #f3f4f6;
|
|
4173
4297
|
}
|
|
4174
4298
|
|
|
4175
4299
|
.e-popup.e-menu-popup.e-databars ul .e-bdatabar:hover,
|
|
@@ -4178,7 +4302,8 @@
|
|
|
4178
4302
|
.e-popup.e-menu-popup.e-databars ul .e-odatabar:hover,
|
|
4179
4303
|
.e-popup.e-menu-popup.e-databars ul .e-lbdatabar:hover,
|
|
4180
4304
|
.e-popup.e-menu-popup.e-databars ul .e-pdatabar:hover {
|
|
4181
|
-
background-color: #
|
|
4305
|
+
background-color: #f3f4f6;
|
|
4306
|
+
background-color: #e5e7eb;
|
|
4182
4307
|
}
|
|
4183
4308
|
|
|
4184
4309
|
.e-popup.e-menu-popup.e-databars ul .e-bdatabar {
|
|
@@ -4205,6 +4330,11 @@
|
|
|
4205
4330
|
background: transparent url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%;
|
|
4206
4331
|
}
|
|
4207
4332
|
|
|
4333
|
+
.e-popup.e-menu-popup.e-colorscales ul .e-cs {
|
|
4334
|
+
background-color: #fff;
|
|
4335
|
+
background-color: #f3f4f6;
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4208
4338
|
.e-popup.e-menu-popup.e-colorscales ul .e-gyr:hover,
|
|
4209
4339
|
.e-popup.e-menu-popup.e-colorscales ul .e-ryg:hover,
|
|
4210
4340
|
.e-popup.e-menu-popup.e-colorscales ul .e-gwr:hover,
|
|
@@ -4217,7 +4347,8 @@
|
|
|
4217
4347
|
.e-popup.e-menu-popup.e-colorscales ul .e-wg:hover,
|
|
4218
4348
|
.e-popup.e-menu-popup.e-colorscales ul .e-gy:hover,
|
|
4219
4349
|
.e-popup.e-menu-popup.e-colorscales ul .e-yg:hover {
|
|
4220
|
-
background-color: #
|
|
4350
|
+
background-color: #f3f4f6;
|
|
4351
|
+
background-color: #e5e7eb;
|
|
4221
4352
|
}
|
|
4222
4353
|
|
|
4223
4354
|
.e-popup.e-menu-popup.e-colorscales ul .e-gyr {
|
|
@@ -4272,7 +4403,8 @@
|
|
|
4272
4403
|
.e-popup.e-menu-popup.e-iconsets ul .e-is3,
|
|
4273
4404
|
.e-popup.e-menu-popup.e-iconsets ul .e-is5,
|
|
4274
4405
|
.e-popup.e-menu-popup.e-iconsets ul .e-is7 {
|
|
4275
|
-
background-color: #
|
|
4406
|
+
background-color: #f3f4f6;
|
|
4407
|
+
background-color: #e5e7eb;
|
|
4276
4408
|
}
|
|
4277
4409
|
|
|
4278
4410
|
.e-popup.e-menu-popup.e-iconsets ul .e-is2,
|
|
@@ -4280,10 +4412,12 @@
|
|
|
4280
4412
|
.e-popup.e-menu-popup.e-iconsets ul .e-is6,
|
|
4281
4413
|
.e-popup.e-menu-popup.e-iconsets ul .e-is8 {
|
|
4282
4414
|
background-color: #fff;
|
|
4415
|
+
background-color: #f3f4f6;
|
|
4283
4416
|
}
|
|
4284
4417
|
|
|
4285
4418
|
.e-popup.e-menu-popup.e-iconsets ul .e-is-wrapper:hover {
|
|
4286
|
-
background-color: #
|
|
4419
|
+
background-color: #f3f4f6;
|
|
4420
|
+
background-color: #e5e7eb;
|
|
4287
4421
|
}
|
|
4288
4422
|
|
|
4289
4423
|
.e-menu-wrapper .e-3arrows-1,
|
|
@@ -4679,7 +4813,8 @@
|
|
|
4679
4813
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-text,
|
|
4680
4814
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-text,
|
|
4681
4815
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-text {
|
|
4682
|
-
background-color: #
|
|
4816
|
+
background-color: #f3f4f6;
|
|
4817
|
+
background-color: #e5e7eb;
|
|
4683
4818
|
}
|
|
4684
4819
|
|
|
4685
4820
|
.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont,
|
|
@@ -5117,12 +5252,14 @@
|
|
|
5117
5252
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea:hover,
|
|
5118
5253
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea100:hover,
|
|
5119
5254
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-scatter:hover {
|
|
5120
|
-
background-color: #
|
|
5255
|
+
background-color: #f3f4f6;
|
|
5256
|
+
background-color: #e5e7eb;
|
|
5121
5257
|
}
|
|
5122
5258
|
|
|
5123
5259
|
.e-popup.e-menu-popup.e-chart-menu ul .e-is-wrapper:hover,
|
|
5124
5260
|
.e-popup.e-menu-popup.e-chart-type-menu ul .e-is-wrapper:hover {
|
|
5125
|
-
background-color: #
|
|
5261
|
+
background-color: #f3f4f6;
|
|
5262
|
+
background-color: #e5e7eb;
|
|
5126
5263
|
}
|
|
5127
5264
|
|
|
5128
5265
|
.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
@@ -5130,7 +5267,7 @@
|
|
|
5130
5267
|
}
|
|
5131
5268
|
|
|
5132
5269
|
.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon {
|
|
5133
|
-
color: #
|
|
5270
|
+
color: #4f46e5;
|
|
5134
5271
|
}
|
|
5135
5272
|
|
|
5136
5273
|
.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon {
|
|
@@ -5146,8 +5283,8 @@
|
|
|
5146
5283
|
}
|
|
5147
5284
|
|
|
5148
5285
|
.e-sort-dialog .e-sort-error {
|
|
5149
|
-
background-color: #
|
|
5150
|
-
color: #
|
|
5286
|
+
background-color: #fee2e2;
|
|
5287
|
+
color: #dc2626;
|
|
5151
5288
|
}
|
|
5152
5289
|
|
|
5153
5290
|
.e-dropdown-popup.e-sheets-list .e-item.e-hide {
|