@salt-ds/ag-grid-theme 1.3.3 → 1.3.5
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 +140 -200
package/package.json
CHANGED
package/salt-ag-theme.css
CHANGED
|
@@ -63,15 +63,15 @@ div[class*=ag-theme-salt]{
|
|
|
63
63
|
);
|
|
64
64
|
--agGrid-foreground:var(
|
|
65
65
|
--saltAgGrid-foreground,
|
|
66
|
-
var(--salt-
|
|
66
|
+
var(--salt-content-primary-foreground)
|
|
67
67
|
);
|
|
68
68
|
--agGrid-foreground-disabled:var(
|
|
69
69
|
--saltAgGrid-foreground-disabled,
|
|
70
|
-
var(--salt-
|
|
70
|
+
var(--salt-content-primary-foreground-disabled)
|
|
71
71
|
);
|
|
72
72
|
--agGrid-menu-color:var(
|
|
73
73
|
--saltAgGrid-menu-color,
|
|
74
|
-
var(--salt-
|
|
74
|
+
var(--salt-content-primary-foreground)
|
|
75
75
|
);
|
|
76
76
|
--agGrid-row-color-hover:var(
|
|
77
77
|
--saltAgGrid-row-color-hover,
|
|
@@ -91,7 +91,7 @@ div[class*=ag-theme-salt]{
|
|
|
91
91
|
);
|
|
92
92
|
--agGrid-header-foreground:var(
|
|
93
93
|
--saltAgGrid-header-foreground,
|
|
94
|
-
var(--salt-
|
|
94
|
+
var(--salt-content-primary-foreground)
|
|
95
95
|
);
|
|
96
96
|
--agGrid-header-fontWeight:var(
|
|
97
97
|
--saltAgGrid-header-fontWeight,
|
|
@@ -140,7 +140,7 @@ div[class*=ag-theme-salt]{
|
|
|
140
140
|
);
|
|
141
141
|
--agGrid-button-color:var(
|
|
142
142
|
--saltAgGrid-button-color,
|
|
143
|
-
var(--salt-
|
|
143
|
+
var(--salt-content-primary-foreground)
|
|
144
144
|
);
|
|
145
145
|
--agGrid-button-background-hover:var(
|
|
146
146
|
--saltAgGrid-button-background-hover,
|
|
@@ -152,15 +152,15 @@ div[class*=ag-theme-salt]{
|
|
|
152
152
|
);
|
|
153
153
|
--agGrid-header-icon-color:var(
|
|
154
154
|
--saltAgGrid-header-icon-color,
|
|
155
|
-
var(--salt-
|
|
155
|
+
var(--salt-content-secondary-foreground)
|
|
156
156
|
);
|
|
157
157
|
--agGrid-menu-header-icon-color:var(
|
|
158
158
|
--saltAgGrid-menu-header-icon-color,
|
|
159
|
-
var(--salt-
|
|
159
|
+
var(--salt-content-secondary-foreground)
|
|
160
160
|
);
|
|
161
161
|
--agGrid-icon-color:var(
|
|
162
162
|
--saltAgGrid-icon-color,
|
|
163
|
-
var(--salt-
|
|
163
|
+
var(--salt-content-primary-foreground)
|
|
164
164
|
);
|
|
165
165
|
--agGrid-menu-option-color-hover:var(
|
|
166
166
|
--saltAgGrid-menu-option-color-hover,
|
|
@@ -197,7 +197,7 @@ div[class*=ag-theme-salt]{
|
|
|
197
197
|
);
|
|
198
198
|
--agGrid-placeholder-color:var(
|
|
199
199
|
--saltAgGrid-placeholder-color,
|
|
200
|
-
var(--salt-
|
|
200
|
+
var(--salt-content-secondary-foreground)
|
|
201
201
|
);
|
|
202
202
|
--agGrid-ghost-icon-color:var(
|
|
203
203
|
--saltAgGrid-ghost-icon-color,
|
|
@@ -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;
|
|
@@ -5227,7 +5231,7 @@ div[class*=ag-theme-salt]{
|
|
|
5227
5231
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
5228
5232
|
}
|
|
5229
5233
|
.ag-theme-salt-high-compact-dark .ag-status-bar{
|
|
5230
|
-
color:var(--salt-
|
|
5234
|
+
color:var(--salt-content-secondary-foreground);
|
|
5231
5235
|
font-size:var(--salt-text-fontSize);
|
|
5232
5236
|
font-weight:var(--salt-text-label-fontWeight);
|
|
5233
5237
|
height:var(--agGrid-row-height-default);
|
|
@@ -5236,19 +5240,16 @@ div[class*=ag-theme-salt]{
|
|
|
5236
5240
|
}
|
|
5237
5241
|
.ag-theme-salt-high-compact-dark .ag-status-panel{
|
|
5238
5242
|
align-items:center;
|
|
5239
|
-
color:var(--salt-
|
|
5243
|
+
color:var(--salt-content-secondary-foreground);
|
|
5240
5244
|
padding:var(--salt-spacing-100) 0;
|
|
5241
5245
|
}
|
|
5242
5246
|
.ag-theme-salt-high-compact-dark .ag-status-name-value-value{
|
|
5243
|
-
color:var(--salt-
|
|
5247
|
+
color:var(--salt-content-primary-foreground);
|
|
5244
5248
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
5245
5249
|
}
|
|
5246
5250
|
.ag-theme-salt-high-compact-dark .ag-header{
|
|
5247
5251
|
border-color:var(--agGrid-header-borderColor);
|
|
5248
5252
|
}
|
|
5249
|
-
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
5250
|
-
margin-right:auto;
|
|
5251
|
-
}
|
|
5252
5253
|
.ag-theme-salt-high-compact-dark .ag-header-row{
|
|
5253
5254
|
color:var(--agGrid-header-foreground);
|
|
5254
5255
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -5261,10 +5262,6 @@ div[class*=ag-theme-salt]{
|
|
|
5261
5262
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
5262
5263
|
margin-left:var(--salt-spacing-100);
|
|
5263
5264
|
}
|
|
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
5265
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
5269
5266
|
border:2px dotted var(--agGrid-color-focus);
|
|
5270
5267
|
bottom:0;
|
|
@@ -5277,9 +5274,6 @@ div[class*=ag-theme-salt]{
|
|
|
5277
5274
|
.ag-theme-salt-high-compact-dark .ag-header-cell,.ag-theme-salt-high-compact-dark .ag-header-group-cell{
|
|
5278
5275
|
padding:0 calc(var(--salt-spacing-100));
|
|
5279
5276
|
}
|
|
5280
|
-
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
5281
|
-
overflow:unset;
|
|
5282
|
-
}
|
|
5283
5277
|
.ag-theme-salt-high-compact-dark .ag-row{
|
|
5284
5278
|
color:var(--agGrid-foreground);
|
|
5285
5279
|
}
|
|
@@ -5529,11 +5523,11 @@ div[class*=ag-theme-salt]{
|
|
|
5529
5523
|
padding-right:var(--salt-spacing-100);
|
|
5530
5524
|
}
|
|
5531
5525
|
.ag-theme-salt-high-compact-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
5532
|
-
color:var(--salt-
|
|
5526
|
+
color:var(--salt-content-secondary-foreground);
|
|
5533
5527
|
content:"\e9ac";
|
|
5534
5528
|
}
|
|
5535
5529
|
.ag-theme-salt-high-compact-dark .ag-floating-filter-input{
|
|
5536
|
-
color:var(--salt-
|
|
5530
|
+
color:var(--salt-content-secondary-foreground);
|
|
5537
5531
|
padding-left:var(--salt-spacing-100);
|
|
5538
5532
|
}
|
|
5539
5533
|
.ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -6117,7 +6111,8 @@ div[class*=ag-theme-salt]{
|
|
|
6117
6111
|
background-color:var(--ag-background-color, #fff);
|
|
6118
6112
|
}
|
|
6119
6113
|
.ag-theme-salt-high-compact-light .ag-panel-title-bar{
|
|
6120
|
-
background-color:var(--
|
|
6114
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
6115
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
6121
6116
|
border-bottom:1px solid #cacacb;
|
|
6122
6117
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
6123
6118
|
color:#2a2c2f;
|
|
@@ -6134,7 +6129,8 @@ div[class*=ag-theme-salt]{
|
|
|
6134
6129
|
}
|
|
6135
6130
|
|
|
6136
6131
|
.ag-theme-salt-high-compact-light .ag-tooltip{
|
|
6137
|
-
background-color:var(--
|
|
6132
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
6133
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
6138
6134
|
border:1px solid #cacacb;
|
|
6139
6135
|
border-color:var(--ag-border-color, #cacacb);
|
|
6140
6136
|
border-radius:0;
|
|
@@ -9589,7 +9585,8 @@ div[class*=ag-theme-salt]{
|
|
|
9589
9585
|
bottom:0;
|
|
9590
9586
|
}
|
|
9591
9587
|
.ag-theme-salt-high-compact-light .ag-header{
|
|
9592
|
-
background-color:var(--
|
|
9588
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
9589
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
9593
9590
|
border-bottom:1px solid #cacacb;
|
|
9594
9591
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
9595
9592
|
}
|
|
@@ -9979,7 +9976,8 @@ div[class*=ag-theme-salt]{
|
|
|
9979
9976
|
border-right:none;
|
|
9980
9977
|
}
|
|
9981
9978
|
.ag-theme-salt-high-compact-light .ag-chart-menu-close .ag-icon:hover{
|
|
9982
|
-
background:var(--
|
|
9979
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
9980
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
9983
9981
|
}
|
|
9984
9982
|
.ag-theme-salt-high-compact-light .ag-chart-mini-thumbnail{
|
|
9985
9983
|
border:1px solid #cacacb;
|
|
@@ -10516,7 +10514,7 @@ div[class*=ag-theme-salt]{
|
|
|
10516
10514
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
10517
10515
|
}
|
|
10518
10516
|
.ag-theme-salt-high-compact-light .ag-status-bar{
|
|
10519
|
-
color:var(--salt-
|
|
10517
|
+
color:var(--salt-content-secondary-foreground);
|
|
10520
10518
|
font-size:var(--salt-text-fontSize);
|
|
10521
10519
|
font-weight:var(--salt-text-label-fontWeight);
|
|
10522
10520
|
height:var(--agGrid-row-height-default);
|
|
@@ -10525,19 +10523,16 @@ div[class*=ag-theme-salt]{
|
|
|
10525
10523
|
}
|
|
10526
10524
|
.ag-theme-salt-high-compact-light .ag-status-panel{
|
|
10527
10525
|
align-items:center;
|
|
10528
|
-
color:var(--salt-
|
|
10526
|
+
color:var(--salt-content-secondary-foreground);
|
|
10529
10527
|
padding:var(--salt-spacing-100) 0;
|
|
10530
10528
|
}
|
|
10531
10529
|
.ag-theme-salt-high-compact-light .ag-status-name-value-value{
|
|
10532
|
-
color:var(--salt-
|
|
10530
|
+
color:var(--salt-content-primary-foreground);
|
|
10533
10531
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
10534
10532
|
}
|
|
10535
10533
|
.ag-theme-salt-high-compact-light .ag-header{
|
|
10536
10534
|
border-color:var(--agGrid-header-borderColor);
|
|
10537
10535
|
}
|
|
10538
|
-
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
10539
|
-
margin-right:auto;
|
|
10540
|
-
}
|
|
10541
10536
|
.ag-theme-salt-high-compact-light .ag-header-row{
|
|
10542
10537
|
color:var(--agGrid-header-foreground);
|
|
10543
10538
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -10550,10 +10545,6 @@ div[class*=ag-theme-salt]{
|
|
|
10550
10545
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
10551
10546
|
margin-left:var(--salt-spacing-100);
|
|
10552
10547
|
}
|
|
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
10548
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
10558
10549
|
border:2px dotted var(--agGrid-color-focus);
|
|
10559
10550
|
bottom:0;
|
|
@@ -10566,9 +10557,6 @@ div[class*=ag-theme-salt]{
|
|
|
10566
10557
|
.ag-theme-salt-high-compact-light .ag-header-cell,.ag-theme-salt-high-compact-light .ag-header-group-cell{
|
|
10567
10558
|
padding:0 calc(var(--salt-spacing-100));
|
|
10568
10559
|
}
|
|
10569
|
-
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-compact-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
10570
|
-
overflow:unset;
|
|
10571
|
-
}
|
|
10572
10560
|
.ag-theme-salt-high-compact-light .ag-row{
|
|
10573
10561
|
color:var(--agGrid-foreground);
|
|
10574
10562
|
}
|
|
@@ -10818,11 +10806,11 @@ div[class*=ag-theme-salt]{
|
|
|
10818
10806
|
padding-right:var(--salt-spacing-100);
|
|
10819
10807
|
}
|
|
10820
10808
|
.ag-theme-salt-high-compact-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
10821
|
-
color:var(--salt-
|
|
10809
|
+
color:var(--salt-content-secondary-foreground);
|
|
10822
10810
|
content:"\e9ac";
|
|
10823
10811
|
}
|
|
10824
10812
|
.ag-theme-salt-high-compact-light .ag-floating-filter-input{
|
|
10825
|
-
color:var(--salt-
|
|
10813
|
+
color:var(--salt-content-secondary-foreground);
|
|
10826
10814
|
padding-left:var(--salt-spacing-100);
|
|
10827
10815
|
}
|
|
10828
10816
|
.ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter{
|
|
@@ -11415,7 +11403,8 @@ div[class*=ag-theme-salt]{
|
|
|
11415
11403
|
background-color:var(--ag-background-color, #242526);
|
|
11416
11404
|
}
|
|
11417
11405
|
.ag-theme-salt-high-dark .ag-panel-title-bar{
|
|
11418
|
-
background-color:var(--
|
|
11406
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
11407
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
11419
11408
|
border-bottom:1px solid #5b5c5c;
|
|
11420
11409
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
11421
11410
|
color:#fff;
|
|
@@ -11432,7 +11421,8 @@ div[class*=ag-theme-salt]{
|
|
|
11432
11421
|
}
|
|
11433
11422
|
|
|
11434
11423
|
.ag-theme-salt-high-dark .ag-tooltip{
|
|
11435
|
-
background-color:var(--
|
|
11424
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
11425
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
11436
11426
|
border:1px solid #5b5c5c;
|
|
11437
11427
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
11438
11428
|
border-radius:0;
|
|
@@ -14887,7 +14877,8 @@ div[class*=ag-theme-salt]{
|
|
|
14887
14877
|
bottom:0;
|
|
14888
14878
|
}
|
|
14889
14879
|
.ag-theme-salt-high-dark .ag-header{
|
|
14890
|
-
background-color:var(--
|
|
14880
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
14881
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
14891
14882
|
border-bottom:1px solid #5b5c5c;
|
|
14892
14883
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
14893
14884
|
}
|
|
@@ -15277,7 +15268,8 @@ div[class*=ag-theme-salt]{
|
|
|
15277
15268
|
border-right:none;
|
|
15278
15269
|
}
|
|
15279
15270
|
.ag-theme-salt-high-dark .ag-chart-menu-close .ag-icon:hover{
|
|
15280
|
-
background:var(--
|
|
15271
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
15272
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
15281
15273
|
}
|
|
15282
15274
|
.ag-theme-salt-high-dark .ag-chart-mini-thumbnail{
|
|
15283
15275
|
border:1px solid #5b5c5c;
|
|
@@ -15814,7 +15806,7 @@ div[class*=ag-theme-salt]{
|
|
|
15814
15806
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
15815
15807
|
}
|
|
15816
15808
|
.ag-theme-salt-high-dark .ag-status-bar{
|
|
15817
|
-
color:var(--salt-
|
|
15809
|
+
color:var(--salt-content-secondary-foreground);
|
|
15818
15810
|
font-size:var(--salt-text-fontSize);
|
|
15819
15811
|
font-weight:var(--salt-text-label-fontWeight);
|
|
15820
15812
|
height:var(--agGrid-row-height-default);
|
|
@@ -15823,19 +15815,16 @@ div[class*=ag-theme-salt]{
|
|
|
15823
15815
|
}
|
|
15824
15816
|
.ag-theme-salt-high-dark .ag-status-panel{
|
|
15825
15817
|
align-items:center;
|
|
15826
|
-
color:var(--salt-
|
|
15818
|
+
color:var(--salt-content-secondary-foreground);
|
|
15827
15819
|
padding:var(--salt-spacing-100) 0;
|
|
15828
15820
|
}
|
|
15829
15821
|
.ag-theme-salt-high-dark .ag-status-name-value-value{
|
|
15830
|
-
color:var(--salt-
|
|
15822
|
+
color:var(--salt-content-primary-foreground);
|
|
15831
15823
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
15832
15824
|
}
|
|
15833
15825
|
.ag-theme-salt-high-dark .ag-header{
|
|
15834
15826
|
border-color:var(--agGrid-header-borderColor);
|
|
15835
15827
|
}
|
|
15836
|
-
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
15837
|
-
margin-right:auto;
|
|
15838
|
-
}
|
|
15839
15828
|
.ag-theme-salt-high-dark .ag-header-row{
|
|
15840
15829
|
color:var(--agGrid-header-foreground);
|
|
15841
15830
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -15848,10 +15837,6 @@ div[class*=ag-theme-salt]{
|
|
|
15848
15837
|
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
15849
15838
|
margin-left:var(--salt-spacing-100);
|
|
15850
15839
|
}
|
|
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
15840
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
15856
15841
|
border:2px dotted var(--agGrid-color-focus);
|
|
15857
15842
|
bottom:0;
|
|
@@ -15864,9 +15849,6 @@ div[class*=ag-theme-salt]{
|
|
|
15864
15849
|
.ag-theme-salt-high-dark .ag-header-cell,.ag-theme-salt-high-dark .ag-header-group-cell{
|
|
15865
15850
|
padding:0 calc(var(--salt-spacing-100));
|
|
15866
15851
|
}
|
|
15867
|
-
.ag-theme-salt-high-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
15868
|
-
overflow:unset;
|
|
15869
|
-
}
|
|
15870
15852
|
.ag-theme-salt-high-dark .ag-row{
|
|
15871
15853
|
color:var(--agGrid-foreground);
|
|
15872
15854
|
}
|
|
@@ -16116,11 +16098,11 @@ div[class*=ag-theme-salt]{
|
|
|
16116
16098
|
padding-right:var(--salt-spacing-100);
|
|
16117
16099
|
}
|
|
16118
16100
|
.ag-theme-salt-high-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
16119
|
-
color:var(--salt-
|
|
16101
|
+
color:var(--salt-content-secondary-foreground);
|
|
16120
16102
|
content:"\e9ac";
|
|
16121
16103
|
}
|
|
16122
16104
|
.ag-theme-salt-high-dark .ag-floating-filter-input{
|
|
16123
|
-
color:var(--salt-
|
|
16105
|
+
color:var(--salt-content-secondary-foreground);
|
|
16124
16106
|
padding-left:var(--salt-spacing-100);
|
|
16125
16107
|
}
|
|
16126
16108
|
.ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -16704,7 +16686,8 @@ div[class*=ag-theme-salt]{
|
|
|
16704
16686
|
background-color:var(--ag-background-color, #fff);
|
|
16705
16687
|
}
|
|
16706
16688
|
.ag-theme-salt-high-light .ag-panel-title-bar{
|
|
16707
|
-
background-color:var(--
|
|
16689
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
16690
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
16708
16691
|
border-bottom:1px solid #cacacb;
|
|
16709
16692
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
16710
16693
|
color:#2a2c2f;
|
|
@@ -16721,7 +16704,8 @@ div[class*=ag-theme-salt]{
|
|
|
16721
16704
|
}
|
|
16722
16705
|
|
|
16723
16706
|
.ag-theme-salt-high-light .ag-tooltip{
|
|
16724
|
-
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));
|
|
16725
16709
|
border:1px solid #cacacb;
|
|
16726
16710
|
border-color:var(--ag-border-color, #cacacb);
|
|
16727
16711
|
border-radius:0;
|
|
@@ -20176,7 +20160,8 @@ div[class*=ag-theme-salt]{
|
|
|
20176
20160
|
bottom:0;
|
|
20177
20161
|
}
|
|
20178
20162
|
.ag-theme-salt-high-light .ag-header{
|
|
20179
|
-
background-color:var(--
|
|
20163
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
20164
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
20180
20165
|
border-bottom:1px solid #cacacb;
|
|
20181
20166
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
20182
20167
|
}
|
|
@@ -20566,7 +20551,8 @@ div[class*=ag-theme-salt]{
|
|
|
20566
20551
|
border-right:none;
|
|
20567
20552
|
}
|
|
20568
20553
|
.ag-theme-salt-high-light .ag-chart-menu-close .ag-icon:hover{
|
|
20569
|
-
background:var(--
|
|
20554
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
20555
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
20570
20556
|
}
|
|
20571
20557
|
.ag-theme-salt-high-light .ag-chart-mini-thumbnail{
|
|
20572
20558
|
border:1px solid #cacacb;
|
|
@@ -21103,7 +21089,7 @@ div[class*=ag-theme-salt]{
|
|
|
21103
21089
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
21104
21090
|
}
|
|
21105
21091
|
.ag-theme-salt-high-light .ag-status-bar{
|
|
21106
|
-
color:var(--salt-
|
|
21092
|
+
color:var(--salt-content-secondary-foreground);
|
|
21107
21093
|
font-size:var(--salt-text-fontSize);
|
|
21108
21094
|
font-weight:var(--salt-text-label-fontWeight);
|
|
21109
21095
|
height:var(--agGrid-row-height-default);
|
|
@@ -21112,19 +21098,16 @@ div[class*=ag-theme-salt]{
|
|
|
21112
21098
|
}
|
|
21113
21099
|
.ag-theme-salt-high-light .ag-status-panel{
|
|
21114
21100
|
align-items:center;
|
|
21115
|
-
color:var(--salt-
|
|
21101
|
+
color:var(--salt-content-secondary-foreground);
|
|
21116
21102
|
padding:var(--salt-spacing-100) 0;
|
|
21117
21103
|
}
|
|
21118
21104
|
.ag-theme-salt-high-light .ag-status-name-value-value{
|
|
21119
|
-
color:var(--salt-
|
|
21105
|
+
color:var(--salt-content-primary-foreground);
|
|
21120
21106
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
21121
21107
|
}
|
|
21122
21108
|
.ag-theme-salt-high-light .ag-header{
|
|
21123
21109
|
border-color:var(--agGrid-header-borderColor);
|
|
21124
21110
|
}
|
|
21125
|
-
.ag-theme-salt-high-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
21126
|
-
margin-right:auto;
|
|
21127
|
-
}
|
|
21128
21111
|
.ag-theme-salt-high-light .ag-header-row{
|
|
21129
21112
|
color:var(--agGrid-header-foreground);
|
|
21130
21113
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -21137,10 +21120,6 @@ div[class*=ag-theme-salt]{
|
|
|
21137
21120
|
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
21138
21121
|
margin-left:var(--salt-spacing-100);
|
|
21139
21122
|
}
|
|
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
21123
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
21145
21124
|
border:2px dotted var(--agGrid-color-focus);
|
|
21146
21125
|
bottom:0;
|
|
@@ -21153,9 +21132,6 @@ div[class*=ag-theme-salt]{
|
|
|
21153
21132
|
.ag-theme-salt-high-light .ag-header-cell,.ag-theme-salt-high-light .ag-header-group-cell{
|
|
21154
21133
|
padding:0 calc(var(--salt-spacing-100));
|
|
21155
21134
|
}
|
|
21156
|
-
.ag-theme-salt-high-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
21157
|
-
overflow:unset;
|
|
21158
|
-
}
|
|
21159
21135
|
.ag-theme-salt-high-light .ag-row{
|
|
21160
21136
|
color:var(--agGrid-foreground);
|
|
21161
21137
|
}
|
|
@@ -21405,11 +21381,11 @@ div[class*=ag-theme-salt]{
|
|
|
21405
21381
|
padding-right:var(--salt-spacing-100);
|
|
21406
21382
|
}
|
|
21407
21383
|
.ag-theme-salt-high-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
21408
|
-
color:var(--salt-
|
|
21384
|
+
color:var(--salt-content-secondary-foreground);
|
|
21409
21385
|
content:"\e9ac";
|
|
21410
21386
|
}
|
|
21411
21387
|
.ag-theme-salt-high-light .ag-floating-filter-input{
|
|
21412
|
-
color:var(--salt-
|
|
21388
|
+
color:var(--salt-content-secondary-foreground);
|
|
21413
21389
|
padding-left:var(--salt-spacing-100);
|
|
21414
21390
|
}
|
|
21415
21391
|
.ag-theme-salt-high-light .ag-header-cell.ag-floating-filter{
|
|
@@ -22003,7 +21979,8 @@ div[class*=ag-theme-salt]{
|
|
|
22003
21979
|
background-color:var(--ag-background-color, #242526);
|
|
22004
21980
|
}
|
|
22005
21981
|
.ag-theme-salt-medium-dark .ag-panel-title-bar{
|
|
22006
|
-
background-color:var(--
|
|
21982
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
21983
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
22007
21984
|
border-bottom:1px solid #5b5c5c;
|
|
22008
21985
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
22009
21986
|
color:#fff;
|
|
@@ -22020,7 +21997,8 @@ div[class*=ag-theme-salt]{
|
|
|
22020
21997
|
}
|
|
22021
21998
|
|
|
22022
21999
|
.ag-theme-salt-medium-dark .ag-tooltip{
|
|
22023
|
-
background-color:var(--
|
|
22000
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
22001
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
22024
22002
|
border:1px solid #5b5c5c;
|
|
22025
22003
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
22026
22004
|
border-radius:0;
|
|
@@ -25475,7 +25453,8 @@ div[class*=ag-theme-salt]{
|
|
|
25475
25453
|
bottom:0;
|
|
25476
25454
|
}
|
|
25477
25455
|
.ag-theme-salt-medium-dark .ag-header{
|
|
25478
|
-
background-color:var(--
|
|
25456
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
25457
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
25479
25458
|
border-bottom:1px solid #5b5c5c;
|
|
25480
25459
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
25481
25460
|
}
|
|
@@ -25865,7 +25844,8 @@ div[class*=ag-theme-salt]{
|
|
|
25865
25844
|
border-right:none;
|
|
25866
25845
|
}
|
|
25867
25846
|
.ag-theme-salt-medium-dark .ag-chart-menu-close .ag-icon:hover{
|
|
25868
|
-
background:var(--
|
|
25847
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
25848
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
25869
25849
|
}
|
|
25870
25850
|
.ag-theme-salt-medium-dark .ag-chart-mini-thumbnail{
|
|
25871
25851
|
border:1px solid #5b5c5c;
|
|
@@ -26402,7 +26382,7 @@ div[class*=ag-theme-salt]{
|
|
|
26402
26382
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
26403
26383
|
}
|
|
26404
26384
|
.ag-theme-salt-medium-dark .ag-status-bar{
|
|
26405
|
-
color:var(--salt-
|
|
26385
|
+
color:var(--salt-content-secondary-foreground);
|
|
26406
26386
|
font-size:var(--salt-text-fontSize);
|
|
26407
26387
|
font-weight:var(--salt-text-label-fontWeight);
|
|
26408
26388
|
height:var(--agGrid-row-height-default);
|
|
@@ -26411,19 +26391,16 @@ div[class*=ag-theme-salt]{
|
|
|
26411
26391
|
}
|
|
26412
26392
|
.ag-theme-salt-medium-dark .ag-status-panel{
|
|
26413
26393
|
align-items:center;
|
|
26414
|
-
color:var(--salt-
|
|
26394
|
+
color:var(--salt-content-secondary-foreground);
|
|
26415
26395
|
padding:var(--salt-spacing-100) 0;
|
|
26416
26396
|
}
|
|
26417
26397
|
.ag-theme-salt-medium-dark .ag-status-name-value-value{
|
|
26418
|
-
color:var(--salt-
|
|
26398
|
+
color:var(--salt-content-primary-foreground);
|
|
26419
26399
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
26420
26400
|
}
|
|
26421
26401
|
.ag-theme-salt-medium-dark .ag-header{
|
|
26422
26402
|
border-color:var(--agGrid-header-borderColor);
|
|
26423
26403
|
}
|
|
26424
|
-
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
26425
|
-
margin-right:auto;
|
|
26426
|
-
}
|
|
26427
26404
|
.ag-theme-salt-medium-dark .ag-header-row{
|
|
26428
26405
|
color:var(--agGrid-header-foreground);
|
|
26429
26406
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -26436,10 +26413,6 @@ div[class*=ag-theme-salt]{
|
|
|
26436
26413
|
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
26437
26414
|
margin-left:var(--salt-spacing-100);
|
|
26438
26415
|
}
|
|
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
26416
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
26444
26417
|
border:2px dotted var(--agGrid-color-focus);
|
|
26445
26418
|
bottom:0;
|
|
@@ -26452,9 +26425,6 @@ div[class*=ag-theme-salt]{
|
|
|
26452
26425
|
.ag-theme-salt-medium-dark .ag-header-cell,.ag-theme-salt-medium-dark .ag-header-group-cell{
|
|
26453
26426
|
padding:0 calc(var(--salt-spacing-100));
|
|
26454
26427
|
}
|
|
26455
|
-
.ag-theme-salt-medium-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-medium-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
26456
|
-
overflow:unset;
|
|
26457
|
-
}
|
|
26458
26428
|
.ag-theme-salt-medium-dark .ag-row{
|
|
26459
26429
|
color:var(--agGrid-foreground);
|
|
26460
26430
|
}
|
|
@@ -26704,11 +26674,11 @@ div[class*=ag-theme-salt]{
|
|
|
26704
26674
|
padding-right:var(--salt-spacing-100);
|
|
26705
26675
|
}
|
|
26706
26676
|
.ag-theme-salt-medium-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
26707
|
-
color:var(--salt-
|
|
26677
|
+
color:var(--salt-content-secondary-foreground);
|
|
26708
26678
|
content:"\e9ac";
|
|
26709
26679
|
}
|
|
26710
26680
|
.ag-theme-salt-medium-dark .ag-floating-filter-input{
|
|
26711
|
-
color:var(--salt-
|
|
26681
|
+
color:var(--salt-content-secondary-foreground);
|
|
26712
26682
|
padding-left:var(--salt-spacing-100);
|
|
26713
26683
|
}
|
|
26714
26684
|
.ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -27292,7 +27262,8 @@ div[class*=ag-theme-salt]{
|
|
|
27292
27262
|
background-color:var(--ag-background-color, #fff);
|
|
27293
27263
|
}
|
|
27294
27264
|
.ag-theme-salt-medium-light .ag-panel-title-bar{
|
|
27295
|
-
background-color:var(--
|
|
27265
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
27266
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
27296
27267
|
border-bottom:1px solid #cacacb;
|
|
27297
27268
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
27298
27269
|
color:#2a2c2f;
|
|
@@ -27309,7 +27280,8 @@ div[class*=ag-theme-salt]{
|
|
|
27309
27280
|
}
|
|
27310
27281
|
|
|
27311
27282
|
.ag-theme-salt-medium-light .ag-tooltip{
|
|
27312
|
-
background-color:var(--
|
|
27283
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
27284
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
27313
27285
|
border:1px solid #cacacb;
|
|
27314
27286
|
border-color:var(--ag-border-color, #cacacb);
|
|
27315
27287
|
border-radius:0;
|
|
@@ -30764,7 +30736,8 @@ div[class*=ag-theme-salt]{
|
|
|
30764
30736
|
bottom:0;
|
|
30765
30737
|
}
|
|
30766
30738
|
.ag-theme-salt-medium-light .ag-header{
|
|
30767
|
-
background-color:var(--
|
|
30739
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
30740
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
30768
30741
|
border-bottom:1px solid #cacacb;
|
|
30769
30742
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
30770
30743
|
}
|
|
@@ -31154,7 +31127,8 @@ div[class*=ag-theme-salt]{
|
|
|
31154
31127
|
border-right:none;
|
|
31155
31128
|
}
|
|
31156
31129
|
.ag-theme-salt-medium-light .ag-chart-menu-close .ag-icon:hover{
|
|
31157
|
-
background:var(--
|
|
31130
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
31131
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
31158
31132
|
}
|
|
31159
31133
|
.ag-theme-salt-medium-light .ag-chart-mini-thumbnail{
|
|
31160
31134
|
border:1px solid #cacacb;
|
|
@@ -31691,7 +31665,7 @@ div[class*=ag-theme-salt]{
|
|
|
31691
31665
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
31692
31666
|
}
|
|
31693
31667
|
.ag-theme-salt-medium-light .ag-status-bar{
|
|
31694
|
-
color:var(--salt-
|
|
31668
|
+
color:var(--salt-content-secondary-foreground);
|
|
31695
31669
|
font-size:var(--salt-text-fontSize);
|
|
31696
31670
|
font-weight:var(--salt-text-label-fontWeight);
|
|
31697
31671
|
height:var(--agGrid-row-height-default);
|
|
@@ -31700,19 +31674,16 @@ div[class*=ag-theme-salt]{
|
|
|
31700
31674
|
}
|
|
31701
31675
|
.ag-theme-salt-medium-light .ag-status-panel{
|
|
31702
31676
|
align-items:center;
|
|
31703
|
-
color:var(--salt-
|
|
31677
|
+
color:var(--salt-content-secondary-foreground);
|
|
31704
31678
|
padding:var(--salt-spacing-100) 0;
|
|
31705
31679
|
}
|
|
31706
31680
|
.ag-theme-salt-medium-light .ag-status-name-value-value{
|
|
31707
|
-
color:var(--salt-
|
|
31681
|
+
color:var(--salt-content-primary-foreground);
|
|
31708
31682
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
31709
31683
|
}
|
|
31710
31684
|
.ag-theme-salt-medium-light .ag-header{
|
|
31711
31685
|
border-color:var(--agGrid-header-borderColor);
|
|
31712
31686
|
}
|
|
31713
|
-
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
31714
|
-
margin-right:auto;
|
|
31715
|
-
}
|
|
31716
31687
|
.ag-theme-salt-medium-light .ag-header-row{
|
|
31717
31688
|
color:var(--agGrid-header-foreground);
|
|
31718
31689
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -31725,10 +31696,6 @@ div[class*=ag-theme-salt]{
|
|
|
31725
31696
|
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
31726
31697
|
margin-left:var(--salt-spacing-100);
|
|
31727
31698
|
}
|
|
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
31699
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
31733
31700
|
border:2px dotted var(--agGrid-color-focus);
|
|
31734
31701
|
bottom:0;
|
|
@@ -31741,9 +31708,6 @@ div[class*=ag-theme-salt]{
|
|
|
31741
31708
|
.ag-theme-salt-medium-light .ag-header-cell,.ag-theme-salt-medium-light .ag-header-group-cell{
|
|
31742
31709
|
padding:0 calc(var(--salt-spacing-100));
|
|
31743
31710
|
}
|
|
31744
|
-
.ag-theme-salt-medium-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-medium-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
31745
|
-
overflow:unset;
|
|
31746
|
-
}
|
|
31747
31711
|
.ag-theme-salt-medium-light .ag-row{
|
|
31748
31712
|
color:var(--agGrid-foreground);
|
|
31749
31713
|
}
|
|
@@ -31993,11 +31957,11 @@ div[class*=ag-theme-salt]{
|
|
|
31993
31957
|
padding-right:var(--salt-spacing-100);
|
|
31994
31958
|
}
|
|
31995
31959
|
.ag-theme-salt-medium-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
31996
|
-
color:var(--salt-
|
|
31960
|
+
color:var(--salt-content-secondary-foreground);
|
|
31997
31961
|
content:"\e9ac";
|
|
31998
31962
|
}
|
|
31999
31963
|
.ag-theme-salt-medium-light .ag-floating-filter-input{
|
|
32000
|
-
color:var(--salt-
|
|
31964
|
+
color:var(--salt-content-secondary-foreground);
|
|
32001
31965
|
padding-left:var(--salt-spacing-100);
|
|
32002
31966
|
}
|
|
32003
31967
|
.ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter{
|
|
@@ -32591,7 +32555,8 @@ div[class*=ag-theme-salt]{
|
|
|
32591
32555
|
background-color:var(--ag-background-color, #242526);
|
|
32592
32556
|
}
|
|
32593
32557
|
.ag-theme-salt-low-dark .ag-panel-title-bar{
|
|
32594
|
-
background-color:var(--
|
|
32558
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
32559
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
32595
32560
|
border-bottom:1px solid #5b5c5c;
|
|
32596
32561
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
32597
32562
|
color:#fff;
|
|
@@ -32608,7 +32573,8 @@ div[class*=ag-theme-salt]{
|
|
|
32608
32573
|
}
|
|
32609
32574
|
|
|
32610
32575
|
.ag-theme-salt-low-dark .ag-tooltip{
|
|
32611
|
-
background-color:var(--
|
|
32576
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
32577
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
32612
32578
|
border:1px solid #5b5c5c;
|
|
32613
32579
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
32614
32580
|
border-radius:0;
|
|
@@ -36063,7 +36029,8 @@ div[class*=ag-theme-salt]{
|
|
|
36063
36029
|
bottom:0;
|
|
36064
36030
|
}
|
|
36065
36031
|
.ag-theme-salt-low-dark .ag-header{
|
|
36066
|
-
background-color:var(--
|
|
36032
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
36033
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
36067
36034
|
border-bottom:1px solid #5b5c5c;
|
|
36068
36035
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
36069
36036
|
}
|
|
@@ -36449,7 +36416,8 @@ div[class*=ag-theme-salt]{
|
|
|
36449
36416
|
border-right:none;
|
|
36450
36417
|
}
|
|
36451
36418
|
.ag-theme-salt-low-dark .ag-chart-menu-close .ag-icon:hover{
|
|
36452
|
-
background:var(--
|
|
36419
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
36420
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
36453
36421
|
}
|
|
36454
36422
|
.ag-theme-salt-low-dark .ag-chart-mini-thumbnail{
|
|
36455
36423
|
border:1px solid #5b5c5c;
|
|
@@ -36986,7 +36954,7 @@ div[class*=ag-theme-salt]{
|
|
|
36986
36954
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
36987
36955
|
}
|
|
36988
36956
|
.ag-theme-salt-low-dark .ag-status-bar{
|
|
36989
|
-
color:var(--salt-
|
|
36957
|
+
color:var(--salt-content-secondary-foreground);
|
|
36990
36958
|
font-size:var(--salt-text-fontSize);
|
|
36991
36959
|
font-weight:var(--salt-text-label-fontWeight);
|
|
36992
36960
|
height:var(--agGrid-row-height-default);
|
|
@@ -36995,19 +36963,16 @@ div[class*=ag-theme-salt]{
|
|
|
36995
36963
|
}
|
|
36996
36964
|
.ag-theme-salt-low-dark .ag-status-panel{
|
|
36997
36965
|
align-items:center;
|
|
36998
|
-
color:var(--salt-
|
|
36966
|
+
color:var(--salt-content-secondary-foreground);
|
|
36999
36967
|
padding:var(--salt-spacing-100) 0;
|
|
37000
36968
|
}
|
|
37001
36969
|
.ag-theme-salt-low-dark .ag-status-name-value-value{
|
|
37002
|
-
color:var(--salt-
|
|
36970
|
+
color:var(--salt-content-primary-foreground);
|
|
37003
36971
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
37004
36972
|
}
|
|
37005
36973
|
.ag-theme-salt-low-dark .ag-header{
|
|
37006
36974
|
border-color:var(--agGrid-header-borderColor);
|
|
37007
36975
|
}
|
|
37008
|
-
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
37009
|
-
margin-right:auto;
|
|
37010
|
-
}
|
|
37011
36976
|
.ag-theme-salt-low-dark .ag-header-row{
|
|
37012
36977
|
color:var(--agGrid-header-foreground);
|
|
37013
36978
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -37020,10 +36985,6 @@ div[class*=ag-theme-salt]{
|
|
|
37020
36985
|
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
37021
36986
|
margin-left:var(--salt-spacing-100);
|
|
37022
36987
|
}
|
|
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
36988
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
37028
36989
|
border:2px dotted var(--agGrid-color-focus);
|
|
37029
36990
|
bottom:0;
|
|
@@ -37036,9 +36997,6 @@ div[class*=ag-theme-salt]{
|
|
|
37036
36997
|
.ag-theme-salt-low-dark .ag-header-cell,.ag-theme-salt-low-dark .ag-header-group-cell{
|
|
37037
36998
|
padding:0 calc(var(--salt-spacing-100));
|
|
37038
36999
|
}
|
|
37039
|
-
.ag-theme-salt-low-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-low-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
37040
|
-
overflow:unset;
|
|
37041
|
-
}
|
|
37042
37000
|
.ag-theme-salt-low-dark .ag-row{
|
|
37043
37001
|
color:var(--agGrid-foreground);
|
|
37044
37002
|
}
|
|
@@ -37288,11 +37246,11 @@ div[class*=ag-theme-salt]{
|
|
|
37288
37246
|
padding-right:var(--salt-spacing-100);
|
|
37289
37247
|
}
|
|
37290
37248
|
.ag-theme-salt-low-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
37291
|
-
color:var(--salt-
|
|
37249
|
+
color:var(--salt-content-secondary-foreground);
|
|
37292
37250
|
content:"\e9ac";
|
|
37293
37251
|
}
|
|
37294
37252
|
.ag-theme-salt-low-dark .ag-floating-filter-input{
|
|
37295
|
-
color:var(--salt-
|
|
37253
|
+
color:var(--salt-content-secondary-foreground);
|
|
37296
37254
|
padding-left:var(--salt-spacing-100);
|
|
37297
37255
|
}
|
|
37298
37256
|
.ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -37876,7 +37834,8 @@ div[class*=ag-theme-salt]{
|
|
|
37876
37834
|
background-color:var(--ag-background-color, #fff);
|
|
37877
37835
|
}
|
|
37878
37836
|
.ag-theme-salt-low-light .ag-panel-title-bar{
|
|
37879
|
-
background-color:var(--
|
|
37837
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
37838
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
37880
37839
|
border-bottom:1px solid #cacacb;
|
|
37881
37840
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
37882
37841
|
color:#2a2c2f;
|
|
@@ -37893,7 +37852,8 @@ div[class*=ag-theme-salt]{
|
|
|
37893
37852
|
}
|
|
37894
37853
|
|
|
37895
37854
|
.ag-theme-salt-low-light .ag-tooltip{
|
|
37896
|
-
background-color:var(--
|
|
37855
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
37856
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
37897
37857
|
border:1px solid #cacacb;
|
|
37898
37858
|
border-color:var(--ag-border-color, #cacacb);
|
|
37899
37859
|
border-radius:0;
|
|
@@ -41348,7 +41308,8 @@ div[class*=ag-theme-salt]{
|
|
|
41348
41308
|
bottom:0;
|
|
41349
41309
|
}
|
|
41350
41310
|
.ag-theme-salt-low-light .ag-header{
|
|
41351
|
-
background-color:var(--
|
|
41311
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
41312
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
41352
41313
|
border-bottom:1px solid #cacacb;
|
|
41353
41314
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
41354
41315
|
}
|
|
@@ -41734,7 +41695,8 @@ div[class*=ag-theme-salt]{
|
|
|
41734
41695
|
border-right:none;
|
|
41735
41696
|
}
|
|
41736
41697
|
.ag-theme-salt-low-light .ag-chart-menu-close .ag-icon:hover{
|
|
41737
|
-
background:var(--
|
|
41698
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
41699
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
41738
41700
|
}
|
|
41739
41701
|
.ag-theme-salt-low-light .ag-chart-mini-thumbnail{
|
|
41740
41702
|
border:1px solid #cacacb;
|
|
@@ -42271,7 +42233,7 @@ div[class*=ag-theme-salt]{
|
|
|
42271
42233
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
42272
42234
|
}
|
|
42273
42235
|
.ag-theme-salt-low-light .ag-status-bar{
|
|
42274
|
-
color:var(--salt-
|
|
42236
|
+
color:var(--salt-content-secondary-foreground);
|
|
42275
42237
|
font-size:var(--salt-text-fontSize);
|
|
42276
42238
|
font-weight:var(--salt-text-label-fontWeight);
|
|
42277
42239
|
height:var(--agGrid-row-height-default);
|
|
@@ -42280,19 +42242,16 @@ div[class*=ag-theme-salt]{
|
|
|
42280
42242
|
}
|
|
42281
42243
|
.ag-theme-salt-low-light .ag-status-panel{
|
|
42282
42244
|
align-items:center;
|
|
42283
|
-
color:var(--salt-
|
|
42245
|
+
color:var(--salt-content-secondary-foreground);
|
|
42284
42246
|
padding:var(--salt-spacing-100) 0;
|
|
42285
42247
|
}
|
|
42286
42248
|
.ag-theme-salt-low-light .ag-status-name-value-value{
|
|
42287
|
-
color:var(--salt-
|
|
42249
|
+
color:var(--salt-content-primary-foreground);
|
|
42288
42250
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
42289
42251
|
}
|
|
42290
42252
|
.ag-theme-salt-low-light .ag-header{
|
|
42291
42253
|
border-color:var(--agGrid-header-borderColor);
|
|
42292
42254
|
}
|
|
42293
|
-
.ag-theme-salt-low-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
42294
|
-
margin-right:auto;
|
|
42295
|
-
}
|
|
42296
42255
|
.ag-theme-salt-low-light .ag-header-row{
|
|
42297
42256
|
color:var(--agGrid-header-foreground);
|
|
42298
42257
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -42305,10 +42264,6 @@ div[class*=ag-theme-salt]{
|
|
|
42305
42264
|
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
42306
42265
|
margin-left:var(--salt-spacing-100);
|
|
42307
42266
|
}
|
|
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
42267
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
42313
42268
|
border:2px dotted var(--agGrid-color-focus);
|
|
42314
42269
|
bottom:0;
|
|
@@ -42321,9 +42276,6 @@ div[class*=ag-theme-salt]{
|
|
|
42321
42276
|
.ag-theme-salt-low-light .ag-header-cell,.ag-theme-salt-low-light .ag-header-group-cell{
|
|
42322
42277
|
padding:0 calc(var(--salt-spacing-100));
|
|
42323
42278
|
}
|
|
42324
|
-
.ag-theme-salt-low-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-low-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
42325
|
-
overflow:unset;
|
|
42326
|
-
}
|
|
42327
42279
|
.ag-theme-salt-low-light .ag-row{
|
|
42328
42280
|
color:var(--agGrid-foreground);
|
|
42329
42281
|
}
|
|
@@ -42573,11 +42525,11 @@ div[class*=ag-theme-salt]{
|
|
|
42573
42525
|
padding-right:var(--salt-spacing-100);
|
|
42574
42526
|
}
|
|
42575
42527
|
.ag-theme-salt-low-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
42576
|
-
color:var(--salt-
|
|
42528
|
+
color:var(--salt-content-secondary-foreground);
|
|
42577
42529
|
content:"\e9ac";
|
|
42578
42530
|
}
|
|
42579
42531
|
.ag-theme-salt-low-light .ag-floating-filter-input{
|
|
42580
|
-
color:var(--salt-
|
|
42532
|
+
color:var(--salt-content-secondary-foreground);
|
|
42581
42533
|
padding-left:var(--salt-spacing-100);
|
|
42582
42534
|
}
|
|
42583
42535
|
.ag-theme-salt-low-light .ag-header-cell.ag-floating-filter{
|
|
@@ -43171,7 +43123,8 @@ div[class*=ag-theme-salt]{
|
|
|
43171
43123
|
background-color:var(--ag-background-color, #fff);
|
|
43172
43124
|
}
|
|
43173
43125
|
.ag-theme-salt-touch-light .ag-panel-title-bar{
|
|
43174
|
-
background-color:var(--
|
|
43126
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
43127
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
43175
43128
|
border-bottom:1px solid #cacacb;
|
|
43176
43129
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
43177
43130
|
color:#2a2c2f;
|
|
@@ -43188,7 +43141,8 @@ div[class*=ag-theme-salt]{
|
|
|
43188
43141
|
}
|
|
43189
43142
|
|
|
43190
43143
|
.ag-theme-salt-touch-light .ag-tooltip{
|
|
43191
|
-
background-color:var(--
|
|
43144
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
43145
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
43192
43146
|
border:1px solid #cacacb;
|
|
43193
43147
|
border-color:var(--ag-border-color, #cacacb);
|
|
43194
43148
|
border-radius:0;
|
|
@@ -46643,7 +46597,8 @@ div[class*=ag-theme-salt]{
|
|
|
46643
46597
|
bottom:0;
|
|
46644
46598
|
}
|
|
46645
46599
|
.ag-theme-salt-touch-light .ag-header{
|
|
46646
|
-
background-color:var(--
|
|
46600
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
46601
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
46647
46602
|
border-bottom:1px solid #cacacb;
|
|
46648
46603
|
border-bottom-color:var(--ag-border-color, #cacacb);
|
|
46649
46604
|
}
|
|
@@ -47033,7 +46988,8 @@ div[class*=ag-theme-salt]{
|
|
|
47033
46988
|
border-right:none;
|
|
47034
46989
|
}
|
|
47035
46990
|
.ag-theme-salt-touch-light .ag-chart-menu-close .ag-icon:hover{
|
|
47036
|
-
background:var(--
|
|
46991
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
46992
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
47037
46993
|
}
|
|
47038
46994
|
.ag-theme-salt-touch-light .ag-chart-mini-thumbnail{
|
|
47039
46995
|
border:1px solid #cacacb;
|
|
@@ -47570,7 +47526,7 @@ div[class*=ag-theme-salt]{
|
|
|
47570
47526
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
47571
47527
|
}
|
|
47572
47528
|
.ag-theme-salt-touch-light .ag-status-bar{
|
|
47573
|
-
color:var(--salt-
|
|
47529
|
+
color:var(--salt-content-secondary-foreground);
|
|
47574
47530
|
font-size:var(--salt-text-fontSize);
|
|
47575
47531
|
font-weight:var(--salt-text-label-fontWeight);
|
|
47576
47532
|
height:var(--agGrid-row-height-default);
|
|
@@ -47579,19 +47535,16 @@ div[class*=ag-theme-salt]{
|
|
|
47579
47535
|
}
|
|
47580
47536
|
.ag-theme-salt-touch-light .ag-status-panel{
|
|
47581
47537
|
align-items:center;
|
|
47582
|
-
color:var(--salt-
|
|
47538
|
+
color:var(--salt-content-secondary-foreground);
|
|
47583
47539
|
padding:var(--salt-spacing-100) 0;
|
|
47584
47540
|
}
|
|
47585
47541
|
.ag-theme-salt-touch-light .ag-status-name-value-value{
|
|
47586
|
-
color:var(--salt-
|
|
47542
|
+
color:var(--salt-content-primary-foreground);
|
|
47587
47543
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
47588
47544
|
}
|
|
47589
47545
|
.ag-theme-salt-touch-light .ag-header{
|
|
47590
47546
|
border-color:var(--agGrid-header-borderColor);
|
|
47591
47547
|
}
|
|
47592
|
-
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
47593
|
-
margin-right:auto;
|
|
47594
|
-
}
|
|
47595
47548
|
.ag-theme-salt-touch-light .ag-header-row{
|
|
47596
47549
|
color:var(--agGrid-header-foreground);
|
|
47597
47550
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -47604,10 +47557,6 @@ div[class*=ag-theme-salt]{
|
|
|
47604
47557
|
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
47605
47558
|
margin-left:var(--salt-spacing-100);
|
|
47606
47559
|
}
|
|
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
47560
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
47612
47561
|
border:2px dotted var(--agGrid-color-focus);
|
|
47613
47562
|
bottom:0;
|
|
@@ -47620,9 +47569,6 @@ div[class*=ag-theme-salt]{
|
|
|
47620
47569
|
.ag-theme-salt-touch-light .ag-header-cell,.ag-theme-salt-touch-light .ag-header-group-cell{
|
|
47621
47570
|
padding:0 calc(var(--salt-spacing-100));
|
|
47622
47571
|
}
|
|
47623
|
-
.ag-theme-salt-touch-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-touch-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
47624
|
-
overflow:unset;
|
|
47625
|
-
}
|
|
47626
47572
|
.ag-theme-salt-touch-light .ag-row{
|
|
47627
47573
|
color:var(--agGrid-foreground);
|
|
47628
47574
|
}
|
|
@@ -47872,11 +47818,11 @@ div[class*=ag-theme-salt]{
|
|
|
47872
47818
|
padding-right:var(--salt-spacing-100);
|
|
47873
47819
|
}
|
|
47874
47820
|
.ag-theme-salt-touch-light .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
47875
|
-
color:var(--salt-
|
|
47821
|
+
color:var(--salt-content-secondary-foreground);
|
|
47876
47822
|
content:"\e9ac";
|
|
47877
47823
|
}
|
|
47878
47824
|
.ag-theme-salt-touch-light .ag-floating-filter-input{
|
|
47879
|
-
color:var(--salt-
|
|
47825
|
+
color:var(--salt-content-secondary-foreground);
|
|
47880
47826
|
padding-left:var(--salt-spacing-100);
|
|
47881
47827
|
}
|
|
47882
47828
|
.ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter{
|
|
@@ -48466,7 +48412,8 @@ div[class*=ag-theme-salt]{
|
|
|
48466
48412
|
background-color:var(--ag-background-color, #242526);
|
|
48467
48413
|
}
|
|
48468
48414
|
.ag-theme-salt-touch-dark .ag-panel-title-bar{
|
|
48469
|
-
background-color:var(--
|
|
48415
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
48416
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
48470
48417
|
border-bottom:1px solid #5b5c5c;
|
|
48471
48418
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
48472
48419
|
color:#fff;
|
|
@@ -48483,7 +48430,8 @@ div[class*=ag-theme-salt]{
|
|
|
48483
48430
|
}
|
|
48484
48431
|
|
|
48485
48432
|
.ag-theme-salt-touch-dark .ag-tooltip{
|
|
48486
|
-
background-color:var(--
|
|
48433
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
48434
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
48487
48435
|
border:1px solid #5b5c5c;
|
|
48488
48436
|
border-color:var(--ag-border-color, #5b5c5c);
|
|
48489
48437
|
border-radius:0;
|
|
@@ -51946,7 +51894,8 @@ div[class*=ag-theme-salt]{
|
|
|
51946
51894
|
bottom:0;
|
|
51947
51895
|
}
|
|
51948
51896
|
.ag-theme-salt-touch-dark .ag-header{
|
|
51949
|
-
background-color:var(--
|
|
51897
|
+
background-color:var(--salt-palette-neutral-primary-background);
|
|
51898
|
+
background-color:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
51950
51899
|
border-bottom:1px solid #5b5c5c;
|
|
51951
51900
|
border-bottom-color:var(--ag-border-color, #5b5c5c);
|
|
51952
51901
|
}
|
|
@@ -52336,7 +52285,8 @@ div[class*=ag-theme-salt]{
|
|
|
52336
52285
|
border-right:none;
|
|
52337
52286
|
}
|
|
52338
52287
|
.ag-theme-salt-touch-dark .ag-chart-menu-close .ag-icon:hover{
|
|
52339
|
-
background:var(--
|
|
52288
|
+
background:var(--salt-palette-neutral-primary-background);
|
|
52289
|
+
background:var(--ag-header-background-color, var(--salt-palette-neutral-primary-background));
|
|
52340
52290
|
}
|
|
52341
52291
|
.ag-theme-salt-touch-dark .ag-chart-mini-thumbnail{
|
|
52342
52292
|
border:1px solid #5b5c5c;
|
|
@@ -52873,7 +52823,7 @@ div[class*=ag-theme-salt]{
|
|
|
52873
52823
|
border-bottom:var(--salt-editable-borderStyle) var(--salt-editable-borderWidth-active) var(--agGrid-tab-borderColor-active);
|
|
52874
52824
|
}
|
|
52875
52825
|
.ag-theme-salt-touch-dark .ag-status-bar{
|
|
52876
|
-
color:var(--salt-
|
|
52826
|
+
color:var(--salt-content-secondary-foreground);
|
|
52877
52827
|
font-size:var(--salt-text-fontSize);
|
|
52878
52828
|
font-weight:var(--salt-text-label-fontWeight);
|
|
52879
52829
|
height:var(--agGrid-row-height-default);
|
|
@@ -52882,19 +52832,16 @@ div[class*=ag-theme-salt]{
|
|
|
52882
52832
|
}
|
|
52883
52833
|
.ag-theme-salt-touch-dark .ag-status-panel{
|
|
52884
52834
|
align-items:center;
|
|
52885
|
-
color:var(--salt-
|
|
52835
|
+
color:var(--salt-content-secondary-foreground);
|
|
52886
52836
|
padding:var(--salt-spacing-100) 0;
|
|
52887
52837
|
}
|
|
52888
52838
|
.ag-theme-salt-touch-dark .ag-status-name-value-value{
|
|
52889
|
-
color:var(--salt-
|
|
52839
|
+
color:var(--salt-content-primary-foreground);
|
|
52890
52840
|
font-weight:var(--salt-text-fontWeight-strong);
|
|
52891
52841
|
}
|
|
52892
52842
|
.ag-theme-salt-touch-dark .ag-header{
|
|
52893
52843
|
border-color:var(--agGrid-header-borderColor);
|
|
52894
52844
|
}
|
|
52895
|
-
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text{
|
|
52896
|
-
margin-right:auto;
|
|
52897
|
-
}
|
|
52898
52845
|
.ag-theme-salt-touch-dark .ag-header-row{
|
|
52899
52846
|
color:var(--agGrid-header-foreground);
|
|
52900
52847
|
font-size:var(--agGrid-header-fontSize);
|
|
@@ -52907,10 +52854,6 @@ div[class*=ag-theme-salt]{
|
|
|
52907
52854
|
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
52908
52855
|
margin-left:var(--salt-spacing-100);
|
|
52909
52856
|
}
|
|
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
52857
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
52915
52858
|
border:2px dotted var(--agGrid-color-focus);
|
|
52916
52859
|
bottom:0;
|
|
@@ -52923,9 +52866,6 @@ div[class*=ag-theme-salt]{
|
|
|
52923
52866
|
.ag-theme-salt-touch-dark .ag-header-cell,.ag-theme-salt-touch-dark .ag-header-group-cell{
|
|
52924
52867
|
padding:0 calc(var(--salt-spacing-100));
|
|
52925
52868
|
}
|
|
52926
|
-
.ag-theme-salt-touch-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-touch-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
|
|
52927
|
-
overflow:unset;
|
|
52928
|
-
}
|
|
52929
52869
|
.ag-theme-salt-touch-dark .ag-row{
|
|
52930
52870
|
color:var(--agGrid-foreground);
|
|
52931
52871
|
}
|
|
@@ -53175,11 +53115,11 @@ div[class*=ag-theme-salt]{
|
|
|
53175
53115
|
padding-right:var(--salt-spacing-100);
|
|
53176
53116
|
}
|
|
53177
53117
|
.ag-theme-salt-touch-dark .ag-floating-filter-button-button .ag-icon-filter:before{
|
|
53178
|
-
color:var(--salt-
|
|
53118
|
+
color:var(--salt-content-secondary-foreground);
|
|
53179
53119
|
content:"\e9ac";
|
|
53180
53120
|
}
|
|
53181
53121
|
.ag-theme-salt-touch-dark .ag-floating-filter-input{
|
|
53182
|
-
color:var(--salt-
|
|
53122
|
+
color:var(--salt-content-secondary-foreground);
|
|
53183
53123
|
padding-left:var(--salt-spacing-100);
|
|
53184
53124
|
}
|
|
53185
53125
|
.ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter{
|
|
@@ -53249,7 +53189,7 @@ div[class*=ag-theme-salt]{
|
|
|
53249
53189
|
);
|
|
53250
53190
|
--agGrid-checkbox-foreground-selected:var(
|
|
53251
53191
|
--saltAgGrid-checkbox-foreground-selected,
|
|
53252
|
-
var(--salt-
|
|
53192
|
+
var(--salt-actionable-primary-foreground-active)
|
|
53253
53193
|
);
|
|
53254
53194
|
--_agGrid-checkbox-border:1px var(--salt-selectable-borderStyle) var(--salt-selectable-borderColor);
|
|
53255
53195
|
--agGrid-checkbox-border:var(
|