@salt-ds/ag-grid-theme 0.0.0-snapshot-20231027103814 → 0.0.0-snapshot-20231027155844
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/package.json +1 -1
- package/salt-ag-theme.css +40 -120
package/package.json
CHANGED
package/salt-ag-theme.css
CHANGED
|
@@ -828,8 +828,7 @@ div[class*=ag-theme-salt]{
|
|
|
828
828
|
background-color:var(--ag-background-color, #242526);
|
|
829
829
|
}
|
|
830
830
|
.ag-theme-salt-high-compact-dark .ag-panel-title-bar{
|
|
831
|
-
background-color:var(--
|
|
832
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
831
|
+
background-color:var(--ag-header-background-color);
|
|
833
832
|
border-bottom:1px solid #5b5c5c;
|
|
834
833
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
835
834
|
color:#fff;
|
|
@@ -846,8 +845,7 @@ div[class*=ag-theme-salt]{
|
|
|
846
845
|
}
|
|
847
846
|
|
|
848
847
|
.ag-theme-salt-high-compact-dark .ag-tooltip{
|
|
849
|
-
background-color:var(--
|
|
850
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
848
|
+
background-color:var(--ag-header-background-color);
|
|
851
849
|
border:1px solid #5b5c5c;
|
|
852
850
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
853
851
|
border-radius:0;
|
|
@@ -4302,8 +4300,7 @@ div[class*=ag-theme-salt]{
|
|
|
4302
4300
|
bottom:0;
|
|
4303
4301
|
}
|
|
4304
4302
|
.ag-theme-salt-high-compact-dark .ag-header{
|
|
4305
|
-
background-color:var(--
|
|
4306
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
4303
|
+
background-color:var(--ag-header-background-color);
|
|
4307
4304
|
border-bottom:1px solid #5b5c5c;
|
|
4308
4305
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
4309
4306
|
}
|
|
@@ -4693,8 +4690,7 @@ div[class*=ag-theme-salt]{
|
|
|
4693
4690
|
border-right:none;
|
|
4694
4691
|
}
|
|
4695
4692
|
.ag-theme-salt-high-compact-dark .ag-chart-menu-close .ag-icon:hover{
|
|
4696
|
-
background:var(--
|
|
4697
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
4693
|
+
background:var(--ag-header-background-color);
|
|
4698
4694
|
}
|
|
4699
4695
|
.ag-theme-salt-high-compact-dark .ag-chart-mini-thumbnail{
|
|
4700
4696
|
border:1px solid #5b5c5c;
|
|
@@ -5265,10 +5261,6 @@ div[class*=ag-theme-salt]{
|
|
|
5265
5261
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
5266
5262
|
margin-left:var(--salt-spacing-100);
|
|
5267
5263
|
}
|
|
5268
|
-
.ag-theme-salt-high-compact-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
5269
|
-
overflow:hidden;
|
|
5270
|
-
white-space:pre-wrap;
|
|
5271
|
-
}
|
|
5272
5264
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
5273
5265
|
border:2px dotted var(--agGrid-color-focus);
|
|
5274
5266
|
bottom:0;
|
|
@@ -6121,8 +6113,7 @@ div[class*=ag-theme-salt]{
|
|
|
6121
6113
|
background-color:var(--ag-background-color, #fff);
|
|
6122
6114
|
}
|
|
6123
6115
|
.ag-theme-salt-high-compact-light .ag-panel-title-bar{
|
|
6124
|
-
background-color:var(--
|
|
6125
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
6116
|
+
background-color:var(--ag-header-background-color);
|
|
6126
6117
|
border-bottom:1px solid #cacacb;
|
|
6127
6118
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
6128
6119
|
color:#2a2c2f;
|
|
@@ -6139,8 +6130,7 @@ div[class*=ag-theme-salt]{
|
|
|
6139
6130
|
}
|
|
6140
6131
|
|
|
6141
6132
|
.ag-theme-salt-high-compact-light .ag-tooltip{
|
|
6142
|
-
background-color:var(--
|
|
6143
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
6133
|
+
background-color:var(--ag-header-background-color);
|
|
6144
6134
|
border:1px solid #cacacb;
|
|
6145
6135
|
border-color:var(--ag-border-color, #cacacb);
|
|
6146
6136
|
border-radius:0;
|
|
@@ -9595,8 +9585,7 @@ div[class*=ag-theme-salt]{
|
|
|
9595
9585
|
bottom:0;
|
|
9596
9586
|
}
|
|
9597
9587
|
.ag-theme-salt-high-compact-light .ag-header{
|
|
9598
|
-
background-color:var(--
|
|
9599
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
9588
|
+
background-color:var(--ag-header-background-color);
|
|
9600
9589
|
border-bottom:1px solid #cacacb;
|
|
9601
9590
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
9602
9591
|
}
|
|
@@ -9986,8 +9975,7 @@ div[class*=ag-theme-salt]{
|
|
|
9986
9975
|
border-right:none;
|
|
9987
9976
|
}
|
|
9988
9977
|
.ag-theme-salt-high-compact-light .ag-chart-menu-close .ag-icon:hover{
|
|
9989
|
-
background:var(--
|
|
9990
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
9978
|
+
background:var(--ag-header-background-color);
|
|
9991
9979
|
}
|
|
9992
9980
|
.ag-theme-salt-high-compact-light .ag-chart-mini-thumbnail{
|
|
9993
9981
|
border:1px solid #cacacb;
|
|
@@ -10558,10 +10546,6 @@ div[class*=ag-theme-salt]{
|
|
|
10558
10546
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
10559
10547
|
margin-left:var(--salt-spacing-100);
|
|
10560
10548
|
}
|
|
10561
|
-
.ag-theme-salt-high-compact-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
10562
|
-
overflow:hidden;
|
|
10563
|
-
white-space:pre-wrap;
|
|
10564
|
-
}
|
|
10565
10549
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
10566
10550
|
border:2px dotted var(--agGrid-color-focus);
|
|
10567
10551
|
bottom:0;
|
|
@@ -11423,8 +11407,7 @@ div[class*=ag-theme-salt]{
|
|
|
11423
11407
|
background-color:var(--ag-background-color, #242526);
|
|
11424
11408
|
}
|
|
11425
11409
|
.ag-theme-salt-high-dark .ag-panel-title-bar{
|
|
11426
|
-
background-color:var(--
|
|
11427
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
11410
|
+
background-color:var(--ag-header-background-color);
|
|
11428
11411
|
border-bottom:1px solid #5b5c5c;
|
|
11429
11412
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
11430
11413
|
color:#fff;
|
|
@@ -11441,8 +11424,7 @@ div[class*=ag-theme-salt]{
|
|
|
11441
11424
|
}
|
|
11442
11425
|
|
|
11443
11426
|
.ag-theme-salt-high-dark .ag-tooltip{
|
|
11444
|
-
background-color:var(--
|
|
11445
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
11427
|
+
background-color:var(--ag-header-background-color);
|
|
11446
11428
|
border:1px solid #5b5c5c;
|
|
11447
11429
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
11448
11430
|
border-radius:0;
|
|
@@ -14897,8 +14879,7 @@ div[class*=ag-theme-salt]{
|
|
|
14897
14879
|
bottom:0;
|
|
14898
14880
|
}
|
|
14899
14881
|
.ag-theme-salt-high-dark .ag-header{
|
|
14900
|
-
background-color:var(--
|
|
14901
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
14882
|
+
background-color:var(--ag-header-background-color);
|
|
14902
14883
|
border-bottom:1px solid #5b5c5c;
|
|
14903
14884
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
14904
14885
|
}
|
|
@@ -15288,8 +15269,7 @@ div[class*=ag-theme-salt]{
|
|
|
15288
15269
|
border-right:none;
|
|
15289
15270
|
}
|
|
15290
15271
|
.ag-theme-salt-high-dark .ag-chart-menu-close .ag-icon:hover{
|
|
15291
|
-
background:var(--
|
|
15292
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
15272
|
+
background:var(--ag-header-background-color);
|
|
15293
15273
|
}
|
|
15294
15274
|
.ag-theme-salt-high-dark .ag-chart-mini-thumbnail{
|
|
15295
15275
|
border:1px solid #5b5c5c;
|
|
@@ -15860,10 +15840,6 @@ div[class*=ag-theme-salt]{
|
|
|
15860
15840
|
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
15861
15841
|
margin-left:var(--salt-spacing-100);
|
|
15862
15842
|
}
|
|
15863
|
-
.ag-theme-salt-high-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
15864
|
-
overflow:hidden;
|
|
15865
|
-
white-space:pre-wrap;
|
|
15866
|
-
}
|
|
15867
15843
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
15868
15844
|
border:2px dotted var(--agGrid-color-focus);
|
|
15869
15845
|
bottom:0;
|
|
@@ -16716,8 +16692,7 @@ div[class*=ag-theme-salt]{
|
|
|
16716
16692
|
background-color:var(--ag-background-color, #fff);
|
|
16717
16693
|
}
|
|
16718
16694
|
.ag-theme-salt-high-light .ag-panel-title-bar{
|
|
16719
|
-
background-color:var(--
|
|
16720
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
16695
|
+
background-color:var(--ag-header-background-color);
|
|
16721
16696
|
border-bottom:1px solid #cacacb;
|
|
16722
16697
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
16723
16698
|
color:#2a2c2f;
|
|
@@ -16734,8 +16709,7 @@ div[class*=ag-theme-salt]{
|
|
|
16734
16709
|
}
|
|
16735
16710
|
|
|
16736
16711
|
.ag-theme-salt-high-light .ag-tooltip{
|
|
16737
|
-
background-color:var(--
|
|
16738
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
16712
|
+
background-color:var(--ag-header-background-color);
|
|
16739
16713
|
border:1px solid #cacacb;
|
|
16740
16714
|
border-color:var(--ag-border-color, #cacacb);
|
|
16741
16715
|
border-radius:0;
|
|
@@ -20190,8 +20164,7 @@ div[class*=ag-theme-salt]{
|
|
|
20190
20164
|
bottom:0;
|
|
20191
20165
|
}
|
|
20192
20166
|
.ag-theme-salt-high-light .ag-header{
|
|
20193
|
-
background-color:var(--
|
|
20194
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
20167
|
+
background-color:var(--ag-header-background-color);
|
|
20195
20168
|
border-bottom:1px solid #cacacb;
|
|
20196
20169
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
20197
20170
|
}
|
|
@@ -20581,8 +20554,7 @@ div[class*=ag-theme-salt]{
|
|
|
20581
20554
|
border-right:none;
|
|
20582
20555
|
}
|
|
20583
20556
|
.ag-theme-salt-high-light .ag-chart-menu-close .ag-icon:hover{
|
|
20584
|
-
background:var(--
|
|
20585
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
20557
|
+
background:var(--ag-header-background-color);
|
|
20586
20558
|
}
|
|
20587
20559
|
.ag-theme-salt-high-light .ag-chart-mini-thumbnail{
|
|
20588
20560
|
border:1px solid #cacacb;
|
|
@@ -21153,10 +21125,6 @@ div[class*=ag-theme-salt]{
|
|
|
21153
21125
|
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
21154
21126
|
margin-left:var(--salt-spacing-100);
|
|
21155
21127
|
}
|
|
21156
|
-
.ag-theme-salt-high-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
21157
|
-
overflow:hidden;
|
|
21158
|
-
white-space:pre-wrap;
|
|
21159
|
-
}
|
|
21160
21128
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
21161
21129
|
border:2px dotted var(--agGrid-color-focus);
|
|
21162
21130
|
bottom:0;
|
|
@@ -22019,8 +21987,7 @@ div[class*=ag-theme-salt]{
|
|
|
22019
21987
|
background-color:var(--ag-background-color, #242526);
|
|
22020
21988
|
}
|
|
22021
21989
|
.ag-theme-salt-medium-dark .ag-panel-title-bar{
|
|
22022
|
-
background-color:var(--
|
|
22023
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
21990
|
+
background-color:var(--ag-header-background-color);
|
|
22024
21991
|
border-bottom:1px solid #5b5c5c;
|
|
22025
21992
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
22026
21993
|
color:#fff;
|
|
@@ -22037,8 +22004,7 @@ div[class*=ag-theme-salt]{
|
|
|
22037
22004
|
}
|
|
22038
22005
|
|
|
22039
22006
|
.ag-theme-salt-medium-dark .ag-tooltip{
|
|
22040
|
-
background-color:var(--
|
|
22041
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
22007
|
+
background-color:var(--ag-header-background-color);
|
|
22042
22008
|
border:1px solid #5b5c5c;
|
|
22043
22009
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
22044
22010
|
border-radius:0;
|
|
@@ -25493,8 +25459,7 @@ div[class*=ag-theme-salt]{
|
|
|
25493
25459
|
bottom:0;
|
|
25494
25460
|
}
|
|
25495
25461
|
.ag-theme-salt-medium-dark .ag-header{
|
|
25496
|
-
background-color:var(--
|
|
25497
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
25462
|
+
background-color:var(--ag-header-background-color);
|
|
25498
25463
|
border-bottom:1px solid #5b5c5c;
|
|
25499
25464
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
25500
25465
|
}
|
|
@@ -25884,8 +25849,7 @@ div[class*=ag-theme-salt]{
|
|
|
25884
25849
|
border-right:none;
|
|
25885
25850
|
}
|
|
25886
25851
|
.ag-theme-salt-medium-dark .ag-chart-menu-close .ag-icon:hover{
|
|
25887
|
-
background:var(--
|
|
25888
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
25852
|
+
background:var(--ag-header-background-color);
|
|
25889
25853
|
}
|
|
25890
25854
|
.ag-theme-salt-medium-dark .ag-chart-mini-thumbnail{
|
|
25891
25855
|
border:1px solid #5b5c5c;
|
|
@@ -26456,10 +26420,6 @@ div[class*=ag-theme-salt]{
|
|
|
26456
26420
|
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
26457
26421
|
margin-left:var(--salt-spacing-100);
|
|
26458
26422
|
}
|
|
26459
|
-
.ag-theme-salt-medium-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
26460
|
-
overflow:hidden;
|
|
26461
|
-
white-space:pre-wrap;
|
|
26462
|
-
}
|
|
26463
26423
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
26464
26424
|
border:2px dotted var(--agGrid-color-focus);
|
|
26465
26425
|
bottom:0;
|
|
@@ -27312,8 +27272,7 @@ div[class*=ag-theme-salt]{
|
|
|
27312
27272
|
background-color:var(--ag-background-color, #fff);
|
|
27313
27273
|
}
|
|
27314
27274
|
.ag-theme-salt-medium-light .ag-panel-title-bar{
|
|
27315
|
-
background-color:var(--
|
|
27316
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
27275
|
+
background-color:var(--ag-header-background-color);
|
|
27317
27276
|
border-bottom:1px solid #cacacb;
|
|
27318
27277
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
27319
27278
|
color:#2a2c2f;
|
|
@@ -27330,8 +27289,7 @@ div[class*=ag-theme-salt]{
|
|
|
27330
27289
|
}
|
|
27331
27290
|
|
|
27332
27291
|
.ag-theme-salt-medium-light .ag-tooltip{
|
|
27333
|
-
background-color:var(--
|
|
27334
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
27292
|
+
background-color:var(--ag-header-background-color);
|
|
27335
27293
|
border:1px solid #cacacb;
|
|
27336
27294
|
border-color:var(--ag-border-color, #cacacb);
|
|
27337
27295
|
border-radius:0;
|
|
@@ -30786,8 +30744,7 @@ div[class*=ag-theme-salt]{
|
|
|
30786
30744
|
bottom:0;
|
|
30787
30745
|
}
|
|
30788
30746
|
.ag-theme-salt-medium-light .ag-header{
|
|
30789
|
-
background-color:var(--
|
|
30790
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
30747
|
+
background-color:var(--ag-header-background-color);
|
|
30791
30748
|
border-bottom:1px solid #cacacb;
|
|
30792
30749
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
30793
30750
|
}
|
|
@@ -31177,8 +31134,7 @@ div[class*=ag-theme-salt]{
|
|
|
31177
31134
|
border-right:none;
|
|
31178
31135
|
}
|
|
31179
31136
|
.ag-theme-salt-medium-light .ag-chart-menu-close .ag-icon:hover{
|
|
31180
|
-
background:var(--
|
|
31181
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
31137
|
+
background:var(--ag-header-background-color);
|
|
31182
31138
|
}
|
|
31183
31139
|
.ag-theme-salt-medium-light .ag-chart-mini-thumbnail{
|
|
31184
31140
|
border:1px solid #cacacb;
|
|
@@ -31749,10 +31705,6 @@ div[class*=ag-theme-salt]{
|
|
|
31749
31705
|
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
31750
31706
|
margin-left:var(--salt-spacing-100);
|
|
31751
31707
|
}
|
|
31752
|
-
.ag-theme-salt-medium-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
31753
|
-
overflow:hidden;
|
|
31754
|
-
white-space:pre-wrap;
|
|
31755
|
-
}
|
|
31756
31708
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
31757
31709
|
border:2px dotted var(--agGrid-color-focus);
|
|
31758
31710
|
bottom:0;
|
|
@@ -32615,8 +32567,7 @@ div[class*=ag-theme-salt]{
|
|
|
32615
32567
|
background-color:var(--ag-background-color, #242526);
|
|
32616
32568
|
}
|
|
32617
32569
|
.ag-theme-salt-low-dark .ag-panel-title-bar{
|
|
32618
|
-
background-color:var(--
|
|
32619
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
32570
|
+
background-color:var(--ag-header-background-color);
|
|
32620
32571
|
border-bottom:1px solid #5b5c5c;
|
|
32621
32572
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
32622
32573
|
color:#fff;
|
|
@@ -32633,8 +32584,7 @@ div[class*=ag-theme-salt]{
|
|
|
32633
32584
|
}
|
|
32634
32585
|
|
|
32635
32586
|
.ag-theme-salt-low-dark .ag-tooltip{
|
|
32636
|
-
background-color:var(--
|
|
32637
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
32587
|
+
background-color:var(--ag-header-background-color);
|
|
32638
32588
|
border:1px solid #5b5c5c;
|
|
32639
32589
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
32640
32590
|
border-radius:0;
|
|
@@ -36089,8 +36039,7 @@ div[class*=ag-theme-salt]{
|
|
|
36089
36039
|
bottom:0;
|
|
36090
36040
|
}
|
|
36091
36041
|
.ag-theme-salt-low-dark .ag-header{
|
|
36092
|
-
background-color:var(--
|
|
36093
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
36042
|
+
background-color:var(--ag-header-background-color);
|
|
36094
36043
|
border-bottom:1px solid #5b5c5c;
|
|
36095
36044
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
36096
36045
|
}
|
|
@@ -36476,8 +36425,7 @@ div[class*=ag-theme-salt]{
|
|
|
36476
36425
|
border-right:none;
|
|
36477
36426
|
}
|
|
36478
36427
|
.ag-theme-salt-low-dark .ag-chart-menu-close .ag-icon:hover{
|
|
36479
|
-
background:var(--
|
|
36480
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
36428
|
+
background:var(--ag-header-background-color);
|
|
36481
36429
|
}
|
|
36482
36430
|
.ag-theme-salt-low-dark .ag-chart-mini-thumbnail{
|
|
36483
36431
|
border:1px solid #5b5c5c;
|
|
@@ -37048,10 +36996,6 @@ div[class*=ag-theme-salt]{
|
|
|
37048
36996
|
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
37049
36997
|
margin-left:var(--salt-spacing-100);
|
|
37050
36998
|
}
|
|
37051
|
-
.ag-theme-salt-low-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
37052
|
-
overflow:hidden;
|
|
37053
|
-
white-space:pre-wrap;
|
|
37054
|
-
}
|
|
37055
36999
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
37056
37000
|
border:2px dotted var(--agGrid-color-focus);
|
|
37057
37001
|
bottom:0;
|
|
@@ -37904,8 +37848,7 @@ div[class*=ag-theme-salt]{
|
|
|
37904
37848
|
background-color:var(--ag-background-color, #fff);
|
|
37905
37849
|
}
|
|
37906
37850
|
.ag-theme-salt-low-light .ag-panel-title-bar{
|
|
37907
|
-
background-color:var(--
|
|
37908
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
37851
|
+
background-color:var(--ag-header-background-color);
|
|
37909
37852
|
border-bottom:1px solid #cacacb;
|
|
37910
37853
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
37911
37854
|
color:#2a2c2f;
|
|
@@ -37922,8 +37865,7 @@ div[class*=ag-theme-salt]{
|
|
|
37922
37865
|
}
|
|
37923
37866
|
|
|
37924
37867
|
.ag-theme-salt-low-light .ag-tooltip{
|
|
37925
|
-
background-color:var(--
|
|
37926
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
37868
|
+
background-color:var(--ag-header-background-color);
|
|
37927
37869
|
border:1px solid #cacacb;
|
|
37928
37870
|
border-color:var(--ag-border-color, #cacacb);
|
|
37929
37871
|
border-radius:0;
|
|
@@ -41378,8 +41320,7 @@ div[class*=ag-theme-salt]{
|
|
|
41378
41320
|
bottom:0;
|
|
41379
41321
|
}
|
|
41380
41322
|
.ag-theme-salt-low-light .ag-header{
|
|
41381
|
-
background-color:var(--
|
|
41382
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
41323
|
+
background-color:var(--ag-header-background-color);
|
|
41383
41324
|
border-bottom:1px solid #cacacb;
|
|
41384
41325
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
41385
41326
|
}
|
|
@@ -41765,8 +41706,7 @@ div[class*=ag-theme-salt]{
|
|
|
41765
41706
|
border-right:none;
|
|
41766
41707
|
}
|
|
41767
41708
|
.ag-theme-salt-low-light .ag-chart-menu-close .ag-icon:hover{
|
|
41768
|
-
background:var(--
|
|
41769
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
41709
|
+
background:var(--ag-header-background-color);
|
|
41770
41710
|
}
|
|
41771
41711
|
.ag-theme-salt-low-light .ag-chart-mini-thumbnail{
|
|
41772
41712
|
border:1px solid #cacacb;
|
|
@@ -42337,10 +42277,6 @@ div[class*=ag-theme-salt]{
|
|
|
42337
42277
|
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
42338
42278
|
margin-left:var(--salt-spacing-100);
|
|
42339
42279
|
}
|
|
42340
|
-
.ag-theme-salt-low-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
42341
|
-
overflow:hidden;
|
|
42342
|
-
white-space:pre-wrap;
|
|
42343
|
-
}
|
|
42344
42280
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
42345
42281
|
border:2px dotted var(--agGrid-color-focus);
|
|
42346
42282
|
bottom:0;
|
|
@@ -43203,8 +43139,7 @@ div[class*=ag-theme-salt]{
|
|
|
43203
43139
|
background-color:var(--ag-background-color, #fff);
|
|
43204
43140
|
}
|
|
43205
43141
|
.ag-theme-salt-touch-light .ag-panel-title-bar{
|
|
43206
|
-
background-color:var(--
|
|
43207
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
43142
|
+
background-color:var(--ag-header-background-color);
|
|
43208
43143
|
border-bottom:1px solid #cacacb;
|
|
43209
43144
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
43210
43145
|
color:#2a2c2f;
|
|
@@ -43221,8 +43156,7 @@ div[class*=ag-theme-salt]{
|
|
|
43221
43156
|
}
|
|
43222
43157
|
|
|
43223
43158
|
.ag-theme-salt-touch-light .ag-tooltip{
|
|
43224
|
-
background-color:var(--
|
|
43225
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
43159
|
+
background-color:var(--ag-header-background-color);
|
|
43226
43160
|
border:1px solid #cacacb;
|
|
43227
43161
|
border-color:var(--ag-border-color, #cacacb);
|
|
43228
43162
|
border-radius:0;
|
|
@@ -46677,8 +46611,7 @@ div[class*=ag-theme-salt]{
|
|
|
46677
46611
|
bottom:0;
|
|
46678
46612
|
}
|
|
46679
46613
|
.ag-theme-salt-touch-light .ag-header{
|
|
46680
|
-
background-color:var(--
|
|
46681
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
46614
|
+
background-color:var(--ag-header-background-color);
|
|
46682
46615
|
border-bottom:1px solid #cacacb;
|
|
46683
46616
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
46684
46617
|
}
|
|
@@ -47068,8 +47001,7 @@ div[class*=ag-theme-salt]{
|
|
|
47068
47001
|
border-right:none;
|
|
47069
47002
|
}
|
|
47070
47003
|
.ag-theme-salt-touch-light .ag-chart-menu-close .ag-icon:hover{
|
|
47071
|
-
background:var(--
|
|
47072
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
47004
|
+
background:var(--ag-header-background-color);
|
|
47073
47005
|
}
|
|
47074
47006
|
.ag-theme-salt-touch-light .ag-chart-mini-thumbnail{
|
|
47075
47007
|
border:1px solid #cacacb;
|
|
@@ -47640,10 +47572,6 @@ div[class*=ag-theme-salt]{
|
|
|
47640
47572
|
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
47641
47573
|
margin-left:var(--salt-spacing-100);
|
|
47642
47574
|
}
|
|
47643
|
-
.ag-theme-salt-touch-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
47644
|
-
overflow:hidden;
|
|
47645
|
-
white-space:pre-wrap;
|
|
47646
|
-
}
|
|
47647
47575
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
47648
47576
|
border:2px dotted var(--agGrid-color-focus);
|
|
47649
47577
|
bottom:0;
|
|
@@ -48502,8 +48430,7 @@ div[class*=ag-theme-salt]{
|
|
|
48502
48430
|
background-color:var(--ag-background-color, #242526);
|
|
48503
48431
|
}
|
|
48504
48432
|
.ag-theme-salt-touch-dark .ag-panel-title-bar{
|
|
48505
|
-
background-color:var(--
|
|
48506
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
48433
|
+
background-color:var(--ag-header-background-color);
|
|
48507
48434
|
border-bottom:1px solid #5b5c5c;
|
|
48508
48435
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
48509
48436
|
color:#fff;
|
|
@@ -48520,8 +48447,7 @@ div[class*=ag-theme-salt]{
|
|
|
48520
48447
|
}
|
|
48521
48448
|
|
|
48522
48449
|
.ag-theme-salt-touch-dark .ag-tooltip{
|
|
48523
|
-
background-color:var(--
|
|
48524
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
48450
|
+
background-color:var(--ag-header-background-color);
|
|
48525
48451
|
border:1px solid #5b5c5c;
|
|
48526
48452
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
48527
48453
|
border-radius:0;
|
|
@@ -51984,8 +51910,7 @@ div[class*=ag-theme-salt]{
|
|
|
51984
51910
|
bottom:0;
|
|
51985
51911
|
}
|
|
51986
51912
|
.ag-theme-salt-touch-dark .ag-header{
|
|
51987
|
-
background-color:var(--
|
|
51988
|
-
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
51913
|
+
background-color:var(--ag-header-background-color);
|
|
51989
51914
|
border-bottom:1px solid #5b5c5c;
|
|
51990
51915
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
51991
51916
|
}
|
|
@@ -52375,8 +52300,7 @@ div[class*=ag-theme-salt]{
|
|
|
52375
52300
|
border-right:none;
|
|
52376
52301
|
}
|
|
52377
52302
|
.ag-theme-salt-touch-dark .ag-chart-menu-close .ag-icon:hover{
|
|
52378
|
-
background:var(--
|
|
52379
|
-
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
52303
|
+
background:var(--ag-header-background-color);
|
|
52380
52304
|
}
|
|
52381
52305
|
.ag-theme-salt-touch-dark .ag-chart-mini-thumbnail{
|
|
52382
52306
|
border:1px solid #5b5c5c;
|
|
@@ -52947,10 +52871,6 @@ div[class*=ag-theme-salt]{
|
|
|
52947
52871
|
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
52948
52872
|
margin-left:var(--salt-spacing-100);
|
|
52949
52873
|
}
|
|
52950
|
-
.ag-theme-salt-touch-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
52951
|
-
overflow:hidden;
|
|
52952
|
-
white-space:pre-wrap;
|
|
52953
|
-
}
|
|
52954
52874
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
52955
52875
|
border:2px dotted var(--agGrid-color-focus);
|
|
52956
52876
|
bottom:0;
|