@syncfusion/ej2-angular-spreadsheet 20.2.50 → 20.3.47-97708
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/esm2020/src/spreadsheet/spreadsheet.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/spreadsheet/spreadsheet.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +44 -37
- package/styles/bootstrap.css +43 -36
- package/styles/bootstrap4.css +44 -36
- package/styles/bootstrap5-dark.css +47 -37
- package/styles/bootstrap5.css +47 -37
- package/styles/fabric-dark.css +43 -36
- package/styles/fabric.css +43 -36
- package/styles/fluent-dark.css +40 -42
- package/styles/fluent.css +40 -42
- package/styles/highcontrast-light.css +34 -37
- package/styles/highcontrast.css +39 -36
- package/styles/material-dark.css +39 -39
- package/styles/material.css +37 -37
- package/styles/ribbon/_layout.scss +1 -3
- package/styles/ribbon/_material-definition.scss +0 -1
- package/styles/ribbon/bootstrap-dark.css +1 -1
- package/styles/ribbon/bootstrap.css +1 -1
- package/styles/ribbon/bootstrap4.css +1 -1
- package/styles/ribbon/bootstrap5-dark.css +1 -1
- package/styles/ribbon/bootstrap5.css +1 -1
- package/styles/ribbon/fabric-dark.css +1 -1
- package/styles/ribbon/fabric.css +1 -1
- package/styles/ribbon/fluent-dark.css +1 -1
- package/styles/ribbon/fluent.css +1 -1
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/material-dark.css +1 -1
- package/styles/ribbon/material.css +1 -1
- package/styles/ribbon/tailwind-dark.css +1 -1
- package/styles/ribbon/tailwind.css +1 -1
- package/styles/spreadsheet/_bootstrap-dark-definition.scss +26 -4
- package/styles/spreadsheet/_bootstrap-definition.scss +25 -3
- package/styles/spreadsheet/_bootstrap4-definition.scss +25 -3
- package/styles/spreadsheet/_bootstrap5-definition.scss +25 -2
- package/styles/spreadsheet/_fabric-dark-definition.scss +25 -3
- package/styles/spreadsheet/_fabric-definition.scss +25 -3
- package/styles/spreadsheet/_fluent-definition.scss +20 -1
- package/styles/spreadsheet/_fusionnew-definition.scss +19 -1
- package/styles/spreadsheet/_highcontrast-definition.scss +24 -3
- package/styles/spreadsheet/_highcontrast-light-definition.scss +19 -2
- package/styles/spreadsheet/_layout.scss +92 -75
- package/styles/spreadsheet/_material-dark-definition.scss +25 -4
- package/styles/spreadsheet/_material-definition.scss +24 -3
- package/styles/spreadsheet/_material3-definition.scss +19 -1
- package/styles/spreadsheet/_tailwind-definition.scss +24 -1
- package/styles/spreadsheet/_theme.scss +15 -11
- package/styles/spreadsheet/bootstrap-dark.css +43 -36
- package/styles/spreadsheet/bootstrap.css +42 -35
- package/styles/spreadsheet/bootstrap4.css +43 -35
- package/styles/spreadsheet/bootstrap5-dark.css +46 -36
- package/styles/spreadsheet/bootstrap5.css +46 -36
- package/styles/spreadsheet/fabric-dark.css +42 -35
- package/styles/spreadsheet/fabric.css +42 -35
- package/styles/spreadsheet/fluent-dark.css +39 -41
- package/styles/spreadsheet/fluent.css +39 -41
- package/styles/spreadsheet/highcontrast-light.css +33 -36
- package/styles/spreadsheet/highcontrast.css +38 -35
- package/styles/spreadsheet/icons/_bootstrap-dark.scss +13 -13
- package/styles/spreadsheet/icons/_bootstrap.scss +13 -13
- package/styles/spreadsheet/icons/_bootstrap4.scss +15 -15
- package/styles/spreadsheet/icons/_bootstrap5.scss +10 -10
- package/styles/spreadsheet/icons/_fabric-dark.scss +13 -13
- package/styles/spreadsheet/icons/_fabric.scss +13 -14
- package/styles/spreadsheet/icons/_fluent.scss +10 -10
- package/styles/spreadsheet/icons/_fusionnew.scss +10 -10
- package/styles/spreadsheet/icons/_highcontrast.scss +14 -14
- package/styles/spreadsheet/icons/_material-dark.scss +12 -12
- package/styles/spreadsheet/icons/_material.scss +14 -14
- package/styles/spreadsheet/icons/_material3.scss +10 -10
- package/styles/spreadsheet/icons/_tailwind-dark.scss +10 -10
- package/styles/spreadsheet/icons/_tailwind.scss +10 -10
- package/styles/spreadsheet/material-dark.css +38 -38
- package/styles/spreadsheet/material.css +36 -36
- package/styles/spreadsheet/tailwind-dark.css +38 -37
- package/styles/spreadsheet/tailwind.css +38 -37
- package/styles/tailwind-dark.css +39 -38
- package/styles/tailwind.css +39 -38
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import '../ribbon/mixin.scss';
|
|
2
2
|
@include export-module('spreadsheet-layout') {
|
|
3
|
+
|
|
3
4
|
/*! spreadsheet layout */
|
|
4
5
|
.e-spreadsheet {
|
|
5
6
|
display: block;
|
|
@@ -7,7 +8,7 @@
|
|
|
7
8
|
|
|
8
9
|
& .e-delete-sheet-dlg.e-dialog {
|
|
9
10
|
@if $skin-name == 'FluentUI' {
|
|
10
|
-
height: 211px !important;
|
|
11
|
+
height: 211px !important; /* stylelint-disable-line declaration-no-important */
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
|
|
@@ -24,8 +25,8 @@
|
|
|
24
25
|
|
|
25
26
|
& .e-custom-format-dlg.e-dialog {
|
|
26
27
|
@if $sheet-skin != 'material' {
|
|
27
|
-
height: 510px !important;
|
|
28
|
-
width: 530px !important;
|
|
28
|
+
height: 510px !important; /* stylelint-disable-line declaration-no-important */
|
|
29
|
+
width: 530px !important; /* stylelint-disable-line declaration-no-important */
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
& .e-footer-content {
|
|
@@ -45,16 +46,16 @@
|
|
|
45
46
|
@if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
|
|
46
47
|
& .e-dlg-header-content {
|
|
47
48
|
padding: 18px;
|
|
48
|
-
}
|
|
49
49
|
}
|
|
50
|
+
}
|
|
50
51
|
@if $skin-name == 'bootstrap5' {
|
|
51
52
|
& .e-dlg-header-content {
|
|
52
53
|
padding: 12px;
|
|
53
|
-
}
|
|
54
54
|
}
|
|
55
|
+
}
|
|
55
56
|
|
|
56
57
|
& .e-unprotectworksheet-dlg.e-dialog {
|
|
57
|
-
left: 0 !important;
|
|
58
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
58
59
|
|
|
59
60
|
& .e-dlg-header-content .e-dlg-header {
|
|
60
61
|
font-size: 18px;
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
& .e-reenterpwd-dlg.e-dialog {
|
|
85
|
-
left: 0 !important;
|
|
86
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
86
87
|
|
|
87
88
|
& .e-dlg-header-content .e-dlg-header {
|
|
88
89
|
font-size: 18px;
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
& .e-header {
|
|
101
102
|
font-size: 14px;
|
|
102
103
|
line-height: 16px;
|
|
103
|
-
|
|
104
|
+
}
|
|
104
105
|
|
|
105
106
|
& .e-input {
|
|
106
107
|
margin-top: 10px;
|
|
@@ -137,6 +138,10 @@
|
|
|
137
138
|
border-radius: 5px;
|
|
138
139
|
}
|
|
139
140
|
|
|
141
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'FluentUI-dark' {
|
|
142
|
+
margin-bottom: $bigger-find-tool-margin-bottom;
|
|
143
|
+
}
|
|
144
|
+
|
|
140
145
|
& .e-input-group {
|
|
141
146
|
width: 170px;
|
|
142
147
|
|
|
@@ -318,7 +323,7 @@
|
|
|
318
323
|
|
|
319
324
|
& .e-column-header,
|
|
320
325
|
& .e-sheet-content {
|
|
321
|
-
width: 100% !important;
|
|
326
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
322
327
|
}
|
|
323
328
|
}
|
|
324
329
|
|
|
@@ -502,13 +507,13 @@
|
|
|
502
507
|
width: 100%;
|
|
503
508
|
}
|
|
504
509
|
|
|
505
|
-
&[style*='vertical-align: top;'] {
|
|
510
|
+
&[style *= 'vertical-align: top;'] {
|
|
506
511
|
.e-wrap-content {
|
|
507
512
|
top: 0;
|
|
508
513
|
}
|
|
509
514
|
}
|
|
510
515
|
|
|
511
|
-
&[style*='vertical-align: middle;'] {
|
|
516
|
+
&[style *= 'vertical-align: middle;'] {
|
|
512
517
|
.e-wrap-content {
|
|
513
518
|
bottom: initial;
|
|
514
519
|
transform: translateY(-50%);
|
|
@@ -525,7 +530,7 @@
|
|
|
525
530
|
position: absolute;
|
|
526
531
|
z-index: -1;
|
|
527
532
|
}
|
|
528
|
-
|
|
533
|
+
}
|
|
529
534
|
|
|
530
535
|
.e-iconsetspan {
|
|
531
536
|
float: left;
|
|
@@ -534,8 +539,8 @@
|
|
|
534
539
|
vertical-align: bottom;
|
|
535
540
|
width: 15px;
|
|
536
541
|
z-index: 2;
|
|
542
|
+
}
|
|
537
543
|
}
|
|
538
|
-
}
|
|
539
544
|
|
|
540
545
|
& .e-header-cell {
|
|
541
546
|
font-size: 12px;
|
|
@@ -597,7 +602,7 @@
|
|
|
597
602
|
|
|
598
603
|
& .e-sheet-content .e-table {
|
|
599
604
|
.e-zero .e-cell,
|
|
600
|
-
.e-zero-start .e-cell
|
|
605
|
+
.e-zero-start .e-cell,
|
|
601
606
|
.e-zero-end .e-cell {
|
|
602
607
|
border-bottom-width: 0;
|
|
603
608
|
}
|
|
@@ -616,8 +621,8 @@
|
|
|
616
621
|
& .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
|
|
617
622
|
background-color: $selection-border-color;
|
|
618
623
|
cursor: ns-resize;
|
|
619
|
-
left: 50%;
|
|
620
624
|
position: absolute;
|
|
625
|
+
right: 50%;
|
|
621
626
|
top: 0;
|
|
622
627
|
transform: translate(-50%, -50%);
|
|
623
628
|
}
|
|
@@ -634,8 +639,8 @@
|
|
|
634
639
|
& .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
|
|
635
640
|
background-color: $selection-border-color;
|
|
636
641
|
cursor: ns-resize;
|
|
637
|
-
left: 50%;
|
|
638
642
|
position: absolute;
|
|
643
|
+
right: 50%;
|
|
639
644
|
top: 100%;
|
|
640
645
|
transform: translate(-50%, -50%);
|
|
641
646
|
}
|
|
@@ -713,17 +718,17 @@
|
|
|
713
718
|
}
|
|
714
719
|
|
|
715
720
|
&.e-mac-safari {
|
|
716
|
-
& .e-main-panel::-webkit-scrollbar {
|
|
721
|
+
& .e-main-panel::-webkit-scrollbar {
|
|
717
722
|
width: 7px;
|
|
718
723
|
}
|
|
719
724
|
|
|
720
|
-
& .e-scroller::-webkit-scrollbar {
|
|
725
|
+
& .e-scroller::-webkit-scrollbar {
|
|
721
726
|
height: 7px;
|
|
722
727
|
}
|
|
723
728
|
|
|
724
729
|
// Safari with Mac OS
|
|
725
|
-
& .e-main-panel::-webkit-scrollbar-thumb,
|
|
726
|
-
& .e-scroller::-webkit-scrollbar-thumb {
|
|
730
|
+
& .e-main-panel::-webkit-scrollbar-thumb,
|
|
731
|
+
& .e-scroller::-webkit-scrollbar-thumb {
|
|
727
732
|
background-color: $mac-scrollbar-background;
|
|
728
733
|
border-radius: 4px;
|
|
729
734
|
}
|
|
@@ -815,7 +820,7 @@
|
|
|
815
820
|
|
|
816
821
|
& .e-sheet .e-datavisualization-chart .e-control.e-chart {
|
|
817
822
|
height: 100%;
|
|
818
|
-
position: initial !important;
|
|
823
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
819
824
|
width: 100%;
|
|
820
825
|
}
|
|
821
826
|
|
|
@@ -823,7 +828,7 @@
|
|
|
823
828
|
height: 100%;
|
|
824
829
|
overflow: hidden;
|
|
825
830
|
padding: 4px;
|
|
826
|
-
position: initial !important;
|
|
831
|
+
position: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
827
832
|
width: 100%;
|
|
828
833
|
}
|
|
829
834
|
|
|
@@ -882,7 +887,7 @@
|
|
|
882
887
|
background-color: $content-bg-color-alt2;
|
|
883
888
|
}
|
|
884
889
|
|
|
885
|
-
|
|
890
|
+
& > div {
|
|
886
891
|
display: inline-block;
|
|
887
892
|
}
|
|
888
893
|
|
|
@@ -988,7 +993,7 @@
|
|
|
988
993
|
}
|
|
989
994
|
|
|
990
995
|
.e-hide {
|
|
991
|
-
display: none !important;
|
|
996
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
992
997
|
}
|
|
993
998
|
|
|
994
999
|
.e-selection {
|
|
@@ -1046,10 +1051,10 @@
|
|
|
1046
1051
|
border: 2px solid $selection-border-color;
|
|
1047
1052
|
pointer-events: none;
|
|
1048
1053
|
|
|
1049
|
-
&[style*='height: 1px;'],
|
|
1050
|
-
&[style*='width: 1px;'],
|
|
1051
|
-
&[style*='height: 0px;'],
|
|
1052
|
-
&[style*='width: 0px;'] {
|
|
1054
|
+
&[style *= 'height: 1px;'],
|
|
1055
|
+
&[style *= 'width: 1px;'],
|
|
1056
|
+
&[style *= 'height: 0px;'],
|
|
1057
|
+
&[style *= 'width: 0px;'] {
|
|
1053
1058
|
border-width: 1px;
|
|
1054
1059
|
}
|
|
1055
1060
|
}
|
|
@@ -1122,7 +1127,7 @@
|
|
|
1122
1127
|
}
|
|
1123
1128
|
|
|
1124
1129
|
& .e-toolbar .e-btn:not(.e-tbar-btn) {
|
|
1125
|
-
font-weight:
|
|
1130
|
+
font-weight: normal;
|
|
1126
1131
|
padding-bottom: 0;
|
|
1127
1132
|
padding-top: 0;
|
|
1128
1133
|
|
|
@@ -1173,7 +1178,6 @@
|
|
|
1173
1178
|
}
|
|
1174
1179
|
}
|
|
1175
1180
|
}
|
|
1176
|
-
|
|
1177
1181
|
}
|
|
1178
1182
|
|
|
1179
1183
|
& .e-toolbar .e-toolbar-item .e-btn {
|
|
@@ -1185,19 +1189,19 @@
|
|
|
1185
1189
|
|
|
1186
1190
|
& .e-chart-icon,
|
|
1187
1191
|
& .e-chart-type-icon {
|
|
1188
|
-
font-size: 30px !important;
|
|
1192
|
+
font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
1189
1193
|
margin-right: 5px;
|
|
1190
1194
|
padding: 0 5px;
|
|
1191
1195
|
width: 30px;
|
|
1192
1196
|
}
|
|
1193
1197
|
|
|
1194
1198
|
& .e-switch-row-column-icon {
|
|
1195
|
-
font-size: 18px !important;
|
|
1199
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1196
1200
|
margin-right: 5px;
|
|
1197
1201
|
}
|
|
1198
1202
|
|
|
1199
1203
|
& .e-addchart-icon {
|
|
1200
|
-
font-size: 18px !important;
|
|
1204
|
+
font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
|
|
1201
1205
|
margin-right: -5px;
|
|
1202
1206
|
}
|
|
1203
1207
|
|
|
@@ -1449,7 +1453,7 @@
|
|
|
1449
1453
|
pointer-events: none;
|
|
1450
1454
|
position: absolute;
|
|
1451
1455
|
z-index: 1;
|
|
1452
|
-
|
|
1456
|
+
}
|
|
1453
1457
|
|
|
1454
1458
|
& .e-rowresize-handler {
|
|
1455
1459
|
border-top: 1px solid;
|
|
@@ -1471,7 +1475,7 @@
|
|
|
1471
1475
|
|
|
1472
1476
|
.e-input-group {
|
|
1473
1477
|
border: 0;
|
|
1474
|
-
box-shadow: none !important;
|
|
1478
|
+
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1475
1479
|
}
|
|
1476
1480
|
|
|
1477
1481
|
& .e-ddl-icon {
|
|
@@ -1499,7 +1503,7 @@
|
|
|
1499
1503
|
|
|
1500
1504
|
& .e-customsort-dlg.e-dialog {
|
|
1501
1505
|
@if $skin-name == 'material' {
|
|
1502
|
-
height: 360px !important;
|
|
1506
|
+
height: 360px !important; /* stylelint-disable-line declaration-no-important */
|
|
1503
1507
|
}
|
|
1504
1508
|
|
|
1505
1509
|
@if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
|
|
@@ -1588,7 +1592,6 @@
|
|
|
1588
1592
|
}
|
|
1589
1593
|
}
|
|
1590
1594
|
|
|
1591
|
-
|
|
1592
1595
|
& .e-datavalidation-dlg {
|
|
1593
1596
|
@if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
|
|
1594
1597
|
& .e-dlg-header-content {
|
|
@@ -1725,7 +1728,7 @@
|
|
|
1725
1728
|
|
|
1726
1729
|
& .e-hyperlink-dlg.e-dialog,
|
|
1727
1730
|
.e-edithyperlink-dlg.e-dialog {
|
|
1728
|
-
max-height: 640px !important;
|
|
1731
|
+
max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
|
|
1729
1732
|
|
|
1730
1733
|
& .e-dlg-header-content {
|
|
1731
1734
|
@if $skin-name == 'FluentUI' {
|
|
@@ -1792,7 +1795,7 @@
|
|
|
1792
1795
|
& .e-header {
|
|
1793
1796
|
font-size: 14px;
|
|
1794
1797
|
line-height: 16px;
|
|
1795
|
-
|
|
1798
|
+
}
|
|
1796
1799
|
|
|
1797
1800
|
& .e-text {
|
|
1798
1801
|
@if $skin-name != 'material' and $skin-name != 'material-dark' {
|
|
@@ -1885,7 +1888,7 @@
|
|
|
1885
1888
|
}
|
|
1886
1889
|
|
|
1887
1890
|
& .e-protectworkbook-dlg.e-dialog {
|
|
1888
|
-
left: 0 !important;
|
|
1891
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1889
1892
|
|
|
1890
1893
|
& .e-dlg-header-content .e-dlg-header {
|
|
1891
1894
|
font-size: 18px;
|
|
@@ -1912,7 +1915,7 @@
|
|
|
1912
1915
|
}
|
|
1913
1916
|
|
|
1914
1917
|
& .e-unprotectworkbook-dlg.e-dialog {
|
|
1915
|
-
left: 0 !important;
|
|
1918
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1916
1919
|
|
|
1917
1920
|
& .e-dlg-header-content .e-dlg-header {
|
|
1918
1921
|
font-size: 18px;
|
|
@@ -1940,7 +1943,7 @@
|
|
|
1940
1943
|
}
|
|
1941
1944
|
|
|
1942
1945
|
& .e-importprotectworkbook-dlg.e-dialog {
|
|
1943
|
-
left: 0 !important;
|
|
1946
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1944
1947
|
|
|
1945
1948
|
& .e-dlg-header-content .e-dlg-header {
|
|
1946
1949
|
font-size: 18px;
|
|
@@ -1988,17 +1991,13 @@
|
|
|
1988
1991
|
height: 18px;
|
|
1989
1992
|
margin-right: -1px;
|
|
1990
1993
|
padding: 0;
|
|
1991
|
-
position:
|
|
1994
|
+
position: relative;
|
|
1992
1995
|
right: 0;
|
|
1993
1996
|
width: 20px;
|
|
1994
1997
|
z-index: 2;
|
|
1995
1998
|
@if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
|
|
1996
1999
|
bottom: 1px;
|
|
1997
2000
|
}
|
|
1998
|
-
@if $sheet-skin == 'material' or $sheet-skin == 'material-dark' {
|
|
1999
|
-
bottom: .5px;
|
|
2000
|
-
right: .5px;
|
|
2001
|
-
}
|
|
2002
2001
|
}
|
|
2003
2002
|
}
|
|
2004
2003
|
|
|
@@ -2007,7 +2006,7 @@
|
|
|
2007
2006
|
|
|
2008
2007
|
& .e-container {
|
|
2009
2008
|
box-shadow: none;
|
|
2010
|
-
width: 270px !important;
|
|
2009
|
+
width: 270px !important; /* stylelint-disable-line declaration-no-important */
|
|
2011
2010
|
|
|
2012
2011
|
& .e-selected-value {
|
|
2013
2012
|
display: flex;
|
|
@@ -2017,11 +2016,11 @@
|
|
|
2017
2016
|
|
|
2018
2017
|
.e-spreadsheet.e-col-resizing {
|
|
2019
2018
|
cursor: col-resize;
|
|
2020
|
-
|
|
2019
|
+
}
|
|
2021
2020
|
|
|
2022
2021
|
.e-spreadsheet.e-row-resizing {
|
|
2023
2022
|
cursor: row-resize;
|
|
2024
|
-
|
|
2023
|
+
}
|
|
2025
2024
|
|
|
2026
2025
|
.e-dropdown-popup {
|
|
2027
2026
|
&.e-numformat-ddb ul {
|
|
@@ -2176,13 +2175,13 @@
|
|
|
2176
2175
|
& .e-is7 {
|
|
2177
2176
|
height: 6%;
|
|
2178
2177
|
padding: 18px 16px;
|
|
2179
|
-
|
|
2178
|
+
}
|
|
2180
2179
|
|
|
2181
2180
|
& .e-iconsetspan {
|
|
2182
2181
|
display: inline-block;
|
|
2183
2182
|
height: 100%;
|
|
2184
2183
|
width: 20%;
|
|
2185
|
-
|
|
2184
|
+
}
|
|
2186
2185
|
|
|
2187
2186
|
& .e-is2 {
|
|
2188
2187
|
height: 25.3%;
|
|
@@ -2198,9 +2197,8 @@
|
|
|
2198
2197
|
height: 25%;
|
|
2199
2198
|
padding: 2px 12px;
|
|
2200
2199
|
width: 50%;
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2204
2202
|
|
|
2205
2203
|
& .e-is4 {
|
|
2206
2204
|
height: 19%;
|
|
@@ -2214,8 +2212,8 @@
|
|
|
2214
2212
|
height: 33%;
|
|
2215
2213
|
padding: 2px 12px;
|
|
2216
2214
|
width: 50%;
|
|
2217
|
-
|
|
2218
|
-
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2219
2217
|
|
|
2220
2218
|
& .e-is6 {
|
|
2221
2219
|
height: 12.6%;
|
|
@@ -2227,8 +2225,8 @@
|
|
|
2227
2225
|
height: 50%;
|
|
2228
2226
|
padding: 2px 12px;
|
|
2229
2227
|
width: 50%;
|
|
2230
|
-
|
|
2231
|
-
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2232
2230
|
|
|
2233
2231
|
& .e-is8 {
|
|
2234
2232
|
height: 19%;
|
|
@@ -2242,9 +2240,9 @@
|
|
|
2242
2240
|
height: 33%;
|
|
2243
2241
|
width: 50%;
|
|
2244
2242
|
}
|
|
2245
|
-
}
|
|
2246
2243
|
}
|
|
2247
2244
|
}
|
|
2245
|
+
}
|
|
2248
2246
|
}
|
|
2249
2247
|
|
|
2250
2248
|
&.e-popup.e-menu-popup.e-border-color ul {
|
|
@@ -2299,7 +2297,7 @@
|
|
|
2299
2297
|
& .e-bar1-text {
|
|
2300
2298
|
height: 40%;
|
|
2301
2299
|
padding: 18px 16px;
|
|
2302
|
-
|
|
2300
|
+
}
|
|
2303
2301
|
|
|
2304
2302
|
& .e-column1-cont,
|
|
2305
2303
|
& .e-bar1-cont {
|
|
@@ -2323,8 +2321,8 @@
|
|
|
2323
2321
|
margin: 0;
|
|
2324
2322
|
padding: 10px;
|
|
2325
2323
|
width: 55px;
|
|
2326
|
-
}
|
|
2327
2324
|
}
|
|
2325
|
+
}
|
|
2328
2326
|
}
|
|
2329
2327
|
}
|
|
2330
2328
|
}
|
|
@@ -2364,8 +2362,8 @@
|
|
|
2364
2362
|
margin: 0;
|
|
2365
2363
|
padding: 10px;
|
|
2366
2364
|
width: 55px;
|
|
2367
|
-
}
|
|
2368
2365
|
}
|
|
2366
|
+
}
|
|
2369
2367
|
}
|
|
2370
2368
|
}
|
|
2371
2369
|
}
|
|
@@ -2407,8 +2405,8 @@
|
|
|
2407
2405
|
margin: 0;
|
|
2408
2406
|
padding: 10px;
|
|
2409
2407
|
width: 55px;
|
|
2410
|
-
}
|
|
2411
2408
|
}
|
|
2409
|
+
}
|
|
2412
2410
|
}
|
|
2413
2411
|
}
|
|
2414
2412
|
}
|
|
@@ -2430,7 +2428,7 @@
|
|
|
2430
2428
|
& .e-scatter-text {
|
|
2431
2429
|
height: 40%;
|
|
2432
2430
|
padding: 18px 16px;
|
|
2433
|
-
|
|
2431
|
+
}
|
|
2434
2432
|
|
|
2435
2433
|
& .e-scatter-cont {
|
|
2436
2434
|
height: 60%;
|
|
@@ -2442,12 +2440,12 @@
|
|
|
2442
2440
|
margin: 0;
|
|
2443
2441
|
padding: 10px;
|
|
2444
2442
|
width: 100%;
|
|
2445
|
-
}
|
|
2446
2443
|
}
|
|
2444
|
+
}
|
|
2447
2445
|
}
|
|
2448
2446
|
}
|
|
2449
2447
|
}
|
|
2450
|
-
|
|
2448
|
+
}
|
|
2451
2449
|
|
|
2452
2450
|
.e-spreadsheet-function-dlg.e-dialog {
|
|
2453
2451
|
min-height: $dlg-min-height;
|
|
@@ -2463,7 +2461,7 @@
|
|
|
2463
2461
|
|
|
2464
2462
|
& .e-dlg-header {
|
|
2465
2463
|
font-size: 16px;
|
|
2466
|
-
font-weight:
|
|
2464
|
+
font-weight: normal;
|
|
2467
2465
|
}
|
|
2468
2466
|
}
|
|
2469
2467
|
|
|
@@ -2598,11 +2596,11 @@
|
|
|
2598
2596
|
.e-bigger.e-spreadsheet {
|
|
2599
2597
|
@if $skin-name == 'FluentUI' {
|
|
2600
2598
|
& .e-protect-dlg.e-dialog {
|
|
2601
|
-
height: 790px !important;
|
|
2599
|
+
height: 790px !important; /* stylelint-disable-line declaration-no-important */
|
|
2602
2600
|
}
|
|
2603
2601
|
|
|
2604
2602
|
& .e-delete-sheet-dlg.e-dialog {
|
|
2605
|
-
height: 240px !important;
|
|
2603
|
+
height: 240px !important; /* stylelint-disable-line declaration-no-important */
|
|
2606
2604
|
}
|
|
2607
2605
|
|
|
2608
2606
|
& .e-merge-alert-dlg.e-dialog {
|
|
@@ -2618,7 +2616,7 @@
|
|
|
2618
2616
|
}
|
|
2619
2617
|
|
|
2620
2618
|
.e-spreadsheet-function-dlg.e-dialog {
|
|
2621
|
-
height: 515px !important;
|
|
2619
|
+
height: 515px !important; /* stylelint-disable-line declaration-no-important */
|
|
2622
2620
|
}
|
|
2623
2621
|
}
|
|
2624
2622
|
|
|
@@ -2784,9 +2782,9 @@
|
|
|
2784
2782
|
}
|
|
2785
2783
|
|
|
2786
2784
|
& .e-customsort-dlg.e-dialog {
|
|
2787
|
-
width: 590px !important;
|
|
2785
|
+
width: 590px !important; /* stylelint-disable-line declaration-no-important */
|
|
2788
2786
|
@if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
|
|
2789
|
-
width: 630px !important;
|
|
2787
|
+
width: 630px !important; /* stylelint-disable-line declaration-no-important */
|
|
2790
2788
|
}
|
|
2791
2789
|
}
|
|
2792
2790
|
|
|
@@ -2859,6 +2857,25 @@
|
|
|
2859
2857
|
padding-right: 0;
|
|
2860
2858
|
}
|
|
2861
2859
|
}
|
|
2860
|
+
|
|
2861
|
+
& .e-validation-list {
|
|
2862
|
+
|
|
2863
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
2864
|
+
width: $bigger-validation-list-width;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
& .e-ddl-icon.e-search-icon {
|
|
2868
|
+
|
|
2869
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
2870
|
+
bottom: $bigger-validation-list-icon-bottom;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' {
|
|
2874
|
+
min-height: $bigger-validation-list-icon-height-width;
|
|
2875
|
+
min-width: $bigger-validation-list-icon-height-width;
|
|
2876
|
+
}
|
|
2877
|
+
}
|
|
2878
|
+
}
|
|
2862
2879
|
}
|
|
2863
2880
|
|
|
2864
2881
|
.e-bigger.e-dropdown-popup,
|
|
@@ -2878,11 +2895,11 @@
|
|
|
2878
2895
|
.e-bigger .e-spreadsheet .e-hyperlink-dlg.e-dialog {
|
|
2879
2896
|
@if $skin-name == 'FluentUI' {
|
|
2880
2897
|
& .e-dlg-content .e-link-dialog .e-content .e-cont {
|
|
2881
|
-
margin:
|
|
2898
|
+
margin: 0 0 16px 24px;
|
|
2882
2899
|
}
|
|
2883
2900
|
|
|
2884
2901
|
& .e-dlg-header-content {
|
|
2885
|
-
padding:
|
|
2902
|
+
padding: 24px 24px 16px;
|
|
2886
2903
|
}
|
|
2887
2904
|
}
|
|
2888
2905
|
}
|
|
@@ -15,6 +15,7 @@ $cell-border-color: $grey-300 !default;
|
|
|
15
15
|
$hdr-cell-border-color: $grey-800 !default;
|
|
16
16
|
$dlg-error-color: #dd2c2c !default;
|
|
17
17
|
$agg-clr: #fff !default;
|
|
18
|
+
|
|
18
19
|
//enddefault
|
|
19
20
|
//selection
|
|
20
21
|
$selection-border-color: $accent !default;
|
|
@@ -26,6 +27,7 @@ $hdr-selection-color: $grey-dark-font !default;
|
|
|
26
27
|
$hdr-hover-bg-color: $grey-800 !default;
|
|
27
28
|
$copy-indicator-t-b: 'data:image/gif;base64,R0lGODlhBgAEAJECAP///wCw/////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3Mjk5OUJFRDg3NjExRTlBOTBCQjQ4MDRFMEZBODFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3Mjk5OUJGRDg3NjExRTlBOTBCQjQ4MDRFMEZBODFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzcyOTk5QkNEODc2MTFFOUE5MEJCNDgwNEUwRkE4MUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzcyOTk5QkREODc2MTFFOUE5MEJCNDgwNEUwRkE4MUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABgAEAAACB4wDcJh6uQoAIfkEBQMAAgAsAAAAAAYABAAAAgiMAXYZqM1CAQAh+QQFAwACACwBAAAABAAEAAACBhQUhnksBQAh+QQFAwACACwBAAAABAAEAAACBoQihpcMBQAh+QQFAwACACwAAAAABgAEAAACBwSCYcl6aQoAIfkEBQMAAgAsAAAAAAYABAAAAghEHmComHtAAQA7' !default;
|
|
28
29
|
$copy-indicator-l-r: 'data:image/gif;base64,R0lGODlhBAAGAJECAP///wCw/////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYyNjQ0RjMxRDg3NTExRTlCQzUyQUZDODAyRTUzODhDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYyNjQ0RjMyRDg3NTExRTlCQzUyQUZDODAyRTUzODhDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjI2NDRGMkZEODc1MTFFOUJDNTJBRkM4MDJFNTM4OEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjI2NDRGMzBEODc1MTFFOUJDNTJBRkM4MDJFNTM4OEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABAAGAAACBwQShsurCQoAIfkEBQMAAgAsAAAAAAQABgAAAgeMA2B5qN4KACH5BAUDAAIALAAAAQAEAAQAAAIFjAOpeVEAIfkEBQMAAgAsAAABAAQABAAAAgZMAIaoGQUAIfkEBQMAAgAsAAAAAAQABgAAAghMAIbGvJdCAQAh+QQFAwACACwAAAAABAAGAAACB4QRqctxUAAAOw==' !default;
|
|
30
|
+
|
|
29
31
|
//end selection
|
|
30
32
|
//Tab
|
|
31
33
|
$sheets-btn-height: 34px !default;
|
|
@@ -38,6 +40,7 @@ $sheet-tab-color: #e3e3e3 !default;
|
|
|
38
40
|
$sheet-tab-indicator-color: #05a7f1 !default;
|
|
39
41
|
$select-icon-color: $accent !default;
|
|
40
42
|
$sheet-tab-btn-icon-color: $grey-dark-font !default;
|
|
43
|
+
|
|
41
44
|
//End Tab
|
|
42
45
|
//Formula bar
|
|
43
46
|
$formula-bar-bg-color: $grey-dark !default;
|
|
@@ -49,6 +52,7 @@ $formula-textarea-width: calc(100% - 146px) !default;
|
|
|
49
52
|
$formula-bar-color: $grey-dark-font !default;
|
|
50
53
|
$mformula-bar-height: 42px !default;
|
|
51
54
|
$expand-icon-margin: 4px !default;
|
|
55
|
+
|
|
52
56
|
//End formula bar
|
|
53
57
|
//Insert dialog box
|
|
54
58
|
$dlg-list-border: $spreadsheet-border-width solid $grey-500 !default;
|
|
@@ -56,6 +60,7 @@ $dlg-description-font-weight: 500 !default;
|
|
|
56
60
|
$dlg-content-padding: 18px !default;
|
|
57
61
|
$dlg-category-margin-bottom: 0 !default;
|
|
58
62
|
$dlg-min-height: 480px !default;
|
|
63
|
+
|
|
59
64
|
//End Insert dialogbox
|
|
60
65
|
//Ribbon
|
|
61
66
|
$fontsize-btn-width: 55px !default;
|
|
@@ -75,22 +80,26 @@ $bigger-cpicker-btn-width: 31px !default;
|
|
|
75
80
|
$menu-extension-padding: 10px !default;
|
|
76
81
|
$ribbon-item-hover-border-color: transparent !default;
|
|
77
82
|
$ribbon-item-active-border-color: transparent !default;
|
|
78
|
-
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', '
|
|
83
|
+
$font-family-collection: ('Arial', 'Arial Black', 'Axettac Demo', 'Batang', 'Book Antiqua', 'Calibri', 'Courier', 'Courier New', 'Din Condensed', 'Georgia', 'Helvetica', 'Helvetica New', 'Roboto', 'Tahoma', 'Times New Roman', 'Verdana') !default;
|
|
79
84
|
$normal-btn-padding: 7px !default;
|
|
85
|
+
|
|
80
86
|
//End Ribbon
|
|
81
87
|
//Sorting
|
|
82
88
|
$sort-error-bg-color: #fce7e9;
|
|
83
89
|
$sort-error-font-color: #333;
|
|
90
|
+
|
|
84
91
|
//End Sorting
|
|
85
92
|
//Hyperlink
|
|
86
93
|
$hyper-doc-border-color: #c8c8c8 !default;
|
|
87
|
-
$hyper-text-border: #979797
|
|
94
|
+
$hyper-text-border: #979797 !default;
|
|
95
|
+
|
|
88
96
|
//End Hyperlink
|
|
89
97
|
//Filtering
|
|
90
98
|
$filter-icon-margin-bottom: 0 !default;
|
|
91
99
|
$filter-icon-bigger-margin-bottom: 12px !default;
|
|
92
100
|
$filter-selectall-padding: 22px !default;
|
|
93
101
|
$filter-selectall-bigger-padding: 27px !default;
|
|
102
|
+
|
|
94
103
|
//End Filtering
|
|
95
104
|
//Find And Replace
|
|
96
105
|
$find-popup-border-top-color: #fafafa !default;
|
|
@@ -99,18 +108,21 @@ $find-tool-dlg-width: 330px !default;
|
|
|
99
108
|
$find-tool-dlg-height: 46px !default;
|
|
100
109
|
$find-dlg-width: 470px !default;
|
|
101
110
|
$bigger-find-tool-dlg-width: 403px !default;
|
|
102
|
-
$bigger-find-tool-dlg-height:
|
|
111
|
+
$bigger-find-tool-dlg-height: 62px !default;
|
|
103
112
|
$bigger-find-goto-dlg-height: 241px !default;
|
|
113
|
+
|
|
104
114
|
//End Find And Replace
|
|
105
115
|
//Protect Sheet
|
|
106
116
|
$protect-dlg-height: 470px !default;
|
|
107
117
|
$protect-dlg-width: 287px !default;
|
|
118
|
+
|
|
108
119
|
//End Protect Sheet
|
|
109
120
|
//Conditional Formatting
|
|
110
121
|
$ele-color: #616161;
|
|
111
122
|
$ele-hover-color: #eee;
|
|
112
123
|
$dark-ele-color: #303030;
|
|
113
124
|
$dark-ele-hover-color: rgba(255, 255, 255, .1) !default;
|
|
125
|
+
|
|
114
126
|
//End Conditional Formatting
|
|
115
127
|
//Formula selection
|
|
116
128
|
$vborder-selection: #673ab8;
|
|
@@ -119,14 +131,23 @@ $cborder-selection: #029688;
|
|
|
119
131
|
$gborder-selection: #4caf51;
|
|
120
132
|
$oborder-selection: #fe9800;
|
|
121
133
|
$bborder-selection: #3f52b5;
|
|
134
|
+
|
|
122
135
|
//End Formula selection
|
|
123
136
|
//Freeze pane
|
|
124
137
|
$freezepane-color: $grey-500 !default;
|
|
138
|
+
|
|
125
139
|
//End Freeze pane
|
|
126
140
|
$mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
141
|
+
|
|
127
142
|
//Custom Format
|
|
128
143
|
$custom-listview-color: #ddd;
|
|
144
|
+
|
|
129
145
|
//End Custom Format
|
|
130
146
|
//File Name Dialog
|
|
131
147
|
$open-dlg-width: 340px !default;
|
|
132
|
-
|
|
148
|
+
|
|
149
|
+
//End File Name Dialog
|
|
150
|
+
//Data Validation
|
|
151
|
+
$bigger-validation-list-icon-bottom: 12px !default;
|
|
152
|
+
|
|
153
|
+
//End Data Validation
|