@salt-ds/ag-grid-theme 1.3.3 → 1.3.4
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 +80 -80
package/package.json
CHANGED
package/salt-ag-theme.css
CHANGED
|
@@ -828,7 +828,8 @@ 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(--
|
|
831
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
832
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
832
833
|
border-bottom:1px solid #5b5c5c;
|
|
833
834
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
834
835
|
color:#fff;
|
|
@@ -845,7 +846,8 @@ div[class*=ag-theme-salt]{
|
|
|
845
846
|
}
|
|
846
847
|
|
|
847
848
|
.ag-theme-salt-high-compact-dark .ag-tooltip{
|
|
848
|
-
background-color:var(--
|
|
849
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
850
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
849
851
|
border:1px solid #5b5c5c;
|
|
850
852
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
851
853
|
border-radius:0;
|
|
@@ -4300,7 +4302,8 @@ div[class*=ag-theme-salt]{
|
|
|
4300
4302
|
bottom:0;
|
|
4301
4303
|
}
|
|
4302
4304
|
.ag-theme-salt-high-compact-dark .ag-header{
|
|
4303
|
-
background-color:var(--
|
|
4305
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
4306
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
4304
4307
|
border-bottom:1px solid #5b5c5c;
|
|
4305
4308
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
4306
4309
|
}
|
|
@@ -4690,7 +4693,8 @@ div[class*=ag-theme-salt]{
|
|
|
4690
4693
|
border-right:none;
|
|
4691
4694
|
}
|
|
4692
4695
|
.ag-theme-salt-high-compact-dark .ag-chart-menu-close .ag-icon:hover{
|
|
4693
|
-
background:var(--
|
|
4696
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
4697
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
4694
4698
|
}
|
|
4695
4699
|
.ag-theme-salt-high-compact-dark .ag-chart-mini-thumbnail{
|
|
4696
4700
|
border:1px solid #5b5c5c;
|
|
@@ -5261,10 +5265,6 @@ div[class*=ag-theme-salt]{
|
|
|
5261
5265
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
5262
5266
|
margin-left:var(--salt-spacing-100);
|
|
5263
5267
|
}
|
|
5264
|
-
.ag-theme-salt-high-compact-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
5265
|
-
overflow:hidden;
|
|
5266
|
-
white-space:pre-wrap;
|
|
5267
|
-
}
|
|
5268
5268
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
5269
5269
|
border:2px dotted var(--agGrid-color-focus);
|
|
5270
5270
|
bottom:0;
|
|
@@ -6117,7 +6117,8 @@ div[class*=ag-theme-salt]{
|
|
|
6117
6117
|
background-color:var(--ag-background-color, #fff);
|
|
6118
6118
|
}
|
|
6119
6119
|
.ag-theme-salt-high-compact-light .ag-panel-title-bar{
|
|
6120
|
-
background-color:var(--
|
|
6120
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
6121
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
6121
6122
|
border-bottom:1px solid #cacacb;
|
|
6122
6123
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
6123
6124
|
color:#2a2c2f;
|
|
@@ -6134,7 +6135,8 @@ div[class*=ag-theme-salt]{
|
|
|
6134
6135
|
}
|
|
6135
6136
|
|
|
6136
6137
|
.ag-theme-salt-high-compact-light .ag-tooltip{
|
|
6137
|
-
background-color:var(--
|
|
6138
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
6139
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
6138
6140
|
border:1px solid #cacacb;
|
|
6139
6141
|
border-color:var(--ag-border-color, #cacacb);
|
|
6140
6142
|
border-radius:0;
|
|
@@ -9589,7 +9591,8 @@ div[class*=ag-theme-salt]{
|
|
|
9589
9591
|
bottom:0;
|
|
9590
9592
|
}
|
|
9591
9593
|
.ag-theme-salt-high-compact-light .ag-header{
|
|
9592
|
-
background-color:var(--
|
|
9594
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
9595
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
9593
9596
|
border-bottom:1px solid #cacacb;
|
|
9594
9597
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
9595
9598
|
}
|
|
@@ -9979,7 +9982,8 @@ div[class*=ag-theme-salt]{
|
|
|
9979
9982
|
border-right:none;
|
|
9980
9983
|
}
|
|
9981
9984
|
.ag-theme-salt-high-compact-light .ag-chart-menu-close .ag-icon:hover{
|
|
9982
|
-
background:var(--
|
|
9985
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
9986
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
9983
9987
|
}
|
|
9984
9988
|
.ag-theme-salt-high-compact-light .ag-chart-mini-thumbnail{
|
|
9985
9989
|
border:1px solid #cacacb;
|
|
@@ -10550,10 +10554,6 @@ div[class*=ag-theme-salt]{
|
|
|
10550
10554
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
10551
10555
|
margin-left:var(--salt-spacing-100);
|
|
10552
10556
|
}
|
|
10553
|
-
.ag-theme-salt-high-compact-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
10554
|
-
overflow:hidden;
|
|
10555
|
-
white-space:pre-wrap;
|
|
10556
|
-
}
|
|
10557
10557
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
10558
10558
|
border:2px dotted var(--agGrid-color-focus);
|
|
10559
10559
|
bottom:0;
|
|
@@ -11415,7 +11415,8 @@ div[class*=ag-theme-salt]{
|
|
|
11415
11415
|
background-color:var(--ag-background-color, #242526);
|
|
11416
11416
|
}
|
|
11417
11417
|
.ag-theme-salt-high-dark .ag-panel-title-bar{
|
|
11418
|
-
background-color:var(--
|
|
11418
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
11419
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
11419
11420
|
border-bottom:1px solid #5b5c5c;
|
|
11420
11421
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
11421
11422
|
color:#fff;
|
|
@@ -11432,7 +11433,8 @@ div[class*=ag-theme-salt]{
|
|
|
11432
11433
|
}
|
|
11433
11434
|
|
|
11434
11435
|
.ag-theme-salt-high-dark .ag-tooltip{
|
|
11435
|
-
background-color:var(--
|
|
11436
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
11437
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
11436
11438
|
border:1px solid #5b5c5c;
|
|
11437
11439
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
11438
11440
|
border-radius:0;
|
|
@@ -14887,7 +14889,8 @@ div[class*=ag-theme-salt]{
|
|
|
14887
14889
|
bottom:0;
|
|
14888
14890
|
}
|
|
14889
14891
|
.ag-theme-salt-high-dark .ag-header{
|
|
14890
|
-
background-color:var(--
|
|
14892
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
14893
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
14891
14894
|
border-bottom:1px solid #5b5c5c;
|
|
14892
14895
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
14893
14896
|
}
|
|
@@ -15277,7 +15280,8 @@ div[class*=ag-theme-salt]{
|
|
|
15277
15280
|
border-right:none;
|
|
15278
15281
|
}
|
|
15279
15282
|
.ag-theme-salt-high-dark .ag-chart-menu-close .ag-icon:hover{
|
|
15280
|
-
background:var(--
|
|
15283
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
15284
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
15281
15285
|
}
|
|
15282
15286
|
.ag-theme-salt-high-dark .ag-chart-mini-thumbnail{
|
|
15283
15287
|
border:1px solid #5b5c5c;
|
|
@@ -15848,10 +15852,6 @@ div[class*=ag-theme-salt]{
|
|
|
15848
15852
|
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
15849
15853
|
margin-left:var(--salt-spacing-100);
|
|
15850
15854
|
}
|
|
15851
|
-
.ag-theme-salt-high-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
15852
|
-
overflow:hidden;
|
|
15853
|
-
white-space:pre-wrap;
|
|
15854
|
-
}
|
|
15855
15855
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
15856
15856
|
border:2px dotted var(--agGrid-color-focus);
|
|
15857
15857
|
bottom:0;
|
|
@@ -16704,7 +16704,8 @@ div[class*=ag-theme-salt]{
|
|
|
16704
16704
|
background-color:var(--ag-background-color, #fff);
|
|
16705
16705
|
}
|
|
16706
16706
|
.ag-theme-salt-high-light .ag-panel-title-bar{
|
|
16707
|
-
background-color:var(--
|
|
16707
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
16708
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
16708
16709
|
border-bottom:1px solid #cacacb;
|
|
16709
16710
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
16710
16711
|
color:#2a2c2f;
|
|
@@ -16721,7 +16722,8 @@ div[class*=ag-theme-salt]{
|
|
|
16721
16722
|
}
|
|
16722
16723
|
|
|
16723
16724
|
.ag-theme-salt-high-light .ag-tooltip{
|
|
16724
|
-
background-color:var(--
|
|
16725
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
16726
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
16725
16727
|
border:1px solid #cacacb;
|
|
16726
16728
|
border-color:var(--ag-border-color, #cacacb);
|
|
16727
16729
|
border-radius:0;
|
|
@@ -20176,7 +20178,8 @@ div[class*=ag-theme-salt]{
|
|
|
20176
20178
|
bottom:0;
|
|
20177
20179
|
}
|
|
20178
20180
|
.ag-theme-salt-high-light .ag-header{
|
|
20179
|
-
background-color:var(--
|
|
20181
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
20182
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
20180
20183
|
border-bottom:1px solid #cacacb;
|
|
20181
20184
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
20182
20185
|
}
|
|
@@ -20566,7 +20569,8 @@ div[class*=ag-theme-salt]{
|
|
|
20566
20569
|
border-right:none;
|
|
20567
20570
|
}
|
|
20568
20571
|
.ag-theme-salt-high-light .ag-chart-menu-close .ag-icon:hover{
|
|
20569
|
-
background:var(--
|
|
20572
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
20573
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
20570
20574
|
}
|
|
20571
20575
|
.ag-theme-salt-high-light .ag-chart-mini-thumbnail{
|
|
20572
20576
|
border:1px solid #cacacb;
|
|
@@ -21137,10 +21141,6 @@ div[class*=ag-theme-salt]{
|
|
|
21137
21141
|
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
21138
21142
|
margin-left:var(--salt-spacing-100);
|
|
21139
21143
|
}
|
|
21140
|
-
.ag-theme-salt-high-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
21141
|
-
overflow:hidden;
|
|
21142
|
-
white-space:pre-wrap;
|
|
21143
|
-
}
|
|
21144
21144
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
21145
21145
|
border:2px dotted var(--agGrid-color-focus);
|
|
21146
21146
|
bottom:0;
|
|
@@ -22003,7 +22003,8 @@ div[class*=ag-theme-salt]{
|
|
|
22003
22003
|
background-color:var(--ag-background-color, #242526);
|
|
22004
22004
|
}
|
|
22005
22005
|
.ag-theme-salt-medium-dark .ag-panel-title-bar{
|
|
22006
|
-
background-color:var(--
|
|
22006
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
22007
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
22007
22008
|
border-bottom:1px solid #5b5c5c;
|
|
22008
22009
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
22009
22010
|
color:#fff;
|
|
@@ -22020,7 +22021,8 @@ div[class*=ag-theme-salt]{
|
|
|
22020
22021
|
}
|
|
22021
22022
|
|
|
22022
22023
|
.ag-theme-salt-medium-dark .ag-tooltip{
|
|
22023
|
-
background-color:var(--
|
|
22024
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
22025
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
22024
22026
|
border:1px solid #5b5c5c;
|
|
22025
22027
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
22026
22028
|
border-radius:0;
|
|
@@ -25475,7 +25477,8 @@ div[class*=ag-theme-salt]{
|
|
|
25475
25477
|
bottom:0;
|
|
25476
25478
|
}
|
|
25477
25479
|
.ag-theme-salt-medium-dark .ag-header{
|
|
25478
|
-
background-color:var(--
|
|
25480
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
25481
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
25479
25482
|
border-bottom:1px solid #5b5c5c;
|
|
25480
25483
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
25481
25484
|
}
|
|
@@ -25865,7 +25868,8 @@ div[class*=ag-theme-salt]{
|
|
|
25865
25868
|
border-right:none;
|
|
25866
25869
|
}
|
|
25867
25870
|
.ag-theme-salt-medium-dark .ag-chart-menu-close .ag-icon:hover{
|
|
25868
|
-
background:var(--
|
|
25871
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
25872
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
25869
25873
|
}
|
|
25870
25874
|
.ag-theme-salt-medium-dark .ag-chart-mini-thumbnail{
|
|
25871
25875
|
border:1px solid #5b5c5c;
|
|
@@ -26436,10 +26440,6 @@ div[class*=ag-theme-salt]{
|
|
|
26436
26440
|
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
26437
26441
|
margin-left:var(--salt-spacing-100);
|
|
26438
26442
|
}
|
|
26439
|
-
.ag-theme-salt-medium-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
26440
|
-
overflow:hidden;
|
|
26441
|
-
white-space:pre-wrap;
|
|
26442
|
-
}
|
|
26443
26443
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
26444
26444
|
border:2px dotted var(--agGrid-color-focus);
|
|
26445
26445
|
bottom:0;
|
|
@@ -27292,7 +27292,8 @@ div[class*=ag-theme-salt]{
|
|
|
27292
27292
|
background-color:var(--ag-background-color, #fff);
|
|
27293
27293
|
}
|
|
27294
27294
|
.ag-theme-salt-medium-light .ag-panel-title-bar{
|
|
27295
|
-
background-color:var(--
|
|
27295
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
27296
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
27296
27297
|
border-bottom:1px solid #cacacb;
|
|
27297
27298
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
27298
27299
|
color:#2a2c2f;
|
|
@@ -27309,7 +27310,8 @@ div[class*=ag-theme-salt]{
|
|
|
27309
27310
|
}
|
|
27310
27311
|
|
|
27311
27312
|
.ag-theme-salt-medium-light .ag-tooltip{
|
|
27312
|
-
background-color:var(--
|
|
27313
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
27314
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
27313
27315
|
border:1px solid #cacacb;
|
|
27314
27316
|
border-color:var(--ag-border-color, #cacacb);
|
|
27315
27317
|
border-radius:0;
|
|
@@ -30764,7 +30766,8 @@ div[class*=ag-theme-salt]{
|
|
|
30764
30766
|
bottom:0;
|
|
30765
30767
|
}
|
|
30766
30768
|
.ag-theme-salt-medium-light .ag-header{
|
|
30767
|
-
background-color:var(--
|
|
30769
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
30770
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
30768
30771
|
border-bottom:1px solid #cacacb;
|
|
30769
30772
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
30770
30773
|
}
|
|
@@ -31154,7 +31157,8 @@ div[class*=ag-theme-salt]{
|
|
|
31154
31157
|
border-right:none;
|
|
31155
31158
|
}
|
|
31156
31159
|
.ag-theme-salt-medium-light .ag-chart-menu-close .ag-icon:hover{
|
|
31157
|
-
background:var(--
|
|
31160
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
31161
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
31158
31162
|
}
|
|
31159
31163
|
.ag-theme-salt-medium-light .ag-chart-mini-thumbnail{
|
|
31160
31164
|
border:1px solid #cacacb;
|
|
@@ -31725,10 +31729,6 @@ div[class*=ag-theme-salt]{
|
|
|
31725
31729
|
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
31726
31730
|
margin-left:var(--salt-spacing-100);
|
|
31727
31731
|
}
|
|
31728
|
-
.ag-theme-salt-medium-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
31729
|
-
overflow:hidden;
|
|
31730
|
-
white-space:pre-wrap;
|
|
31731
|
-
}
|
|
31732
31732
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
31733
31733
|
border:2px dotted var(--agGrid-color-focus);
|
|
31734
31734
|
bottom:0;
|
|
@@ -32591,7 +32591,8 @@ div[class*=ag-theme-salt]{
|
|
|
32591
32591
|
background-color:var(--ag-background-color, #242526);
|
|
32592
32592
|
}
|
|
32593
32593
|
.ag-theme-salt-low-dark .ag-panel-title-bar{
|
|
32594
|
-
background-color:var(--
|
|
32594
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
32595
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
32595
32596
|
border-bottom:1px solid #5b5c5c;
|
|
32596
32597
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
32597
32598
|
color:#fff;
|
|
@@ -32608,7 +32609,8 @@ div[class*=ag-theme-salt]{
|
|
|
32608
32609
|
}
|
|
32609
32610
|
|
|
32610
32611
|
.ag-theme-salt-low-dark .ag-tooltip{
|
|
32611
|
-
background-color:var(--
|
|
32612
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
32613
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
32612
32614
|
border:1px solid #5b5c5c;
|
|
32613
32615
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
32614
32616
|
border-radius:0;
|
|
@@ -36063,7 +36065,8 @@ div[class*=ag-theme-salt]{
|
|
|
36063
36065
|
bottom:0;
|
|
36064
36066
|
}
|
|
36065
36067
|
.ag-theme-salt-low-dark .ag-header{
|
|
36066
|
-
background-color:var(--
|
|
36068
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
36069
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
36067
36070
|
border-bottom:1px solid #5b5c5c;
|
|
36068
36071
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
36069
36072
|
}
|
|
@@ -36449,7 +36452,8 @@ div[class*=ag-theme-salt]{
|
|
|
36449
36452
|
border-right:none;
|
|
36450
36453
|
}
|
|
36451
36454
|
.ag-theme-salt-low-dark .ag-chart-menu-close .ag-icon:hover{
|
|
36452
|
-
background:var(--
|
|
36455
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
36456
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
36453
36457
|
}
|
|
36454
36458
|
.ag-theme-salt-low-dark .ag-chart-mini-thumbnail{
|
|
36455
36459
|
border:1px solid #5b5c5c;
|
|
@@ -37020,10 +37024,6 @@ div[class*=ag-theme-salt]{
|
|
|
37020
37024
|
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
37021
37025
|
margin-left:var(--salt-spacing-100);
|
|
37022
37026
|
}
|
|
37023
|
-
.ag-theme-salt-low-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
37024
|
-
overflow:hidden;
|
|
37025
|
-
white-space:pre-wrap;
|
|
37026
|
-
}
|
|
37027
37027
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
37028
37028
|
border:2px dotted var(--agGrid-color-focus);
|
|
37029
37029
|
bottom:0;
|
|
@@ -37876,7 +37876,8 @@ div[class*=ag-theme-salt]{
|
|
|
37876
37876
|
background-color:var(--ag-background-color, #fff);
|
|
37877
37877
|
}
|
|
37878
37878
|
.ag-theme-salt-low-light .ag-panel-title-bar{
|
|
37879
|
-
background-color:var(--
|
|
37879
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
37880
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
37880
37881
|
border-bottom:1px solid #cacacb;
|
|
37881
37882
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
37882
37883
|
color:#2a2c2f;
|
|
@@ -37893,7 +37894,8 @@ div[class*=ag-theme-salt]{
|
|
|
37893
37894
|
}
|
|
37894
37895
|
|
|
37895
37896
|
.ag-theme-salt-low-light .ag-tooltip{
|
|
37896
|
-
background-color:var(--
|
|
37897
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
37898
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
37897
37899
|
border:1px solid #cacacb;
|
|
37898
37900
|
border-color:var(--ag-border-color, #cacacb);
|
|
37899
37901
|
border-radius:0;
|
|
@@ -41348,7 +41350,8 @@ div[class*=ag-theme-salt]{
|
|
|
41348
41350
|
bottom:0;
|
|
41349
41351
|
}
|
|
41350
41352
|
.ag-theme-salt-low-light .ag-header{
|
|
41351
|
-
background-color:var(--
|
|
41353
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
41354
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
41352
41355
|
border-bottom:1px solid #cacacb;
|
|
41353
41356
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
41354
41357
|
}
|
|
@@ -41734,7 +41737,8 @@ div[class*=ag-theme-salt]{
|
|
|
41734
41737
|
border-right:none;
|
|
41735
41738
|
}
|
|
41736
41739
|
.ag-theme-salt-low-light .ag-chart-menu-close .ag-icon:hover{
|
|
41737
|
-
background:var(--
|
|
41740
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
41741
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
41738
41742
|
}
|
|
41739
41743
|
.ag-theme-salt-low-light .ag-chart-mini-thumbnail{
|
|
41740
41744
|
border:1px solid #cacacb;
|
|
@@ -42305,10 +42309,6 @@ div[class*=ag-theme-salt]{
|
|
|
42305
42309
|
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
42306
42310
|
margin-left:var(--salt-spacing-100);
|
|
42307
42311
|
}
|
|
42308
|
-
.ag-theme-salt-low-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
42309
|
-
overflow:hidden;
|
|
42310
|
-
white-space:pre-wrap;
|
|
42311
|
-
}
|
|
42312
42312
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
42313
42313
|
border:2px dotted var(--agGrid-color-focus);
|
|
42314
42314
|
bottom:0;
|
|
@@ -43171,7 +43171,8 @@ div[class*=ag-theme-salt]{
|
|
|
43171
43171
|
background-color:var(--ag-background-color, #fff);
|
|
43172
43172
|
}
|
|
43173
43173
|
.ag-theme-salt-touch-light .ag-panel-title-bar{
|
|
43174
|
-
background-color:var(--
|
|
43174
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
43175
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
43175
43176
|
border-bottom:1px solid #cacacb;
|
|
43176
43177
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
43177
43178
|
color:#2a2c2f;
|
|
@@ -43188,7 +43189,8 @@ div[class*=ag-theme-salt]{
|
|
|
43188
43189
|
}
|
|
43189
43190
|
|
|
43190
43191
|
.ag-theme-salt-touch-light .ag-tooltip{
|
|
43191
|
-
background-color:var(--
|
|
43192
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
43193
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
43192
43194
|
border:1px solid #cacacb;
|
|
43193
43195
|
border-color:var(--ag-border-color, #cacacb);
|
|
43194
43196
|
border-radius:0;
|
|
@@ -46643,7 +46645,8 @@ div[class*=ag-theme-salt]{
|
|
|
46643
46645
|
bottom:0;
|
|
46644
46646
|
}
|
|
46645
46647
|
.ag-theme-salt-touch-light .ag-header{
|
|
46646
|
-
background-color:var(--
|
|
46648
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
46649
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
46647
46650
|
border-bottom:1px solid #cacacb;
|
|
46648
46651
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
46649
46652
|
}
|
|
@@ -47033,7 +47036,8 @@ div[class*=ag-theme-salt]{
|
|
|
47033
47036
|
border-right:none;
|
|
47034
47037
|
}
|
|
47035
47038
|
.ag-theme-salt-touch-light .ag-chart-menu-close .ag-icon:hover{
|
|
47036
|
-
background:var(--
|
|
47039
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
47040
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
47037
47041
|
}
|
|
47038
47042
|
.ag-theme-salt-touch-light .ag-chart-mini-thumbnail{
|
|
47039
47043
|
border:1px solid #cacacb;
|
|
@@ -47604,10 +47608,6 @@ div[class*=ag-theme-salt]{
|
|
|
47604
47608
|
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
47605
47609
|
margin-left:var(--salt-spacing-100);
|
|
47606
47610
|
}
|
|
47607
|
-
.ag-theme-salt-touch-light .ag-header-cell-auto-height .ag-header-cell-text{
|
|
47608
|
-
overflow:hidden;
|
|
47609
|
-
white-space:pre-wrap;
|
|
47610
|
-
}
|
|
47611
47611
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
47612
47612
|
border:2px dotted var(--agGrid-color-focus);
|
|
47613
47613
|
bottom:0;
|
|
@@ -48466,7 +48466,8 @@ div[class*=ag-theme-salt]{
|
|
|
48466
48466
|
background-color:var(--ag-background-color, #242526);
|
|
48467
48467
|
}
|
|
48468
48468
|
.ag-theme-salt-touch-dark .ag-panel-title-bar{
|
|
48469
|
-
background-color:var(--
|
|
48469
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
48470
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
48470
48471
|
border-bottom:1px solid #5b5c5c;
|
|
48471
48472
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
48472
48473
|
color:#fff;
|
|
@@ -48483,7 +48484,8 @@ div[class*=ag-theme-salt]{
|
|
|
48483
48484
|
}
|
|
48484
48485
|
|
|
48485
48486
|
.ag-theme-salt-touch-dark .ag-tooltip{
|
|
48486
|
-
background-color:var(--
|
|
48487
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
48488
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
48487
48489
|
border:1px solid #5b5c5c;
|
|
48488
48490
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
48489
48491
|
border-radius:0;
|
|
@@ -51946,7 +51948,8 @@ div[class*=ag-theme-salt]{
|
|
|
51946
51948
|
bottom:0;
|
|
51947
51949
|
}
|
|
51948
51950
|
.ag-theme-salt-touch-dark .ag-header{
|
|
51949
|
-
background-color:var(--
|
|
51951
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
51952
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
51950
51953
|
border-bottom:1px solid #5b5c5c;
|
|
51951
51954
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
51952
51955
|
}
|
|
@@ -52336,7 +52339,8 @@ div[class*=ag-theme-salt]{
|
|
|
52336
52339
|
border-right:none;
|
|
52337
52340
|
}
|
|
52338
52341
|
.ag-theme-salt-touch-dark .ag-chart-menu-close .ag-icon:hover{
|
|
52339
|
-
background:var(--
|
|
52342
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
52343
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
52340
52344
|
}
|
|
52341
52345
|
.ag-theme-salt-touch-dark .ag-chart-mini-thumbnail{
|
|
52342
52346
|
border:1px solid #5b5c5c;
|
|
@@ -52907,10 +52911,6 @@ div[class*=ag-theme-salt]{
|
|
|
52907
52911
|
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
52908
52912
|
margin-left:var(--salt-spacing-100);
|
|
52909
52913
|
}
|
|
52910
|
-
.ag-theme-salt-touch-dark .ag-header-cell-auto-height .ag-header-cell-text{
|
|
52911
|
-
overflow:hidden;
|
|
52912
|
-
white-space:pre-wrap;
|
|
52913
|
-
}
|
|
52914
52914
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
52915
52915
|
border:2px dotted var(--agGrid-color-focus);
|
|
52916
52916
|
bottom:0;
|