@salt-ds/ag-grid-theme 1.3.8 → 1.4.0
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 +835 -550
- package/uitk-ag-theme.css +333 -357
package/salt-ag-theme.css
CHANGED
|
@@ -73,6 +73,14 @@ div[class*=ag-theme-salt]{
|
|
|
73
73
|
--saltAgGrid-menu-color,
|
|
74
74
|
var(--salt-content-primary-foreground)
|
|
75
75
|
);
|
|
76
|
+
--agGrid-menu-borderColor:var(
|
|
77
|
+
--saltAgGrid-menu-borderColor,
|
|
78
|
+
var(--salt-selectable-borderColor-selected)
|
|
79
|
+
);
|
|
80
|
+
--agGrid-menu-shadow:var(
|
|
81
|
+
--saltAgGrid-menu-shadow,
|
|
82
|
+
var(--salt-overlayable-shadow-popout)
|
|
83
|
+
);
|
|
76
84
|
--agGrid-row-color-hover:var(
|
|
77
85
|
--saltAgGrid-row-color-hover,
|
|
78
86
|
var(--salt-selectable-background-hover)
|
|
@@ -91,7 +99,7 @@ div[class*=ag-theme-salt]{
|
|
|
91
99
|
);
|
|
92
100
|
--agGrid-header-foreground:var(
|
|
93
101
|
--saltAgGrid-header-foreground,
|
|
94
|
-
var(--salt-content-
|
|
102
|
+
var(--salt-content-secondary-foreground)
|
|
95
103
|
);
|
|
96
104
|
--agGrid-header-fontWeight:var(
|
|
97
105
|
--saltAgGrid-header-fontWeight,
|
|
@@ -132,7 +140,7 @@ div[class*=ag-theme-salt]{
|
|
|
132
140
|
}
|
|
133
141
|
|
|
134
142
|
.ag-theme-salt-high-compact-light,.ag-theme-salt-high-light,.ag-theme-salt-low-light,.ag-theme-salt-medium-light,.ag-theme-salt-touch-light{
|
|
135
|
-
--agGrid-range-selection-background
|
|
143
|
+
--agGrid-range-selection-background:#00000026;
|
|
136
144
|
--agGrid-highlight-text-color:#fff;
|
|
137
145
|
--agGrid-tab-borderColor-active:var(
|
|
138
146
|
--saltAgGrid-tab-borderColor-active,
|
|
@@ -193,7 +201,7 @@ div[class*=ag-theme-salt]{
|
|
|
193
201
|
);
|
|
194
202
|
--agGrid-pagination-button-color-disabled:var(
|
|
195
203
|
--saltAgGrid-pagination-button-color-disabled,
|
|
196
|
-
|
|
204
|
+
#16161666
|
|
197
205
|
);
|
|
198
206
|
--agGrid-placeholder-color:var(
|
|
199
207
|
--saltAgGrid-placeholder-color,
|
|
@@ -201,12 +209,12 @@ div[class*=ag-theme-salt]{
|
|
|
201
209
|
);
|
|
202
210
|
--agGrid-ghost-icon-color:var(
|
|
203
211
|
--saltAgGrid-ghost-icon-color,
|
|
204
|
-
|
|
212
|
+
#000000de
|
|
205
213
|
);
|
|
206
214
|
}
|
|
207
215
|
|
|
208
216
|
.ag-theme-salt-high-compact-dark,.ag-theme-salt-high-dark,.ag-theme-salt-low-dark,.ag-theme-salt-medium-dark,.ag-theme-salt-touch-dark{
|
|
209
|
-
--agGrid-range-selection-background
|
|
217
|
+
--agGrid-range-selection-background:#ffffff26;
|
|
210
218
|
--agGrid-highlight-text-color:#161616;
|
|
211
219
|
--agGrid-tab-borderColor-active:var(
|
|
212
220
|
--saltAgGrid-tab-borderColor-active,
|
|
@@ -258,12 +266,12 @@ div[class*=ag-theme-salt]{
|
|
|
258
266
|
);
|
|
259
267
|
--agGrid-pagination-button-color-disabled:var(
|
|
260
268
|
--saltAgGrid-pagination-button-color-disabled,
|
|
261
|
-
|
|
269
|
+
#fff6
|
|
262
270
|
);
|
|
263
271
|
--agGrid-placeholder-color:var(--saltAgGrid-placeholder-color, #fff);
|
|
264
272
|
--agGrid-ghost-icon-color:var(
|
|
265
273
|
--saltAgGrid-ghost-icon-color,
|
|
266
|
-
|
|
274
|
+
#000000de
|
|
267
275
|
);
|
|
268
276
|
color-scheme:dark;
|
|
269
277
|
}
|
|
@@ -490,8 +498,8 @@ div[class*=ag-theme-salt]{
|
|
|
490
498
|
.ag-theme-salt-high-compact-dark input[class^=ag-]:not([type]):disabled,.ag-theme-salt-high-compact-dark input[class^=ag-][type=date]:disabled,.ag-theme-salt-high-compact-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-high-compact-dark input[class^=ag-][type=number]:disabled,.ag-theme-salt-high-compact-dark input[class^=ag-][type=tel]:disabled,.ag-theme-salt-high-compact-dark input[class^=ag-][type=text]:disabled,.ag-theme-salt-high-compact-dark textarea[class^=ag-]:disabled{
|
|
491
499
|
background-color:var(--ag-input-disabled-background-color);
|
|
492
500
|
border-color:var(--ag-input-disabled-border-color);
|
|
493
|
-
color
|
|
494
|
-
color:var(--ag-disabled-foreground-color,
|
|
501
|
+
color:#ffffff80;
|
|
502
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
495
503
|
}
|
|
496
504
|
.ag-theme-salt-high-compact-dark input[class^=ag-]:not([type]):focus,.ag-theme-salt-high-compact-dark input[class^=ag-][type=date]:focus,.ag-theme-salt-high-compact-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-high-compact-dark input[class^=ag-][type=number]:focus,.ag-theme-salt-high-compact-dark input[class^=ag-][type=tel]:focus,.ag-theme-salt-high-compact-dark input[class^=ag-][type=text]:focus,.ag-theme-salt-high-compact-dark textarea[class^=ag-]:focus{
|
|
497
505
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -688,8 +696,8 @@ div[class*=ag-theme-salt]{
|
|
|
688
696
|
margin-bottom:2px;
|
|
689
697
|
}
|
|
690
698
|
.ag-theme-salt-high-compact-dark .ag-angle-select[disabled]{
|
|
691
|
-
color
|
|
692
|
-
color:var(--ag-disabled-foreground-color,
|
|
699
|
+
color:#ffffff80;
|
|
700
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
693
701
|
pointer-events:none;
|
|
694
702
|
}
|
|
695
703
|
.ag-theme-salt-high-compact-dark .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -751,16 +759,16 @@ div[class*=ag-theme-salt]{
|
|
|
751
759
|
padding:10px;
|
|
752
760
|
}
|
|
753
761
|
.ag-theme-salt-high-compact-dark .ag-spectrum-sat{
|
|
754
|
-
background-image:linear-gradient(90deg, #fff,
|
|
762
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
755
763
|
}
|
|
756
764
|
.ag-theme-salt-high-compact-dark .ag-spectrum-val{
|
|
757
|
-
background-image:linear-gradient(0deg, #000,
|
|
765
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
758
766
|
}
|
|
759
767
|
.ag-theme-salt-high-compact-dark .ag-spectrum-dragger{
|
|
760
768
|
background:#000;
|
|
761
769
|
border:1px solid #fff;
|
|
762
770
|
border-radius:12px;
|
|
763
|
-
box-shadow:0 0 2px 0
|
|
771
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
764
772
|
height:12px;
|
|
765
773
|
width:12px;
|
|
766
774
|
}
|
|
@@ -775,7 +783,7 @@ div[class*=ag-theme-salt]{
|
|
|
775
783
|
.ag-theme-salt-high-compact-dark .ag-spectrum-slider{
|
|
776
784
|
background-color:#f8f8f8;
|
|
777
785
|
border-radius:13px;
|
|
778
|
-
box-shadow:0 1px 4px 0
|
|
786
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
779
787
|
height:13px;
|
|
780
788
|
margin-top:-12px;
|
|
781
789
|
width:13px;
|
|
@@ -812,7 +820,7 @@ div[class*=ag-theme-salt]{
|
|
|
812
820
|
margin-right:4px;
|
|
813
821
|
}
|
|
814
822
|
.ag-theme-salt-high-compact-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
815
|
-
box-shadow:5px 5px 10px
|
|
823
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
816
824
|
}
|
|
817
825
|
.ag-dragging-fill-handle .ag-theme-salt-high-compact-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-high-compact-dark .ag-dialog{
|
|
818
826
|
opacity:.7;
|
|
@@ -985,8 +993,8 @@ div[class*=ag-theme-salt]{
|
|
|
985
993
|
margin-bottom:4px;
|
|
986
994
|
}
|
|
987
995
|
.ag-theme-salt-high-compact-dark .ag-column-select-column-group-readonly,.ag-theme-salt-high-compact-dark .ag-column-select-column-readonly{
|
|
988
|
-
color
|
|
989
|
-
color:var(--ag-disabled-foreground-color,
|
|
996
|
+
color:#ffffff80;
|
|
997
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
990
998
|
pointer-events:none;
|
|
991
999
|
}
|
|
992
1000
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -3413,13 +3421,13 @@ div[class*=ag-theme-salt]{
|
|
|
3413
3421
|
transition:background-color 1s;
|
|
3414
3422
|
}
|
|
3415
3423
|
.ag-theme-salt-high-compact-dark .ag-value-change-value-highlight{
|
|
3416
|
-
background-color
|
|
3417
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
3424
|
+
background-color:#16a08580;
|
|
3425
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
3418
3426
|
transition:background-color .1s;
|
|
3419
3427
|
}
|
|
3420
3428
|
.ag-theme-salt-high-compact-dark .ag-cell-data-changed{
|
|
3421
|
-
background-color
|
|
3422
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
3429
|
+
background-color:#16a08580 !important;
|
|
3430
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
3423
3431
|
}
|
|
3424
3432
|
.ag-theme-salt-high-compact-dark .ag-cell-data-changed-animation{
|
|
3425
3433
|
background-color:initial;
|
|
@@ -3518,7 +3526,7 @@ div[class*=ag-theme-salt]{
|
|
|
3518
3526
|
--ag-internal-calculated-line-height:var(--ag-line-height, 18px);
|
|
3519
3527
|
--ag-internal-padded-row-height:18px;
|
|
3520
3528
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
3521
|
-
border:1px solid
|
|
3529
|
+
border:1px solid #0000;
|
|
3522
3530
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
3523
3531
|
padding-left:3px;
|
|
3524
3532
|
padding-right:3px;
|
|
@@ -3557,8 +3565,8 @@ div[class*=ag-theme-salt]{
|
|
|
3557
3565
|
min-height:50px;
|
|
3558
3566
|
}
|
|
3559
3567
|
.ag-theme-salt-high-compact-dark .ag-overlay-loading-wrapper{
|
|
3560
|
-
background-color
|
|
3561
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
3568
|
+
background-color:#242526a8;
|
|
3569
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
3562
3570
|
}
|
|
3563
3571
|
.ag-theme-salt-high-compact-dark .ag-overlay-loading-center{
|
|
3564
3572
|
background:#242526;
|
|
@@ -3604,11 +3612,11 @@ div[class*=ag-theme-salt]{
|
|
|
3604
3612
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
3605
3613
|
}
|
|
3606
3614
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell{
|
|
3607
|
-
border-right:solid
|
|
3615
|
+
border-right:solid #0000;
|
|
3608
3616
|
}
|
|
3609
3617
|
|
|
3610
3618
|
.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell{
|
|
3611
|
-
border-left:solid
|
|
3619
|
+
border-left:solid #0000;
|
|
3612
3620
|
}
|
|
3613
3621
|
|
|
3614
3622
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell{
|
|
@@ -3628,32 +3636,32 @@ div[class*=ag-theme-salt]{
|
|
|
3628
3636
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
3629
3637
|
}
|
|
3630
3638
|
.ag-theme-salt-high-compact-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-high-compact-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
3631
|
-
background-color
|
|
3632
|
-
background-color:var(--ag-range-selection-background-color,
|
|
3639
|
+
background-color:#fff3;
|
|
3640
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
3633
3641
|
}
|
|
3634
3642
|
.ag-theme-salt-high-compact-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-high-compact-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
3635
|
-
background-color
|
|
3636
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
3643
|
+
background-color:#0058ff1a !important;
|
|
3644
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
3637
3645
|
}
|
|
3638
3646
|
.ag-theme-salt-high-compact-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-high-compact-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
3639
|
-
background-color
|
|
3640
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
3647
|
+
background-color:#00ff841a !important;
|
|
3648
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
3641
3649
|
}
|
|
3642
3650
|
.ag-theme-salt-high-compact-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-compact-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
3643
|
-
background-color
|
|
3644
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
3651
|
+
background-color:#fff3;
|
|
3652
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
3645
3653
|
}
|
|
3646
3654
|
.ag-theme-salt-high-compact-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-high-compact-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
3647
|
-
background-color
|
|
3648
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
3655
|
+
background-color:#ffffff5c;
|
|
3656
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
3649
3657
|
}
|
|
3650
3658
|
.ag-theme-salt-high-compact-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-high-compact-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
3651
3659
|
background-color:hsla(0,0%,100%,.488);
|
|
3652
3660
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
3653
3661
|
}
|
|
3654
3662
|
.ag-theme-salt-high-compact-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-high-compact-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
3655
|
-
background-color
|
|
3656
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
3663
|
+
background-color:#ffffff96;
|
|
3664
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
3657
3665
|
}
|
|
3658
3666
|
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
3659
3667
|
border-top-color:#fff;
|
|
@@ -3797,7 +3805,7 @@ div[class*=ag-theme-salt]{
|
|
|
3797
3805
|
}
|
|
3798
3806
|
.ag-theme-salt-high-compact-dark .ag-tab{
|
|
3799
3807
|
align-items:center;
|
|
3800
|
-
border-bottom:0 solid
|
|
3808
|
+
border-bottom:0 solid #0000;
|
|
3801
3809
|
cursor:pointer;
|
|
3802
3810
|
display:flex;
|
|
3803
3811
|
flex:none;
|
|
@@ -3943,7 +3951,7 @@ div[class*=ag-theme-salt]{
|
|
|
3943
3951
|
width:16px;
|
|
3944
3952
|
}
|
|
3945
3953
|
.ag-theme-salt-high-compact-dark button.ag-side-button-button{
|
|
3946
|
-
background
|
|
3954
|
+
background:#0000;
|
|
3947
3955
|
background-position-x:center;
|
|
3948
3956
|
background-position-y:center;
|
|
3949
3957
|
background-repeat:no-repeat;
|
|
@@ -4001,7 +4009,7 @@ div[class*=ag-theme-salt]{
|
|
|
4001
4009
|
border-left-color:var(--ag-border-color, #5b5c5c);
|
|
4002
4010
|
}
|
|
4003
4011
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-high-compact-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
4004
|
-
border-right:0 solid
|
|
4012
|
+
border-right:0 solid #0000;
|
|
4005
4013
|
margin-right:-1px;
|
|
4006
4014
|
padding-right:1px;
|
|
4007
4015
|
}
|
|
@@ -4018,7 +4026,7 @@ div[class*=ag-theme-salt]{
|
|
|
4018
4026
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
4019
4027
|
}
|
|
4020
4028
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-high-compact-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
4021
|
-
border-left:0 solid
|
|
4029
|
+
border-left:0 solid #0000;
|
|
4022
4030
|
margin-left:-1px;
|
|
4023
4031
|
padding-left:1px;
|
|
4024
4032
|
}
|
|
@@ -4427,7 +4435,7 @@ div[class*=ag-theme-salt]{
|
|
|
4427
4435
|
|
|
4428
4436
|
.ag-theme-salt-high-compact-dark .ag-floating-filter-button-button{
|
|
4429
4437
|
appearance:none;
|
|
4430
|
-
background
|
|
4438
|
+
background:#0000;
|
|
4431
4439
|
border:none;
|
|
4432
4440
|
color:inherit;
|
|
4433
4441
|
font-family:inherit;
|
|
@@ -4460,8 +4468,8 @@ div[class*=ag-theme-salt]{
|
|
|
4460
4468
|
cursor:pointer;
|
|
4461
4469
|
}
|
|
4462
4470
|
.ag-theme-salt-high-compact-dark .ag-paging-button.ag-disabled{
|
|
4463
|
-
color
|
|
4464
|
-
color:var(--ag-disabled-foreground-color,
|
|
4471
|
+
color:#ffffff80;
|
|
4472
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
4465
4473
|
cursor:default;
|
|
4466
4474
|
}
|
|
4467
4475
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -4486,8 +4494,8 @@ div[class*=ag-theme-salt]{
|
|
|
4486
4494
|
.ag-theme-salt-high-compact-dark .ag-status-bar{
|
|
4487
4495
|
border-top:1px solid #5b5c5c;
|
|
4488
4496
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
4489
|
-
color
|
|
4490
|
-
color:var(--ag-disabled-foreground-color,
|
|
4497
|
+
color:#ffffff80;
|
|
4498
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
4491
4499
|
line-height:1.5;
|
|
4492
4500
|
padding-left:16px;
|
|
4493
4501
|
padding-right:16px;
|
|
@@ -4507,7 +4515,7 @@ div[class*=ag-theme-salt]{
|
|
|
4507
4515
|
}
|
|
4508
4516
|
.ag-theme-salt-high-compact-dark .ag-column-drop-cell{
|
|
4509
4517
|
background:var(--ag-chip-background-color);
|
|
4510
|
-
border:1px solid
|
|
4518
|
+
border:1px solid #0000;
|
|
4511
4519
|
border-radius:16px;
|
|
4512
4520
|
cursor:pointer;
|
|
4513
4521
|
height:16px;
|
|
@@ -4576,8 +4584,8 @@ div[class*=ag-theme-salt]{
|
|
|
4576
4584
|
margin:0 4px;
|
|
4577
4585
|
}
|
|
4578
4586
|
.ag-theme-salt-high-compact-dark .ag-column-drop-horizontal-empty-message{
|
|
4579
|
-
color
|
|
4580
|
-
color:var(--ag-disabled-foreground-color,
|
|
4587
|
+
color:#ffffff80;
|
|
4588
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
4581
4589
|
}
|
|
4582
4590
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-column-drop-horizontal-icon{
|
|
4583
4591
|
margin-right:4px;
|
|
@@ -4609,8 +4617,8 @@ div[class*=ag-theme-salt]{
|
|
|
4609
4617
|
}
|
|
4610
4618
|
.ag-theme-salt-high-compact-dark .ag-column-drop-vertical-empty-message{
|
|
4611
4619
|
bottom:0;
|
|
4612
|
-
color
|
|
4613
|
-
color:var(--ag-disabled-foreground-color,
|
|
4620
|
+
color:#ffffff80;
|
|
4621
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
4614
4622
|
left:0;
|
|
4615
4623
|
margin-top:4px;
|
|
4616
4624
|
overflow:hidden;
|
|
@@ -4988,7 +4996,7 @@ div[class*=ag-theme-salt]{
|
|
|
4988
4996
|
background-color:#5b5c5c;
|
|
4989
4997
|
background-color:var(--ag-border-color, #5b5c5c);
|
|
4990
4998
|
border-radius:0;
|
|
4991
|
-
color
|
|
4999
|
+
color:#0000;
|
|
4992
5000
|
height:3px;
|
|
4993
5001
|
margin:0;
|
|
4994
5002
|
padding:0;
|
|
@@ -5108,9 +5116,13 @@ div[class*=ag-theme-salt]{
|
|
|
5108
5116
|
}
|
|
5109
5117
|
.ag-theme-salt-high-compact-dark .ag-menu{
|
|
5110
5118
|
background-color:var(--agGrid-background);
|
|
5119
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
5111
5120
|
color:var(--agGrid-menu-color);
|
|
5112
5121
|
padding:var(--salt-spacing-100);
|
|
5113
5122
|
}
|
|
5123
|
+
.ag-theme-salt-high-compact-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
5124
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
5125
|
+
}
|
|
5114
5126
|
.ag-theme-salt-high-compact-dark .ag-menu .ag-tabs-body{
|
|
5115
5127
|
padding:0;
|
|
5116
5128
|
}
|
|
@@ -5253,15 +5265,35 @@ div[class*=ag-theme-salt]{
|
|
|
5253
5265
|
font-size:var(--agGrid-header-fontSize);
|
|
5254
5266
|
font-weight:var(--agGrid-header-fontWeight);
|
|
5255
5267
|
}
|
|
5268
|
+
.ag-theme-salt-high-compact-dark .ag-header-icon{
|
|
5269
|
+
color:var(--agGrid-header-foreground);
|
|
5270
|
+
}
|
|
5256
5271
|
.ag-theme-salt-high-compact-dark .ag-header-cell:after,.ag-theme-salt-high-compact-dark .ag-header-group-cell:after{
|
|
5257
5272
|
height:var(--agGrid-column-separator-height);
|
|
5258
5273
|
top:var(--agGrid-column-separator-top);
|
|
5259
5274
|
}
|
|
5275
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
5276
|
+
margin-left:auto;
|
|
5277
|
+
}
|
|
5278
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
5279
|
+
margin-right:auto;
|
|
5280
|
+
}
|
|
5281
|
+
.ag-theme-salt-high-compact-dark .ag-sort-indicator-container{
|
|
5282
|
+
align-items:center;
|
|
5283
|
+
}
|
|
5284
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
5285
|
+
padding-left:var(--salt-spacing-100);
|
|
5286
|
+
}
|
|
5287
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
5288
|
+
padding-right:var(--salt-spacing-100);
|
|
5289
|
+
}
|
|
5260
5290
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
5261
5291
|
margin-right:auto;
|
|
5292
|
+
padding-left:var(--salt-spacing-100);
|
|
5262
5293
|
}
|
|
5263
5294
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
5264
5295
|
margin-left:auto;
|
|
5296
|
+
padding-right:var(--salt-spacing-100);
|
|
5265
5297
|
}
|
|
5266
5298
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
5267
5299
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -5307,9 +5339,6 @@ div[class*=ag-theme-salt]{
|
|
|
5307
5339
|
padding-left:var(--salt-spacing-100);
|
|
5308
5340
|
padding-right:var(--salt-spacing-100);
|
|
5309
5341
|
}
|
|
5310
|
-
.ag-theme-salt-high-compact-dark .ag-cell-wrapper{
|
|
5311
|
-
height:100%;
|
|
5312
|
-
}
|
|
5313
5342
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell{
|
|
5314
5343
|
border:none;
|
|
5315
5344
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -5325,7 +5354,7 @@ div[class*=ag-theme-salt]{
|
|
|
5325
5354
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
5326
5355
|
}
|
|
5327
5356
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
5328
|
-
border-color
|
|
5357
|
+
border-color:#0000 !important;
|
|
5329
5358
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
5330
5359
|
outline-offset:-2px;
|
|
5331
5360
|
}
|
|
@@ -5336,9 +5365,9 @@ div[class*=ag-theme-salt]{
|
|
|
5336
5365
|
overflow:visible;
|
|
5337
5366
|
}
|
|
5338
5367
|
.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-high-compact-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
5339
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
5368
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
5340
5369
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
5341
|
-
border-top:0 solid
|
|
5370
|
+
border-top:0 solid #0000;
|
|
5342
5371
|
content:"";
|
|
5343
5372
|
left:0;
|
|
5344
5373
|
position:absolute;
|
|
@@ -5413,7 +5442,7 @@ div[class*=ag-theme-salt]{
|
|
|
5413
5442
|
appearance:none;
|
|
5414
5443
|
-webkit-appearance:none;
|
|
5415
5444
|
background:var(--salt-actionable-secondary-background);
|
|
5416
|
-
border:1px
|
|
5445
|
+
border:1px #0000;
|
|
5417
5446
|
border-radius:0;
|
|
5418
5447
|
color:var(--salt-actionable-secondary-foreground);
|
|
5419
5448
|
cursor:pointer;
|
|
@@ -5544,6 +5573,13 @@ div[class*=ag-theme-salt]{
|
|
|
5544
5573
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
5545
5574
|
outline-offset:-2px;
|
|
5546
5575
|
}
|
|
5576
|
+
.ag-theme-salt-high-compact-dark .ag-header-cell.ag-column-menu-visible{
|
|
5577
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
5578
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
5579
|
+
}
|
|
5580
|
+
.ag-theme-salt-high-compact-dark .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
5581
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
5582
|
+
}
|
|
5547
5583
|
.ag-theme-salt-high-compact-dark .ag-pinned-right-header .ag-floating-filter{
|
|
5548
5584
|
border-left:0;
|
|
5549
5585
|
}
|
|
@@ -5776,8 +5812,8 @@ div[class*=ag-theme-salt]{
|
|
|
5776
5812
|
.ag-theme-salt-high-compact-light input[class^=ag-]:not([type]):disabled,.ag-theme-salt-high-compact-light input[class^=ag-][type=date]:disabled,.ag-theme-salt-high-compact-light input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-high-compact-light input[class^=ag-][type=number]:disabled,.ag-theme-salt-high-compact-light input[class^=ag-][type=tel]:disabled,.ag-theme-salt-high-compact-light input[class^=ag-][type=text]:disabled,.ag-theme-salt-high-compact-light textarea[class^=ag-]:disabled{
|
|
5777
5813
|
background-color:var(--ag-input-disabled-background-color);
|
|
5778
5814
|
border-color:var(--ag-input-disabled-border-color);
|
|
5779
|
-
color
|
|
5780
|
-
color:var(--ag-disabled-foreground-color,
|
|
5815
|
+
color:#2a2c2f80;
|
|
5816
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
5781
5817
|
}
|
|
5782
5818
|
.ag-theme-salt-high-compact-light input[class^=ag-]:not([type]):focus,.ag-theme-salt-high-compact-light input[class^=ag-][type=date]:focus,.ag-theme-salt-high-compact-light input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-high-compact-light input[class^=ag-][type=number]:focus,.ag-theme-salt-high-compact-light input[class^=ag-][type=tel]:focus,.ag-theme-salt-high-compact-light input[class^=ag-][type=text]:focus,.ag-theme-salt-high-compact-light textarea[class^=ag-]:focus{
|
|
5783
5819
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -5974,8 +6010,8 @@ div[class*=ag-theme-salt]{
|
|
|
5974
6010
|
margin-bottom:2px;
|
|
5975
6011
|
}
|
|
5976
6012
|
.ag-theme-salt-high-compact-light .ag-angle-select[disabled]{
|
|
5977
|
-
color
|
|
5978
|
-
color:var(--ag-disabled-foreground-color,
|
|
6013
|
+
color:#2a2c2f80;
|
|
6014
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
5979
6015
|
pointer-events:none;
|
|
5980
6016
|
}
|
|
5981
6017
|
.ag-theme-salt-high-compact-light .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -6037,16 +6073,16 @@ div[class*=ag-theme-salt]{
|
|
|
6037
6073
|
padding:10px;
|
|
6038
6074
|
}
|
|
6039
6075
|
.ag-theme-salt-high-compact-light .ag-spectrum-sat{
|
|
6040
|
-
background-image:linear-gradient(90deg, #fff,
|
|
6076
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
6041
6077
|
}
|
|
6042
6078
|
.ag-theme-salt-high-compact-light .ag-spectrum-val{
|
|
6043
|
-
background-image:linear-gradient(0deg, #000,
|
|
6079
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
6044
6080
|
}
|
|
6045
6081
|
.ag-theme-salt-high-compact-light .ag-spectrum-dragger{
|
|
6046
6082
|
background:#000;
|
|
6047
6083
|
border:1px solid #fff;
|
|
6048
6084
|
border-radius:12px;
|
|
6049
|
-
box-shadow:0 0 2px 0
|
|
6085
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
6050
6086
|
height:12px;
|
|
6051
6087
|
width:12px;
|
|
6052
6088
|
}
|
|
@@ -6061,7 +6097,7 @@ div[class*=ag-theme-salt]{
|
|
|
6061
6097
|
.ag-theme-salt-high-compact-light .ag-spectrum-slider{
|
|
6062
6098
|
background-color:#f8f8f8;
|
|
6063
6099
|
border-radius:13px;
|
|
6064
|
-
box-shadow:0 1px 4px 0
|
|
6100
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
6065
6101
|
height:13px;
|
|
6066
6102
|
margin-top:-12px;
|
|
6067
6103
|
width:13px;
|
|
@@ -6098,7 +6134,7 @@ div[class*=ag-theme-salt]{
|
|
|
6098
6134
|
margin-right:4px;
|
|
6099
6135
|
}
|
|
6100
6136
|
.ag-theme-salt-high-compact-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
6101
|
-
box-shadow:5px 5px 10px
|
|
6137
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
6102
6138
|
}
|
|
6103
6139
|
.ag-dragging-fill-handle .ag-theme-salt-high-compact-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-high-compact-light .ag-dialog{
|
|
6104
6140
|
opacity:.7;
|
|
@@ -6271,8 +6307,8 @@ div[class*=ag-theme-salt]{
|
|
|
6271
6307
|
margin-bottom:4px;
|
|
6272
6308
|
}
|
|
6273
6309
|
.ag-theme-salt-high-compact-light .ag-column-select-column-group-readonly,.ag-theme-salt-high-compact-light .ag-column-select-column-readonly{
|
|
6274
|
-
color
|
|
6275
|
-
color:var(--ag-disabled-foreground-color,
|
|
6310
|
+
color:#2a2c2f80;
|
|
6311
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
6276
6312
|
pointer-events:none;
|
|
6277
6313
|
}
|
|
6278
6314
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -8699,13 +8735,13 @@ div[class*=ag-theme-salt]{
|
|
|
8699
8735
|
transition:background-color 1s;
|
|
8700
8736
|
}
|
|
8701
8737
|
.ag-theme-salt-high-compact-light .ag-value-change-value-highlight{
|
|
8702
|
-
background-color
|
|
8703
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
8738
|
+
background-color:#16a08580;
|
|
8739
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
8704
8740
|
transition:background-color .1s;
|
|
8705
8741
|
}
|
|
8706
8742
|
.ag-theme-salt-high-compact-light .ag-cell-data-changed{
|
|
8707
|
-
background-color
|
|
8708
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
8743
|
+
background-color:#16a08580 !important;
|
|
8744
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
8709
8745
|
}
|
|
8710
8746
|
.ag-theme-salt-high-compact-light .ag-cell-data-changed-animation{
|
|
8711
8747
|
background-color:initial;
|
|
@@ -8804,7 +8840,7 @@ div[class*=ag-theme-salt]{
|
|
|
8804
8840
|
--ag-internal-calculated-line-height:var(--ag-line-height, 18px);
|
|
8805
8841
|
--ag-internal-padded-row-height:18px;
|
|
8806
8842
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
8807
|
-
border:1px solid
|
|
8843
|
+
border:1px solid #0000;
|
|
8808
8844
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
8809
8845
|
padding-left:3px;
|
|
8810
8846
|
padding-right:3px;
|
|
@@ -8843,8 +8879,8 @@ div[class*=ag-theme-salt]{
|
|
|
8843
8879
|
min-height:50px;
|
|
8844
8880
|
}
|
|
8845
8881
|
.ag-theme-salt-high-compact-light .ag-overlay-loading-wrapper{
|
|
8846
|
-
background-color
|
|
8847
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
8882
|
+
background-color:#ffffffa8;
|
|
8883
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
8848
8884
|
}
|
|
8849
8885
|
.ag-theme-salt-high-compact-light .ag-overlay-loading-center{
|
|
8850
8886
|
background:#fff;
|
|
@@ -8890,11 +8926,11 @@ div[class*=ag-theme-salt]{
|
|
|
8890
8926
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
8891
8927
|
}
|
|
8892
8928
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
|
|
8893
|
-
border-right:solid
|
|
8929
|
+
border-right:solid #0000;
|
|
8894
8930
|
}
|
|
8895
8931
|
|
|
8896
8932
|
.ag-theme-salt-high-compact-light .ag-rtl .ag-cell{
|
|
8897
|
-
border-left:solid
|
|
8933
|
+
border-left:solid #0000;
|
|
8898
8934
|
}
|
|
8899
8935
|
|
|
8900
8936
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
|
|
@@ -8914,32 +8950,32 @@ div[class*=ag-theme-salt]{
|
|
|
8914
8950
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
8915
8951
|
}
|
|
8916
8952
|
.ag-theme-salt-high-compact-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-high-compact-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
8917
|
-
background-color
|
|
8918
|
-
background-color:var(--ag-range-selection-background-color,
|
|
8953
|
+
background-color:#2a2c2f33;
|
|
8954
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
8919
8955
|
}
|
|
8920
8956
|
.ag-theme-salt-high-compact-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-high-compact-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
8921
|
-
background-color
|
|
8922
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
8957
|
+
background-color:#0058ff1a !important;
|
|
8958
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
8923
8959
|
}
|
|
8924
8960
|
.ag-theme-salt-high-compact-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-high-compact-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
8925
|
-
background-color
|
|
8926
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
8961
|
+
background-color:#00ff841a !important;
|
|
8962
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
8927
8963
|
}
|
|
8928
8964
|
.ag-theme-salt-high-compact-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-compact-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
8929
|
-
background-color
|
|
8930
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
8965
|
+
background-color:#2a2c2f33;
|
|
8966
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
8931
8967
|
}
|
|
8932
8968
|
.ag-theme-salt-high-compact-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-high-compact-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
8933
|
-
background-color
|
|
8934
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
8969
|
+
background-color:#2a2c2f5c;
|
|
8970
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
8935
8971
|
}
|
|
8936
8972
|
.ag-theme-salt-high-compact-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-high-compact-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
8937
8973
|
background-color:rgba(42,44,47,.488);
|
|
8938
8974
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
8939
8975
|
}
|
|
8940
8976
|
.ag-theme-salt-high-compact-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-high-compact-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
8941
|
-
background-color
|
|
8942
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
8977
|
+
background-color:#2a2c2f96;
|
|
8978
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
8943
8979
|
}
|
|
8944
8980
|
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
8945
8981
|
border-top-color:#2a2c2f;
|
|
@@ -9083,7 +9119,7 @@ div[class*=ag-theme-salt]{
|
|
|
9083
9119
|
}
|
|
9084
9120
|
.ag-theme-salt-high-compact-light .ag-tab{
|
|
9085
9121
|
align-items:center;
|
|
9086
|
-
border-bottom:0 solid
|
|
9122
|
+
border-bottom:0 solid #0000;
|
|
9087
9123
|
cursor:pointer;
|
|
9088
9124
|
display:flex;
|
|
9089
9125
|
flex:none;
|
|
@@ -9229,7 +9265,7 @@ div[class*=ag-theme-salt]{
|
|
|
9229
9265
|
width:16px;
|
|
9230
9266
|
}
|
|
9231
9267
|
.ag-theme-salt-high-compact-light button.ag-side-button-button{
|
|
9232
|
-
background
|
|
9268
|
+
background:#0000;
|
|
9233
9269
|
background-position-x:center;
|
|
9234
9270
|
background-position-y:center;
|
|
9235
9271
|
background-repeat:no-repeat;
|
|
@@ -9287,7 +9323,7 @@ div[class*=ag-theme-salt]{
|
|
|
9287
9323
|
border-left-color:var(--ag-border-color, #cacacb);
|
|
9288
9324
|
}
|
|
9289
9325
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-high-compact-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
9290
|
-
border-right:0 solid
|
|
9326
|
+
border-right:0 solid #0000;
|
|
9291
9327
|
margin-right:-1px;
|
|
9292
9328
|
padding-right:1px;
|
|
9293
9329
|
}
|
|
@@ -9304,7 +9340,7 @@ div[class*=ag-theme-salt]{
|
|
|
9304
9340
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
9305
9341
|
}
|
|
9306
9342
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-high-compact-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
9307
|
-
border-left:0 solid
|
|
9343
|
+
border-left:0 solid #0000;
|
|
9308
9344
|
margin-left:-1px;
|
|
9309
9345
|
padding-left:1px;
|
|
9310
9346
|
}
|
|
@@ -9713,7 +9749,7 @@ div[class*=ag-theme-salt]{
|
|
|
9713
9749
|
|
|
9714
9750
|
.ag-theme-salt-high-compact-light .ag-floating-filter-button-button{
|
|
9715
9751
|
appearance:none;
|
|
9716
|
-
background
|
|
9752
|
+
background:#0000;
|
|
9717
9753
|
border:none;
|
|
9718
9754
|
color:inherit;
|
|
9719
9755
|
font-family:inherit;
|
|
@@ -9746,8 +9782,8 @@ div[class*=ag-theme-salt]{
|
|
|
9746
9782
|
cursor:pointer;
|
|
9747
9783
|
}
|
|
9748
9784
|
.ag-theme-salt-high-compact-light .ag-paging-button.ag-disabled{
|
|
9749
|
-
color
|
|
9750
|
-
color:var(--ag-disabled-foreground-color,
|
|
9785
|
+
color:#2a2c2f80;
|
|
9786
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
9751
9787
|
cursor:default;
|
|
9752
9788
|
}
|
|
9753
9789
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -9772,8 +9808,8 @@ div[class*=ag-theme-salt]{
|
|
|
9772
9808
|
.ag-theme-salt-high-compact-light .ag-status-bar{
|
|
9773
9809
|
border-top:1px solid #cacacb;
|
|
9774
9810
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
9775
|
-
color
|
|
9776
|
-
color:var(--ag-disabled-foreground-color,
|
|
9811
|
+
color:#2a2c2f80;
|
|
9812
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
9777
9813
|
line-height:1.5;
|
|
9778
9814
|
padding-left:16px;
|
|
9779
9815
|
padding-right:16px;
|
|
@@ -9793,7 +9829,7 @@ div[class*=ag-theme-salt]{
|
|
|
9793
9829
|
}
|
|
9794
9830
|
.ag-theme-salt-high-compact-light .ag-column-drop-cell{
|
|
9795
9831
|
background:var(--ag-chip-background-color);
|
|
9796
|
-
border:1px solid
|
|
9832
|
+
border:1px solid #0000;
|
|
9797
9833
|
border-radius:16px;
|
|
9798
9834
|
cursor:pointer;
|
|
9799
9835
|
height:16px;
|
|
@@ -9862,8 +9898,8 @@ div[class*=ag-theme-salt]{
|
|
|
9862
9898
|
margin:0 4px;
|
|
9863
9899
|
}
|
|
9864
9900
|
.ag-theme-salt-high-compact-light .ag-column-drop-horizontal-empty-message{
|
|
9865
|
-
color
|
|
9866
|
-
color:var(--ag-disabled-foreground-color,
|
|
9901
|
+
color:#2a2c2f80;
|
|
9902
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
9867
9903
|
}
|
|
9868
9904
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-column-drop-horizontal-icon{
|
|
9869
9905
|
margin-right:4px;
|
|
@@ -9895,8 +9931,8 @@ div[class*=ag-theme-salt]{
|
|
|
9895
9931
|
}
|
|
9896
9932
|
.ag-theme-salt-high-compact-light .ag-column-drop-vertical-empty-message{
|
|
9897
9933
|
bottom:0;
|
|
9898
|
-
color
|
|
9899
|
-
color:var(--ag-disabled-foreground-color,
|
|
9934
|
+
color:#2a2c2f80;
|
|
9935
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
9900
9936
|
left:0;
|
|
9901
9937
|
margin-top:4px;
|
|
9902
9938
|
overflow:hidden;
|
|
@@ -10274,7 +10310,7 @@ div[class*=ag-theme-salt]{
|
|
|
10274
10310
|
background-color:#cacacb;
|
|
10275
10311
|
background-color:var(--ag-border-color, #cacacb);
|
|
10276
10312
|
border-radius:0;
|
|
10277
|
-
color
|
|
10313
|
+
color:#0000;
|
|
10278
10314
|
height:3px;
|
|
10279
10315
|
margin:0;
|
|
10280
10316
|
padding:0;
|
|
@@ -10394,9 +10430,13 @@ div[class*=ag-theme-salt]{
|
|
|
10394
10430
|
}
|
|
10395
10431
|
.ag-theme-salt-high-compact-light .ag-menu{
|
|
10396
10432
|
background-color:var(--agGrid-background);
|
|
10433
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
10397
10434
|
color:var(--agGrid-menu-color);
|
|
10398
10435
|
padding:var(--salt-spacing-100);
|
|
10399
10436
|
}
|
|
10437
|
+
.ag-theme-salt-high-compact-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
10438
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
10439
|
+
}
|
|
10400
10440
|
.ag-theme-salt-high-compact-light .ag-menu .ag-tabs-body{
|
|
10401
10441
|
padding:0;
|
|
10402
10442
|
}
|
|
@@ -10539,15 +10579,35 @@ div[class*=ag-theme-salt]{
|
|
|
10539
10579
|
font-size:var(--agGrid-header-fontSize);
|
|
10540
10580
|
font-weight:var(--agGrid-header-fontWeight);
|
|
10541
10581
|
}
|
|
10582
|
+
.ag-theme-salt-high-compact-light .ag-header-icon{
|
|
10583
|
+
color:var(--agGrid-header-foreground);
|
|
10584
|
+
}
|
|
10542
10585
|
.ag-theme-salt-high-compact-light .ag-header-cell:after,.ag-theme-salt-high-compact-light .ag-header-group-cell:after{
|
|
10543
10586
|
height:var(--agGrid-column-separator-height);
|
|
10544
10587
|
top:var(--agGrid-column-separator-top);
|
|
10545
10588
|
}
|
|
10589
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
10590
|
+
margin-left:auto;
|
|
10591
|
+
}
|
|
10592
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
10593
|
+
margin-right:auto;
|
|
10594
|
+
}
|
|
10595
|
+
.ag-theme-salt-high-compact-light .ag-sort-indicator-container{
|
|
10596
|
+
align-items:center;
|
|
10597
|
+
}
|
|
10598
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
10599
|
+
padding-left:var(--salt-spacing-100);
|
|
10600
|
+
}
|
|
10601
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
10602
|
+
padding-right:var(--salt-spacing-100);
|
|
10603
|
+
}
|
|
10546
10604
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
10547
10605
|
margin-right:auto;
|
|
10606
|
+
padding-left:var(--salt-spacing-100);
|
|
10548
10607
|
}
|
|
10549
10608
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
10550
10609
|
margin-left:auto;
|
|
10610
|
+
padding-right:var(--salt-spacing-100);
|
|
10551
10611
|
}
|
|
10552
10612
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
10553
10613
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -10593,9 +10653,6 @@ div[class*=ag-theme-salt]{
|
|
|
10593
10653
|
padding-left:var(--salt-spacing-100);
|
|
10594
10654
|
padding-right:var(--salt-spacing-100);
|
|
10595
10655
|
}
|
|
10596
|
-
.ag-theme-salt-high-compact-light .ag-cell-wrapper{
|
|
10597
|
-
height:100%;
|
|
10598
|
-
}
|
|
10599
10656
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
|
|
10600
10657
|
border:none;
|
|
10601
10658
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -10611,7 +10668,7 @@ div[class*=ag-theme-salt]{
|
|
|
10611
10668
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
10612
10669
|
}
|
|
10613
10670
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
10614
|
-
border-color
|
|
10671
|
+
border-color:#0000 !important;
|
|
10615
10672
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
10616
10673
|
outline-offset:-2px;
|
|
10617
10674
|
}
|
|
@@ -10622,9 +10679,9 @@ div[class*=ag-theme-salt]{
|
|
|
10622
10679
|
overflow:visible;
|
|
10623
10680
|
}
|
|
10624
10681
|
.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-high-compact-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
10625
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
10682
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
10626
10683
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
10627
|
-
border-top:0 solid
|
|
10684
|
+
border-top:0 solid #0000;
|
|
10628
10685
|
content:"";
|
|
10629
10686
|
left:0;
|
|
10630
10687
|
position:absolute;
|
|
@@ -10699,7 +10756,7 @@ div[class*=ag-theme-salt]{
|
|
|
10699
10756
|
appearance:none;
|
|
10700
10757
|
-webkit-appearance:none;
|
|
10701
10758
|
background:var(--salt-actionable-secondary-background);
|
|
10702
|
-
border:1px
|
|
10759
|
+
border:1px #0000;
|
|
10703
10760
|
border-radius:0;
|
|
10704
10761
|
color:var(--salt-actionable-secondary-foreground);
|
|
10705
10762
|
cursor:pointer;
|
|
@@ -10830,6 +10887,13 @@ div[class*=ag-theme-salt]{
|
|
|
10830
10887
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
10831
10888
|
outline-offset:-2px;
|
|
10832
10889
|
}
|
|
10890
|
+
.ag-theme-salt-high-compact-light .ag-header-cell.ag-column-menu-visible{
|
|
10891
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
10892
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
10893
|
+
}
|
|
10894
|
+
.ag-theme-salt-high-compact-light .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
10895
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
10896
|
+
}
|
|
10833
10897
|
.ag-theme-salt-high-compact-light .ag-pinned-right-header .ag-floating-filter{
|
|
10834
10898
|
border-left:0;
|
|
10835
10899
|
}
|
|
@@ -11071,8 +11135,8 @@ div[class*=ag-theme-salt]{
|
|
|
11071
11135
|
.ag-theme-salt-high-dark input[class^=ag-]:not([type]):disabled,.ag-theme-salt-high-dark input[class^=ag-][type=date]:disabled,.ag-theme-salt-high-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-high-dark input[class^=ag-][type=number]:disabled,.ag-theme-salt-high-dark input[class^=ag-][type=tel]:disabled,.ag-theme-salt-high-dark input[class^=ag-][type=text]:disabled,.ag-theme-salt-high-dark textarea[class^=ag-]:disabled{
|
|
11072
11136
|
background-color:var(--ag-input-disabled-background-color);
|
|
11073
11137
|
border-color:var(--ag-input-disabled-border-color);
|
|
11074
|
-
color
|
|
11075
|
-
color:var(--ag-disabled-foreground-color,
|
|
11138
|
+
color:#ffffff80;
|
|
11139
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
11076
11140
|
}
|
|
11077
11141
|
.ag-theme-salt-high-dark input[class^=ag-]:not([type]):focus,.ag-theme-salt-high-dark input[class^=ag-][type=date]:focus,.ag-theme-salt-high-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-high-dark input[class^=ag-][type=number]:focus,.ag-theme-salt-high-dark input[class^=ag-][type=tel]:focus,.ag-theme-salt-high-dark input[class^=ag-][type=text]:focus,.ag-theme-salt-high-dark textarea[class^=ag-]:focus{
|
|
11078
11142
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -11269,8 +11333,8 @@ div[class*=ag-theme-salt]{
|
|
|
11269
11333
|
margin-bottom:2px;
|
|
11270
11334
|
}
|
|
11271
11335
|
.ag-theme-salt-high-dark .ag-angle-select[disabled]{
|
|
11272
|
-
color
|
|
11273
|
-
color:var(--ag-disabled-foreground-color,
|
|
11336
|
+
color:#ffffff80;
|
|
11337
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
11274
11338
|
pointer-events:none;
|
|
11275
11339
|
}
|
|
11276
11340
|
.ag-theme-salt-high-dark .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -11332,16 +11396,16 @@ div[class*=ag-theme-salt]{
|
|
|
11332
11396
|
padding:10px;
|
|
11333
11397
|
}
|
|
11334
11398
|
.ag-theme-salt-high-dark .ag-spectrum-sat{
|
|
11335
|
-
background-image:linear-gradient(90deg, #fff,
|
|
11399
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
11336
11400
|
}
|
|
11337
11401
|
.ag-theme-salt-high-dark .ag-spectrum-val{
|
|
11338
|
-
background-image:linear-gradient(0deg, #000,
|
|
11402
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
11339
11403
|
}
|
|
11340
11404
|
.ag-theme-salt-high-dark .ag-spectrum-dragger{
|
|
11341
11405
|
background:#000;
|
|
11342
11406
|
border:1px solid #fff;
|
|
11343
11407
|
border-radius:12px;
|
|
11344
|
-
box-shadow:0 0 2px 0
|
|
11408
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
11345
11409
|
height:12px;
|
|
11346
11410
|
width:12px;
|
|
11347
11411
|
}
|
|
@@ -11356,7 +11420,7 @@ div[class*=ag-theme-salt]{
|
|
|
11356
11420
|
.ag-theme-salt-high-dark .ag-spectrum-slider{
|
|
11357
11421
|
background-color:#f8f8f8;
|
|
11358
11422
|
border-radius:13px;
|
|
11359
|
-
box-shadow:0 1px 4px 0
|
|
11423
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
11360
11424
|
height:13px;
|
|
11361
11425
|
margin-top:-12px;
|
|
11362
11426
|
width:13px;
|
|
@@ -11393,7 +11457,7 @@ div[class*=ag-theme-salt]{
|
|
|
11393
11457
|
margin-right:4px;
|
|
11394
11458
|
}
|
|
11395
11459
|
.ag-theme-salt-high-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
11396
|
-
box-shadow:5px 5px 10px
|
|
11460
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
11397
11461
|
}
|
|
11398
11462
|
.ag-dragging-fill-handle .ag-theme-salt-high-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-high-dark .ag-dialog{
|
|
11399
11463
|
opacity:.7;
|
|
@@ -11566,8 +11630,8 @@ div[class*=ag-theme-salt]{
|
|
|
11566
11630
|
margin-bottom:4px;
|
|
11567
11631
|
}
|
|
11568
11632
|
.ag-theme-salt-high-dark .ag-column-select-column-group-readonly,.ag-theme-salt-high-dark .ag-column-select-column-readonly{
|
|
11569
|
-
color
|
|
11570
|
-
color:var(--ag-disabled-foreground-color,
|
|
11633
|
+
color:#ffffff80;
|
|
11634
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
11571
11635
|
pointer-events:none;
|
|
11572
11636
|
}
|
|
11573
11637
|
.ag-theme-salt-high-dark .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -13994,13 +14058,13 @@ div[class*=ag-theme-salt]{
|
|
|
13994
14058
|
transition:background-color 1s;
|
|
13995
14059
|
}
|
|
13996
14060
|
.ag-theme-salt-high-dark .ag-value-change-value-highlight{
|
|
13997
|
-
background-color
|
|
13998
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
14061
|
+
background-color:#16a08580;
|
|
14062
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
13999
14063
|
transition:background-color .1s;
|
|
14000
14064
|
}
|
|
14001
14065
|
.ag-theme-salt-high-dark .ag-cell-data-changed{
|
|
14002
|
-
background-color
|
|
14003
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
14066
|
+
background-color:#16a08580 !important;
|
|
14067
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
14004
14068
|
}
|
|
14005
14069
|
.ag-theme-salt-high-dark .ag-cell-data-changed-animation{
|
|
14006
14070
|
background-color:initial;
|
|
@@ -14099,7 +14163,7 @@ div[class*=ag-theme-salt]{
|
|
|
14099
14163
|
--ag-internal-calculated-line-height:var(--ag-line-height, 22px);
|
|
14100
14164
|
--ag-internal-padded-row-height:22px;
|
|
14101
14165
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
14102
|
-
border:1px solid
|
|
14166
|
+
border:1px solid #0000;
|
|
14103
14167
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
14104
14168
|
padding-left:3px;
|
|
14105
14169
|
padding-right:3px;
|
|
@@ -14138,8 +14202,8 @@ div[class*=ag-theme-salt]{
|
|
|
14138
14202
|
min-height:50px;
|
|
14139
14203
|
}
|
|
14140
14204
|
.ag-theme-salt-high-dark .ag-overlay-loading-wrapper{
|
|
14141
|
-
background-color
|
|
14142
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
14205
|
+
background-color:#242526a8;
|
|
14206
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
14143
14207
|
}
|
|
14144
14208
|
.ag-theme-salt-high-dark .ag-overlay-loading-center{
|
|
14145
14209
|
background:#242526;
|
|
@@ -14185,11 +14249,11 @@ div[class*=ag-theme-salt]{
|
|
|
14185
14249
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
14186
14250
|
}
|
|
14187
14251
|
.ag-theme-salt-high-dark .ag-ltr .ag-cell{
|
|
14188
|
-
border-right:solid
|
|
14252
|
+
border-right:solid #0000;
|
|
14189
14253
|
}
|
|
14190
14254
|
|
|
14191
14255
|
.ag-theme-salt-high-dark .ag-rtl .ag-cell{
|
|
14192
|
-
border-left:solid
|
|
14256
|
+
border-left:solid #0000;
|
|
14193
14257
|
}
|
|
14194
14258
|
|
|
14195
14259
|
.ag-theme-salt-high-dark .ag-ltr .ag-cell{
|
|
@@ -14209,32 +14273,32 @@ div[class*=ag-theme-salt]{
|
|
|
14209
14273
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
14210
14274
|
}
|
|
14211
14275
|
.ag-theme-salt-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-high-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
14212
|
-
background-color
|
|
14213
|
-
background-color:var(--ag-range-selection-background-color,
|
|
14276
|
+
background-color:#fff3;
|
|
14277
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
14214
14278
|
}
|
|
14215
14279
|
.ag-theme-salt-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-high-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
14216
|
-
background-color
|
|
14217
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
14280
|
+
background-color:#0058ff1a !important;
|
|
14281
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
14218
14282
|
}
|
|
14219
14283
|
.ag-theme-salt-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-high-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
14220
|
-
background-color
|
|
14221
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
14284
|
+
background-color:#00ff841a !important;
|
|
14285
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
14222
14286
|
}
|
|
14223
14287
|
.ag-theme-salt-high-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
14224
|
-
background-color
|
|
14225
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
14288
|
+
background-color:#fff3;
|
|
14289
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
14226
14290
|
}
|
|
14227
14291
|
.ag-theme-salt-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-high-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
14228
|
-
background-color
|
|
14229
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
14292
|
+
background-color:#ffffff5c;
|
|
14293
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
14230
14294
|
}
|
|
14231
14295
|
.ag-theme-salt-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-high-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
14232
14296
|
background-color:hsla(0,0%,100%,.488);
|
|
14233
14297
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
14234
14298
|
}
|
|
14235
14299
|
.ag-theme-salt-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-high-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
14236
|
-
background-color
|
|
14237
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
14300
|
+
background-color:#ffffff96;
|
|
14301
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
14238
14302
|
}
|
|
14239
14303
|
.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
14240
14304
|
border-top-color:#fff;
|
|
@@ -14378,7 +14442,7 @@ div[class*=ag-theme-salt]{
|
|
|
14378
14442
|
}
|
|
14379
14443
|
.ag-theme-salt-high-dark .ag-tab{
|
|
14380
14444
|
align-items:center;
|
|
14381
|
-
border-bottom:0 solid
|
|
14445
|
+
border-bottom:0 solid #0000;
|
|
14382
14446
|
cursor:pointer;
|
|
14383
14447
|
display:flex;
|
|
14384
14448
|
flex:none;
|
|
@@ -14524,7 +14588,7 @@ div[class*=ag-theme-salt]{
|
|
|
14524
14588
|
width:16px;
|
|
14525
14589
|
}
|
|
14526
14590
|
.ag-theme-salt-high-dark button.ag-side-button-button{
|
|
14527
|
-
background
|
|
14591
|
+
background:#0000;
|
|
14528
14592
|
background-position-x:center;
|
|
14529
14593
|
background-position-y:center;
|
|
14530
14594
|
background-repeat:no-repeat;
|
|
@@ -14582,7 +14646,7 @@ div[class*=ag-theme-salt]{
|
|
|
14582
14646
|
border-left-color:var(--ag-border-color, #5b5c5c);
|
|
14583
14647
|
}
|
|
14584
14648
|
.ag-theme-salt-high-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-high-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
14585
|
-
border-right:0 solid
|
|
14649
|
+
border-right:0 solid #0000;
|
|
14586
14650
|
margin-right:-1px;
|
|
14587
14651
|
padding-right:1px;
|
|
14588
14652
|
}
|
|
@@ -14599,7 +14663,7 @@ div[class*=ag-theme-salt]{
|
|
|
14599
14663
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
14600
14664
|
}
|
|
14601
14665
|
.ag-theme-salt-high-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-high-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
14602
|
-
border-left:0 solid
|
|
14666
|
+
border-left:0 solid #0000;
|
|
14603
14667
|
margin-left:-1px;
|
|
14604
14668
|
padding-left:1px;
|
|
14605
14669
|
}
|
|
@@ -15008,7 +15072,7 @@ div[class*=ag-theme-salt]{
|
|
|
15008
15072
|
|
|
15009
15073
|
.ag-theme-salt-high-dark .ag-floating-filter-button-button{
|
|
15010
15074
|
appearance:none;
|
|
15011
|
-
background
|
|
15075
|
+
background:#0000;
|
|
15012
15076
|
border:none;
|
|
15013
15077
|
color:inherit;
|
|
15014
15078
|
font-family:inherit;
|
|
@@ -15041,8 +15105,8 @@ div[class*=ag-theme-salt]{
|
|
|
15041
15105
|
cursor:pointer;
|
|
15042
15106
|
}
|
|
15043
15107
|
.ag-theme-salt-high-dark .ag-paging-button.ag-disabled{
|
|
15044
|
-
color
|
|
15045
|
-
color:var(--ag-disabled-foreground-color,
|
|
15108
|
+
color:#ffffff80;
|
|
15109
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
15046
15110
|
cursor:default;
|
|
15047
15111
|
}
|
|
15048
15112
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -15067,8 +15131,8 @@ div[class*=ag-theme-salt]{
|
|
|
15067
15131
|
.ag-theme-salt-high-dark .ag-status-bar{
|
|
15068
15132
|
border-top:1px solid #5b5c5c;
|
|
15069
15133
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
15070
|
-
color
|
|
15071
|
-
color:var(--ag-disabled-foreground-color,
|
|
15134
|
+
color:#ffffff80;
|
|
15135
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
15072
15136
|
line-height:1.5;
|
|
15073
15137
|
padding-left:16px;
|
|
15074
15138
|
padding-right:16px;
|
|
@@ -15088,7 +15152,7 @@ div[class*=ag-theme-salt]{
|
|
|
15088
15152
|
}
|
|
15089
15153
|
.ag-theme-salt-high-dark .ag-column-drop-cell{
|
|
15090
15154
|
background:var(--ag-chip-background-color);
|
|
15091
|
-
border:1px solid
|
|
15155
|
+
border:1px solid #0000;
|
|
15092
15156
|
border-radius:16px;
|
|
15093
15157
|
cursor:pointer;
|
|
15094
15158
|
height:16px;
|
|
@@ -15157,8 +15221,8 @@ div[class*=ag-theme-salt]{
|
|
|
15157
15221
|
margin:0 4px;
|
|
15158
15222
|
}
|
|
15159
15223
|
.ag-theme-salt-high-dark .ag-column-drop-horizontal-empty-message{
|
|
15160
|
-
color
|
|
15161
|
-
color:var(--ag-disabled-foreground-color,
|
|
15224
|
+
color:#ffffff80;
|
|
15225
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
15162
15226
|
}
|
|
15163
15227
|
.ag-theme-salt-high-dark .ag-ltr .ag-column-drop-horizontal-icon{
|
|
15164
15228
|
margin-right:4px;
|
|
@@ -15190,8 +15254,8 @@ div[class*=ag-theme-salt]{
|
|
|
15190
15254
|
}
|
|
15191
15255
|
.ag-theme-salt-high-dark .ag-column-drop-vertical-empty-message{
|
|
15192
15256
|
bottom:0;
|
|
15193
|
-
color
|
|
15194
|
-
color:var(--ag-disabled-foreground-color,
|
|
15257
|
+
color:#ffffff80;
|
|
15258
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
15195
15259
|
left:0;
|
|
15196
15260
|
margin-top:4px;
|
|
15197
15261
|
overflow:hidden;
|
|
@@ -15569,7 +15633,7 @@ div[class*=ag-theme-salt]{
|
|
|
15569
15633
|
background-color:#5b5c5c;
|
|
15570
15634
|
background-color:var(--ag-border-color, #5b5c5c);
|
|
15571
15635
|
border-radius:0;
|
|
15572
|
-
color
|
|
15636
|
+
color:#0000;
|
|
15573
15637
|
height:3px;
|
|
15574
15638
|
margin:0;
|
|
15575
15639
|
padding:0;
|
|
@@ -15689,9 +15753,13 @@ div[class*=ag-theme-salt]{
|
|
|
15689
15753
|
}
|
|
15690
15754
|
.ag-theme-salt-high-dark .ag-menu{
|
|
15691
15755
|
background-color:var(--agGrid-background);
|
|
15756
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
15692
15757
|
color:var(--agGrid-menu-color);
|
|
15693
15758
|
padding:var(--salt-spacing-100);
|
|
15694
15759
|
}
|
|
15760
|
+
.ag-theme-salt-high-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
15761
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
15762
|
+
}
|
|
15695
15763
|
.ag-theme-salt-high-dark .ag-menu .ag-tabs-body{
|
|
15696
15764
|
padding:0;
|
|
15697
15765
|
}
|
|
@@ -15830,19 +15898,38 @@ div[class*=ag-theme-salt]{
|
|
|
15830
15898
|
border-color:var(--agGrid-header-borderColor);
|
|
15831
15899
|
}
|
|
15832
15900
|
.ag-theme-salt-high-dark .ag-header-row{
|
|
15833
|
-
color:var(--agGrid-header-foreground);
|
|
15834
15901
|
font-size:var(--agGrid-header-fontSize);
|
|
15835
15902
|
font-weight:var(--agGrid-header-fontWeight);
|
|
15836
15903
|
}
|
|
15904
|
+
.ag-theme-salt-high-dark .ag-header-icon,.ag-theme-salt-high-dark .ag-header-row{
|
|
15905
|
+
color:var(--agGrid-header-foreground);
|
|
15906
|
+
}
|
|
15837
15907
|
.ag-theme-salt-high-dark .ag-header-cell:after,.ag-theme-salt-high-dark .ag-header-group-cell:after{
|
|
15838
15908
|
height:var(--agGrid-column-separator-height);
|
|
15839
15909
|
top:var(--agGrid-column-separator-top);
|
|
15840
15910
|
}
|
|
15911
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
15912
|
+
margin-left:auto;
|
|
15913
|
+
}
|
|
15914
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
15915
|
+
margin-right:auto;
|
|
15916
|
+
}
|
|
15917
|
+
.ag-theme-salt-high-dark .ag-sort-indicator-container{
|
|
15918
|
+
align-items:center;
|
|
15919
|
+
}
|
|
15920
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
15921
|
+
padding-left:var(--salt-spacing-100);
|
|
15922
|
+
}
|
|
15923
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
15924
|
+
padding-right:var(--salt-spacing-100);
|
|
15925
|
+
}
|
|
15841
15926
|
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
15842
15927
|
margin-right:auto;
|
|
15928
|
+
padding-left:var(--salt-spacing-100);
|
|
15843
15929
|
}
|
|
15844
15930
|
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
15845
15931
|
margin-left:auto;
|
|
15932
|
+
padding-right:var(--salt-spacing-100);
|
|
15846
15933
|
}
|
|
15847
15934
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
15848
15935
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -15888,9 +15975,6 @@ div[class*=ag-theme-salt]{
|
|
|
15888
15975
|
padding-left:var(--salt-spacing-100);
|
|
15889
15976
|
padding-right:var(--salt-spacing-100);
|
|
15890
15977
|
}
|
|
15891
|
-
.ag-theme-salt-high-dark .ag-cell-wrapper{
|
|
15892
|
-
height:100%;
|
|
15893
|
-
}
|
|
15894
15978
|
.ag-theme-salt-high-dark .ag-ltr .ag-cell{
|
|
15895
15979
|
border:none;
|
|
15896
15980
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -15906,7 +15990,7 @@ div[class*=ag-theme-salt]{
|
|
|
15906
15990
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
15907
15991
|
}
|
|
15908
15992
|
.ag-theme-salt-high-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
15909
|
-
border-color
|
|
15993
|
+
border-color:#0000 !important;
|
|
15910
15994
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
15911
15995
|
outline-offset:-2px;
|
|
15912
15996
|
}
|
|
@@ -15917,9 +16001,9 @@ div[class*=ag-theme-salt]{
|
|
|
15917
16001
|
overflow:visible;
|
|
15918
16002
|
}
|
|
15919
16003
|
.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-high-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
15920
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
16004
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
15921
16005
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
15922
|
-
border-top:0 solid
|
|
16006
|
+
border-top:0 solid #0000;
|
|
15923
16007
|
content:"";
|
|
15924
16008
|
left:0;
|
|
15925
16009
|
position:absolute;
|
|
@@ -15994,7 +16078,7 @@ div[class*=ag-theme-salt]{
|
|
|
15994
16078
|
appearance:none;
|
|
15995
16079
|
-webkit-appearance:none;
|
|
15996
16080
|
background:var(--salt-actionable-secondary-background);
|
|
15997
|
-
border:1px
|
|
16081
|
+
border:1px #0000;
|
|
15998
16082
|
border-radius:0;
|
|
15999
16083
|
color:var(--salt-actionable-secondary-foreground);
|
|
16000
16084
|
cursor:pointer;
|
|
@@ -16125,6 +16209,13 @@ div[class*=ag-theme-salt]{
|
|
|
16125
16209
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
16126
16210
|
outline-offset:-2px;
|
|
16127
16211
|
}
|
|
16212
|
+
.ag-theme-salt-high-dark .ag-header-cell.ag-column-menu-visible{
|
|
16213
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
16214
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
16215
|
+
}
|
|
16216
|
+
.ag-theme-salt-high-dark .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
16217
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
16218
|
+
}
|
|
16128
16219
|
.ag-theme-salt-high-dark .ag-pinned-right-header .ag-floating-filter{
|
|
16129
16220
|
border-left:0;
|
|
16130
16221
|
}
|
|
@@ -16357,8 +16448,8 @@ div[class*=ag-theme-salt]{
|
|
|
16357
16448
|
.ag-theme-salt-high-light input[class^=ag-]:not([type]):disabled,.ag-theme-salt-high-light input[class^=ag-][type=date]:disabled,.ag-theme-salt-high-light input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-high-light input[class^=ag-][type=number]:disabled,.ag-theme-salt-high-light input[class^=ag-][type=tel]:disabled,.ag-theme-salt-high-light input[class^=ag-][type=text]:disabled,.ag-theme-salt-high-light textarea[class^=ag-]:disabled{
|
|
16358
16449
|
background-color:var(--ag-input-disabled-background-color);
|
|
16359
16450
|
border-color:var(--ag-input-disabled-border-color);
|
|
16360
|
-
color
|
|
16361
|
-
color:var(--ag-disabled-foreground-color,
|
|
16451
|
+
color:#2a2c2f80;
|
|
16452
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
16362
16453
|
}
|
|
16363
16454
|
.ag-theme-salt-high-light input[class^=ag-]:not([type]):focus,.ag-theme-salt-high-light input[class^=ag-][type=date]:focus,.ag-theme-salt-high-light input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-high-light input[class^=ag-][type=number]:focus,.ag-theme-salt-high-light input[class^=ag-][type=tel]:focus,.ag-theme-salt-high-light input[class^=ag-][type=text]:focus,.ag-theme-salt-high-light textarea[class^=ag-]:focus{
|
|
16364
16455
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -16555,8 +16646,8 @@ div[class*=ag-theme-salt]{
|
|
|
16555
16646
|
margin-bottom:2px;
|
|
16556
16647
|
}
|
|
16557
16648
|
.ag-theme-salt-high-light .ag-angle-select[disabled]{
|
|
16558
|
-
color
|
|
16559
|
-
color:var(--ag-disabled-foreground-color,
|
|
16649
|
+
color:#2a2c2f80;
|
|
16650
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
16560
16651
|
pointer-events:none;
|
|
16561
16652
|
}
|
|
16562
16653
|
.ag-theme-salt-high-light .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -16618,16 +16709,16 @@ div[class*=ag-theme-salt]{
|
|
|
16618
16709
|
padding:10px;
|
|
16619
16710
|
}
|
|
16620
16711
|
.ag-theme-salt-high-light .ag-spectrum-sat{
|
|
16621
|
-
background-image:linear-gradient(90deg, #fff,
|
|
16712
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
16622
16713
|
}
|
|
16623
16714
|
.ag-theme-salt-high-light .ag-spectrum-val{
|
|
16624
|
-
background-image:linear-gradient(0deg, #000,
|
|
16715
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
16625
16716
|
}
|
|
16626
16717
|
.ag-theme-salt-high-light .ag-spectrum-dragger{
|
|
16627
16718
|
background:#000;
|
|
16628
16719
|
border:1px solid #fff;
|
|
16629
16720
|
border-radius:12px;
|
|
16630
|
-
box-shadow:0 0 2px 0
|
|
16721
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
16631
16722
|
height:12px;
|
|
16632
16723
|
width:12px;
|
|
16633
16724
|
}
|
|
@@ -16642,7 +16733,7 @@ div[class*=ag-theme-salt]{
|
|
|
16642
16733
|
.ag-theme-salt-high-light .ag-spectrum-slider{
|
|
16643
16734
|
background-color:#f8f8f8;
|
|
16644
16735
|
border-radius:13px;
|
|
16645
|
-
box-shadow:0 1px 4px 0
|
|
16736
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
16646
16737
|
height:13px;
|
|
16647
16738
|
margin-top:-12px;
|
|
16648
16739
|
width:13px;
|
|
@@ -16679,7 +16770,7 @@ div[class*=ag-theme-salt]{
|
|
|
16679
16770
|
margin-right:4px;
|
|
16680
16771
|
}
|
|
16681
16772
|
.ag-theme-salt-high-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
16682
|
-
box-shadow:5px 5px 10px
|
|
16773
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
16683
16774
|
}
|
|
16684
16775
|
.ag-dragging-fill-handle .ag-theme-salt-high-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-high-light .ag-dialog{
|
|
16685
16776
|
opacity:.7;
|
|
@@ -16852,8 +16943,8 @@ div[class*=ag-theme-salt]{
|
|
|
16852
16943
|
margin-bottom:4px;
|
|
16853
16944
|
}
|
|
16854
16945
|
.ag-theme-salt-high-light .ag-column-select-column-group-readonly,.ag-theme-salt-high-light .ag-column-select-column-readonly{
|
|
16855
|
-
color
|
|
16856
|
-
color:var(--ag-disabled-foreground-color,
|
|
16946
|
+
color:#2a2c2f80;
|
|
16947
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
16857
16948
|
pointer-events:none;
|
|
16858
16949
|
}
|
|
16859
16950
|
.ag-theme-salt-high-light .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -19280,13 +19371,13 @@ div[class*=ag-theme-salt]{
|
|
|
19280
19371
|
transition:background-color 1s;
|
|
19281
19372
|
}
|
|
19282
19373
|
.ag-theme-salt-high-light .ag-value-change-value-highlight{
|
|
19283
|
-
background-color
|
|
19284
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
19374
|
+
background-color:#16a08580;
|
|
19375
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
19285
19376
|
transition:background-color .1s;
|
|
19286
19377
|
}
|
|
19287
19378
|
.ag-theme-salt-high-light .ag-cell-data-changed{
|
|
19288
|
-
background-color
|
|
19289
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
19379
|
+
background-color:#16a08580 !important;
|
|
19380
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
19290
19381
|
}
|
|
19291
19382
|
.ag-theme-salt-high-light .ag-cell-data-changed-animation{
|
|
19292
19383
|
background-color:initial;
|
|
@@ -19385,7 +19476,7 @@ div[class*=ag-theme-salt]{
|
|
|
19385
19476
|
--ag-internal-calculated-line-height:var(--ag-line-height, 22px);
|
|
19386
19477
|
--ag-internal-padded-row-height:22px;
|
|
19387
19478
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
19388
|
-
border:1px solid
|
|
19479
|
+
border:1px solid #0000;
|
|
19389
19480
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
19390
19481
|
padding-left:3px;
|
|
19391
19482
|
padding-right:3px;
|
|
@@ -19424,8 +19515,8 @@ div[class*=ag-theme-salt]{
|
|
|
19424
19515
|
min-height:50px;
|
|
19425
19516
|
}
|
|
19426
19517
|
.ag-theme-salt-high-light .ag-overlay-loading-wrapper{
|
|
19427
|
-
background-color
|
|
19428
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
19518
|
+
background-color:#ffffffa8;
|
|
19519
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
19429
19520
|
}
|
|
19430
19521
|
.ag-theme-salt-high-light .ag-overlay-loading-center{
|
|
19431
19522
|
background:#fff;
|
|
@@ -19471,11 +19562,11 @@ div[class*=ag-theme-salt]{
|
|
|
19471
19562
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
19472
19563
|
}
|
|
19473
19564
|
.ag-theme-salt-high-light .ag-ltr .ag-cell{
|
|
19474
|
-
border-right:solid
|
|
19565
|
+
border-right:solid #0000;
|
|
19475
19566
|
}
|
|
19476
19567
|
|
|
19477
19568
|
.ag-theme-salt-high-light .ag-rtl .ag-cell{
|
|
19478
|
-
border-left:solid
|
|
19569
|
+
border-left:solid #0000;
|
|
19479
19570
|
}
|
|
19480
19571
|
|
|
19481
19572
|
.ag-theme-salt-high-light .ag-ltr .ag-cell{
|
|
@@ -19495,32 +19586,32 @@ div[class*=ag-theme-salt]{
|
|
|
19495
19586
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
19496
19587
|
}
|
|
19497
19588
|
.ag-theme-salt-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-high-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
19498
|
-
background-color
|
|
19499
|
-
background-color:var(--ag-range-selection-background-color,
|
|
19589
|
+
background-color:#2a2c2f33;
|
|
19590
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
19500
19591
|
}
|
|
19501
19592
|
.ag-theme-salt-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-high-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
19502
|
-
background-color
|
|
19503
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
19593
|
+
background-color:#0058ff1a !important;
|
|
19594
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
19504
19595
|
}
|
|
19505
19596
|
.ag-theme-salt-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-high-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
19506
|
-
background-color
|
|
19507
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
19597
|
+
background-color:#00ff841a !important;
|
|
19598
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
19508
19599
|
}
|
|
19509
19600
|
.ag-theme-salt-high-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
19510
|
-
background-color
|
|
19511
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
19601
|
+
background-color:#2a2c2f33;
|
|
19602
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
19512
19603
|
}
|
|
19513
19604
|
.ag-theme-salt-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-high-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
19514
|
-
background-color
|
|
19515
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
19605
|
+
background-color:#2a2c2f5c;
|
|
19606
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
19516
19607
|
}
|
|
19517
19608
|
.ag-theme-salt-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-high-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
19518
19609
|
background-color:rgba(42,44,47,.488);
|
|
19519
19610
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
19520
19611
|
}
|
|
19521
19612
|
.ag-theme-salt-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-high-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
19522
|
-
background-color
|
|
19523
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
19613
|
+
background-color:#2a2c2f96;
|
|
19614
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
19524
19615
|
}
|
|
19525
19616
|
.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
19526
19617
|
border-top-color:#2a2c2f;
|
|
@@ -19664,7 +19755,7 @@ div[class*=ag-theme-salt]{
|
|
|
19664
19755
|
}
|
|
19665
19756
|
.ag-theme-salt-high-light .ag-tab{
|
|
19666
19757
|
align-items:center;
|
|
19667
|
-
border-bottom:0 solid
|
|
19758
|
+
border-bottom:0 solid #0000;
|
|
19668
19759
|
cursor:pointer;
|
|
19669
19760
|
display:flex;
|
|
19670
19761
|
flex:none;
|
|
@@ -19810,7 +19901,7 @@ div[class*=ag-theme-salt]{
|
|
|
19810
19901
|
width:16px;
|
|
19811
19902
|
}
|
|
19812
19903
|
.ag-theme-salt-high-light button.ag-side-button-button{
|
|
19813
|
-
background
|
|
19904
|
+
background:#0000;
|
|
19814
19905
|
background-position-x:center;
|
|
19815
19906
|
background-position-y:center;
|
|
19816
19907
|
background-repeat:no-repeat;
|
|
@@ -19868,7 +19959,7 @@ div[class*=ag-theme-salt]{
|
|
|
19868
19959
|
border-left-color:var(--ag-border-color, #cacacb);
|
|
19869
19960
|
}
|
|
19870
19961
|
.ag-theme-salt-high-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-high-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
19871
|
-
border-right:0 solid
|
|
19962
|
+
border-right:0 solid #0000;
|
|
19872
19963
|
margin-right:-1px;
|
|
19873
19964
|
padding-right:1px;
|
|
19874
19965
|
}
|
|
@@ -19885,7 +19976,7 @@ div[class*=ag-theme-salt]{
|
|
|
19885
19976
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
19886
19977
|
}
|
|
19887
19978
|
.ag-theme-salt-high-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-high-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
19888
|
-
border-left:0 solid
|
|
19979
|
+
border-left:0 solid #0000;
|
|
19889
19980
|
margin-left:-1px;
|
|
19890
19981
|
padding-left:1px;
|
|
19891
19982
|
}
|
|
@@ -20294,7 +20385,7 @@ div[class*=ag-theme-salt]{
|
|
|
20294
20385
|
|
|
20295
20386
|
.ag-theme-salt-high-light .ag-floating-filter-button-button{
|
|
20296
20387
|
appearance:none;
|
|
20297
|
-
background
|
|
20388
|
+
background:#0000;
|
|
20298
20389
|
border:none;
|
|
20299
20390
|
color:inherit;
|
|
20300
20391
|
font-family:inherit;
|
|
@@ -20327,8 +20418,8 @@ div[class*=ag-theme-salt]{
|
|
|
20327
20418
|
cursor:pointer;
|
|
20328
20419
|
}
|
|
20329
20420
|
.ag-theme-salt-high-light .ag-paging-button.ag-disabled{
|
|
20330
|
-
color
|
|
20331
|
-
color:var(--ag-disabled-foreground-color,
|
|
20421
|
+
color:#2a2c2f80;
|
|
20422
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
20332
20423
|
cursor:default;
|
|
20333
20424
|
}
|
|
20334
20425
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -20353,8 +20444,8 @@ div[class*=ag-theme-salt]{
|
|
|
20353
20444
|
.ag-theme-salt-high-light .ag-status-bar{
|
|
20354
20445
|
border-top:1px solid #cacacb;
|
|
20355
20446
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
20356
|
-
color
|
|
20357
|
-
color:var(--ag-disabled-foreground-color,
|
|
20447
|
+
color:#2a2c2f80;
|
|
20448
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
20358
20449
|
line-height:1.5;
|
|
20359
20450
|
padding-left:16px;
|
|
20360
20451
|
padding-right:16px;
|
|
@@ -20374,7 +20465,7 @@ div[class*=ag-theme-salt]{
|
|
|
20374
20465
|
}
|
|
20375
20466
|
.ag-theme-salt-high-light .ag-column-drop-cell{
|
|
20376
20467
|
background:var(--ag-chip-background-color);
|
|
20377
|
-
border:1px solid
|
|
20468
|
+
border:1px solid #0000;
|
|
20378
20469
|
border-radius:16px;
|
|
20379
20470
|
cursor:pointer;
|
|
20380
20471
|
height:16px;
|
|
@@ -20443,8 +20534,8 @@ div[class*=ag-theme-salt]{
|
|
|
20443
20534
|
margin:0 4px;
|
|
20444
20535
|
}
|
|
20445
20536
|
.ag-theme-salt-high-light .ag-column-drop-horizontal-empty-message{
|
|
20446
|
-
color
|
|
20447
|
-
color:var(--ag-disabled-foreground-color,
|
|
20537
|
+
color:#2a2c2f80;
|
|
20538
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
20448
20539
|
}
|
|
20449
20540
|
.ag-theme-salt-high-light .ag-ltr .ag-column-drop-horizontal-icon{
|
|
20450
20541
|
margin-right:4px;
|
|
@@ -20476,8 +20567,8 @@ div[class*=ag-theme-salt]{
|
|
|
20476
20567
|
}
|
|
20477
20568
|
.ag-theme-salt-high-light .ag-column-drop-vertical-empty-message{
|
|
20478
20569
|
bottom:0;
|
|
20479
|
-
color
|
|
20480
|
-
color:var(--ag-disabled-foreground-color,
|
|
20570
|
+
color:#2a2c2f80;
|
|
20571
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
20481
20572
|
left:0;
|
|
20482
20573
|
margin-top:4px;
|
|
20483
20574
|
overflow:hidden;
|
|
@@ -20855,7 +20946,7 @@ div[class*=ag-theme-salt]{
|
|
|
20855
20946
|
background-color:#cacacb;
|
|
20856
20947
|
background-color:var(--ag-border-color, #cacacb);
|
|
20857
20948
|
border-radius:0;
|
|
20858
|
-
color
|
|
20949
|
+
color:#0000;
|
|
20859
20950
|
height:3px;
|
|
20860
20951
|
margin:0;
|
|
20861
20952
|
padding:0;
|
|
@@ -20975,9 +21066,13 @@ div[class*=ag-theme-salt]{
|
|
|
20975
21066
|
}
|
|
20976
21067
|
.ag-theme-salt-high-light .ag-menu{
|
|
20977
21068
|
background-color:var(--agGrid-background);
|
|
21069
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
20978
21070
|
color:var(--agGrid-menu-color);
|
|
20979
21071
|
padding:var(--salt-spacing-100);
|
|
20980
21072
|
}
|
|
21073
|
+
.ag-theme-salt-high-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
21074
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
21075
|
+
}
|
|
20981
21076
|
.ag-theme-salt-high-light .ag-menu .ag-tabs-body{
|
|
20982
21077
|
padding:0;
|
|
20983
21078
|
}
|
|
@@ -21120,15 +21215,35 @@ div[class*=ag-theme-salt]{
|
|
|
21120
21215
|
font-size:var(--agGrid-header-fontSize);
|
|
21121
21216
|
font-weight:var(--agGrid-header-fontWeight);
|
|
21122
21217
|
}
|
|
21218
|
+
.ag-theme-salt-high-light .ag-header-icon{
|
|
21219
|
+
color:var(--agGrid-header-foreground);
|
|
21220
|
+
}
|
|
21123
21221
|
.ag-theme-salt-high-light .ag-header-cell:after,.ag-theme-salt-high-light .ag-header-group-cell:after{
|
|
21124
21222
|
height:var(--agGrid-column-separator-height);
|
|
21125
21223
|
top:var(--agGrid-column-separator-top);
|
|
21126
21224
|
}
|
|
21225
|
+
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
21226
|
+
margin-left:auto;
|
|
21227
|
+
}
|
|
21228
|
+
.ag-theme-salt-high-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
21229
|
+
margin-right:auto;
|
|
21230
|
+
}
|
|
21231
|
+
.ag-theme-salt-high-light .ag-sort-indicator-container{
|
|
21232
|
+
align-items:center;
|
|
21233
|
+
}
|
|
21234
|
+
.ag-theme-salt-high-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
21235
|
+
padding-left:var(--salt-spacing-100);
|
|
21236
|
+
}
|
|
21237
|
+
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
21238
|
+
padding-right:var(--salt-spacing-100);
|
|
21239
|
+
}
|
|
21127
21240
|
.ag-theme-salt-high-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
21128
21241
|
margin-right:auto;
|
|
21242
|
+
padding-left:var(--salt-spacing-100);
|
|
21129
21243
|
}
|
|
21130
21244
|
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
21131
21245
|
margin-left:auto;
|
|
21246
|
+
padding-right:var(--salt-spacing-100);
|
|
21132
21247
|
}
|
|
21133
21248
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
21134
21249
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -21174,9 +21289,6 @@ div[class*=ag-theme-salt]{
|
|
|
21174
21289
|
padding-left:var(--salt-spacing-100);
|
|
21175
21290
|
padding-right:var(--salt-spacing-100);
|
|
21176
21291
|
}
|
|
21177
|
-
.ag-theme-salt-high-light .ag-cell-wrapper{
|
|
21178
|
-
height:100%;
|
|
21179
|
-
}
|
|
21180
21292
|
.ag-theme-salt-high-light .ag-ltr .ag-cell{
|
|
21181
21293
|
border:none;
|
|
21182
21294
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -21192,7 +21304,7 @@ div[class*=ag-theme-salt]{
|
|
|
21192
21304
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
21193
21305
|
}
|
|
21194
21306
|
.ag-theme-salt-high-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
21195
|
-
border-color
|
|
21307
|
+
border-color:#0000 !important;
|
|
21196
21308
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
21197
21309
|
outline-offset:-2px;
|
|
21198
21310
|
}
|
|
@@ -21203,9 +21315,9 @@ div[class*=ag-theme-salt]{
|
|
|
21203
21315
|
overflow:visible;
|
|
21204
21316
|
}
|
|
21205
21317
|
.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-high-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
21206
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
21318
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
21207
21319
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
21208
|
-
border-top:0 solid
|
|
21320
|
+
border-top:0 solid #0000;
|
|
21209
21321
|
content:"";
|
|
21210
21322
|
left:0;
|
|
21211
21323
|
position:absolute;
|
|
@@ -21280,7 +21392,7 @@ div[class*=ag-theme-salt]{
|
|
|
21280
21392
|
appearance:none;
|
|
21281
21393
|
-webkit-appearance:none;
|
|
21282
21394
|
background:var(--salt-actionable-secondary-background);
|
|
21283
|
-
border:1px
|
|
21395
|
+
border:1px #0000;
|
|
21284
21396
|
border-radius:0;
|
|
21285
21397
|
color:var(--salt-actionable-secondary-foreground);
|
|
21286
21398
|
cursor:pointer;
|
|
@@ -21411,6 +21523,13 @@ div[class*=ag-theme-salt]{
|
|
|
21411
21523
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
21412
21524
|
outline-offset:-2px;
|
|
21413
21525
|
}
|
|
21526
|
+
.ag-theme-salt-high-light .ag-header-cell.ag-column-menu-visible{
|
|
21527
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
21528
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
21529
|
+
}
|
|
21530
|
+
.ag-theme-salt-high-light .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
21531
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
21532
|
+
}
|
|
21414
21533
|
.ag-theme-salt-high-light .ag-pinned-right-header .ag-floating-filter{
|
|
21415
21534
|
border-left:0;
|
|
21416
21535
|
}
|
|
@@ -21653,8 +21772,8 @@ div[class*=ag-theme-salt]{
|
|
|
21653
21772
|
.ag-theme-salt-medium-dark input[class^=ag-]:not([type]):disabled,.ag-theme-salt-medium-dark input[class^=ag-][type=date]:disabled,.ag-theme-salt-medium-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-medium-dark input[class^=ag-][type=number]:disabled,.ag-theme-salt-medium-dark input[class^=ag-][type=tel]:disabled,.ag-theme-salt-medium-dark input[class^=ag-][type=text]:disabled,.ag-theme-salt-medium-dark textarea[class^=ag-]:disabled{
|
|
21654
21773
|
background-color:var(--ag-input-disabled-background-color);
|
|
21655
21774
|
border-color:var(--ag-input-disabled-border-color);
|
|
21656
|
-
color
|
|
21657
|
-
color:var(--ag-disabled-foreground-color,
|
|
21775
|
+
color:#ffffff80;
|
|
21776
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
21658
21777
|
}
|
|
21659
21778
|
.ag-theme-salt-medium-dark input[class^=ag-]:not([type]):focus,.ag-theme-salt-medium-dark input[class^=ag-][type=date]:focus,.ag-theme-salt-medium-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-medium-dark input[class^=ag-][type=number]:focus,.ag-theme-salt-medium-dark input[class^=ag-][type=tel]:focus,.ag-theme-salt-medium-dark input[class^=ag-][type=text]:focus,.ag-theme-salt-medium-dark textarea[class^=ag-]:focus{
|
|
21660
21779
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -21851,8 +21970,8 @@ div[class*=ag-theme-salt]{
|
|
|
21851
21970
|
margin-bottom:2px;
|
|
21852
21971
|
}
|
|
21853
21972
|
.ag-theme-salt-medium-dark .ag-angle-select[disabled]{
|
|
21854
|
-
color
|
|
21855
|
-
color:var(--ag-disabled-foreground-color,
|
|
21973
|
+
color:#ffffff80;
|
|
21974
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
21856
21975
|
pointer-events:none;
|
|
21857
21976
|
}
|
|
21858
21977
|
.ag-theme-salt-medium-dark .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -21914,16 +22033,16 @@ div[class*=ag-theme-salt]{
|
|
|
21914
22033
|
padding:10px;
|
|
21915
22034
|
}
|
|
21916
22035
|
.ag-theme-salt-medium-dark .ag-spectrum-sat{
|
|
21917
|
-
background-image:linear-gradient(90deg, #fff,
|
|
22036
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
21918
22037
|
}
|
|
21919
22038
|
.ag-theme-salt-medium-dark .ag-spectrum-val{
|
|
21920
|
-
background-image:linear-gradient(0deg, #000,
|
|
22039
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
21921
22040
|
}
|
|
21922
22041
|
.ag-theme-salt-medium-dark .ag-spectrum-dragger{
|
|
21923
22042
|
background:#000;
|
|
21924
22043
|
border:1px solid #fff;
|
|
21925
22044
|
border-radius:12px;
|
|
21926
|
-
box-shadow:0 0 2px 0
|
|
22045
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
21927
22046
|
height:12px;
|
|
21928
22047
|
width:12px;
|
|
21929
22048
|
}
|
|
@@ -21938,7 +22057,7 @@ div[class*=ag-theme-salt]{
|
|
|
21938
22057
|
.ag-theme-salt-medium-dark .ag-spectrum-slider{
|
|
21939
22058
|
background-color:#f8f8f8;
|
|
21940
22059
|
border-radius:13px;
|
|
21941
|
-
box-shadow:0 1px 4px 0
|
|
22060
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
21942
22061
|
height:13px;
|
|
21943
22062
|
margin-top:-12px;
|
|
21944
22063
|
width:13px;
|
|
@@ -21975,7 +22094,7 @@ div[class*=ag-theme-salt]{
|
|
|
21975
22094
|
margin-right:4px;
|
|
21976
22095
|
}
|
|
21977
22096
|
.ag-theme-salt-medium-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
21978
|
-
box-shadow:5px 5px 10px
|
|
22097
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
21979
22098
|
}
|
|
21980
22099
|
.ag-dragging-fill-handle .ag-theme-salt-medium-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-medium-dark .ag-dialog{
|
|
21981
22100
|
opacity:.7;
|
|
@@ -22148,8 +22267,8 @@ div[class*=ag-theme-salt]{
|
|
|
22148
22267
|
margin-bottom:4px;
|
|
22149
22268
|
}
|
|
22150
22269
|
.ag-theme-salt-medium-dark .ag-column-select-column-group-readonly,.ag-theme-salt-medium-dark .ag-column-select-column-readonly{
|
|
22151
|
-
color
|
|
22152
|
-
color:var(--ag-disabled-foreground-color,
|
|
22270
|
+
color:#ffffff80;
|
|
22271
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
22153
22272
|
pointer-events:none;
|
|
22154
22273
|
}
|
|
22155
22274
|
.ag-theme-salt-medium-dark .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -24576,13 +24695,13 @@ div[class*=ag-theme-salt]{
|
|
|
24576
24695
|
transition:background-color 1s;
|
|
24577
24696
|
}
|
|
24578
24697
|
.ag-theme-salt-medium-dark .ag-value-change-value-highlight{
|
|
24579
|
-
background-color
|
|
24580
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
24698
|
+
background-color:#16a08580;
|
|
24699
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
24581
24700
|
transition:background-color .1s;
|
|
24582
24701
|
}
|
|
24583
24702
|
.ag-theme-salt-medium-dark .ag-cell-data-changed{
|
|
24584
|
-
background-color
|
|
24585
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
24703
|
+
background-color:#16a08580 !important;
|
|
24704
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
24586
24705
|
}
|
|
24587
24706
|
.ag-theme-salt-medium-dark .ag-cell-data-changed-animation{
|
|
24588
24707
|
background-color:initial;
|
|
@@ -24681,7 +24800,7 @@ div[class*=ag-theme-salt]{
|
|
|
24681
24800
|
--ag-internal-calculated-line-height:var(--ag-line-height, 34px);
|
|
24682
24801
|
--ag-internal-padded-row-height:34px;
|
|
24683
24802
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
24684
|
-
border:1px solid
|
|
24803
|
+
border:1px solid #0000;
|
|
24685
24804
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
24686
24805
|
padding-left:7px;
|
|
24687
24806
|
padding-right:7px;
|
|
@@ -24720,8 +24839,8 @@ div[class*=ag-theme-salt]{
|
|
|
24720
24839
|
min-height:50px;
|
|
24721
24840
|
}
|
|
24722
24841
|
.ag-theme-salt-medium-dark .ag-overlay-loading-wrapper{
|
|
24723
|
-
background-color
|
|
24724
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
24842
|
+
background-color:#242526a8;
|
|
24843
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
24725
24844
|
}
|
|
24726
24845
|
.ag-theme-salt-medium-dark .ag-overlay-loading-center{
|
|
24727
24846
|
background:#242526;
|
|
@@ -24767,11 +24886,11 @@ div[class*=ag-theme-salt]{
|
|
|
24767
24886
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
24768
24887
|
}
|
|
24769
24888
|
.ag-theme-salt-medium-dark .ag-ltr .ag-cell{
|
|
24770
|
-
border-right:solid
|
|
24889
|
+
border-right:solid #0000;
|
|
24771
24890
|
}
|
|
24772
24891
|
|
|
24773
24892
|
.ag-theme-salt-medium-dark .ag-rtl .ag-cell{
|
|
24774
|
-
border-left:solid
|
|
24893
|
+
border-left:solid #0000;
|
|
24775
24894
|
}
|
|
24776
24895
|
|
|
24777
24896
|
.ag-theme-salt-medium-dark .ag-ltr .ag-cell{
|
|
@@ -24791,32 +24910,32 @@ div[class*=ag-theme-salt]{
|
|
|
24791
24910
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
24792
24911
|
}
|
|
24793
24912
|
.ag-theme-salt-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-medium-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
24794
|
-
background-color
|
|
24795
|
-
background-color:var(--ag-range-selection-background-color,
|
|
24913
|
+
background-color:#fff3;
|
|
24914
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
24796
24915
|
}
|
|
24797
24916
|
.ag-theme-salt-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-medium-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
24798
|
-
background-color
|
|
24799
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
24917
|
+
background-color:#0058ff1a !important;
|
|
24918
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
24800
24919
|
}
|
|
24801
24920
|
.ag-theme-salt-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-medium-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
24802
|
-
background-color
|
|
24803
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
24921
|
+
background-color:#00ff841a !important;
|
|
24922
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
24804
24923
|
}
|
|
24805
24924
|
.ag-theme-salt-medium-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-medium-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
24806
|
-
background-color
|
|
24807
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
24925
|
+
background-color:#fff3;
|
|
24926
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
24808
24927
|
}
|
|
24809
24928
|
.ag-theme-salt-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-medium-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
24810
|
-
background-color
|
|
24811
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
24929
|
+
background-color:#ffffff5c;
|
|
24930
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
24812
24931
|
}
|
|
24813
24932
|
.ag-theme-salt-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-medium-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
24814
24933
|
background-color:hsla(0,0%,100%,.488);
|
|
24815
24934
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
24816
24935
|
}
|
|
24817
24936
|
.ag-theme-salt-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-medium-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
24818
|
-
background-color
|
|
24819
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
24937
|
+
background-color:#ffffff96;
|
|
24938
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
24820
24939
|
}
|
|
24821
24940
|
.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
24822
24941
|
border-top-color:#fff;
|
|
@@ -24960,7 +25079,7 @@ div[class*=ag-theme-salt]{
|
|
|
24960
25079
|
}
|
|
24961
25080
|
.ag-theme-salt-medium-dark .ag-tab{
|
|
24962
25081
|
align-items:center;
|
|
24963
|
-
border-bottom:0 solid
|
|
25082
|
+
border-bottom:0 solid #0000;
|
|
24964
25083
|
cursor:pointer;
|
|
24965
25084
|
display:flex;
|
|
24966
25085
|
flex:none;
|
|
@@ -25106,7 +25225,7 @@ div[class*=ag-theme-salt]{
|
|
|
25106
25225
|
width:16px;
|
|
25107
25226
|
}
|
|
25108
25227
|
.ag-theme-salt-medium-dark button.ag-side-button-button{
|
|
25109
|
-
background
|
|
25228
|
+
background:#0000;
|
|
25110
25229
|
background-position-x:center;
|
|
25111
25230
|
background-position-y:center;
|
|
25112
25231
|
background-repeat:no-repeat;
|
|
@@ -25164,7 +25283,7 @@ div[class*=ag-theme-salt]{
|
|
|
25164
25283
|
border-left-color:var(--ag-border-color, #5b5c5c);
|
|
25165
25284
|
}
|
|
25166
25285
|
.ag-theme-salt-medium-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-medium-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
25167
|
-
border-right:0 solid
|
|
25286
|
+
border-right:0 solid #0000;
|
|
25168
25287
|
margin-right:-1px;
|
|
25169
25288
|
padding-right:1px;
|
|
25170
25289
|
}
|
|
@@ -25181,7 +25300,7 @@ div[class*=ag-theme-salt]{
|
|
|
25181
25300
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
25182
25301
|
}
|
|
25183
25302
|
.ag-theme-salt-medium-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-medium-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
25184
|
-
border-left:0 solid
|
|
25303
|
+
border-left:0 solid #0000;
|
|
25185
25304
|
margin-left:-1px;
|
|
25186
25305
|
padding-left:1px;
|
|
25187
25306
|
}
|
|
@@ -25590,7 +25709,7 @@ div[class*=ag-theme-salt]{
|
|
|
25590
25709
|
|
|
25591
25710
|
.ag-theme-salt-medium-dark .ag-floating-filter-button-button{
|
|
25592
25711
|
appearance:none;
|
|
25593
|
-
background
|
|
25712
|
+
background:#0000;
|
|
25594
25713
|
border:none;
|
|
25595
25714
|
color:inherit;
|
|
25596
25715
|
font-family:inherit;
|
|
@@ -25623,8 +25742,8 @@ div[class*=ag-theme-salt]{
|
|
|
25623
25742
|
cursor:pointer;
|
|
25624
25743
|
}
|
|
25625
25744
|
.ag-theme-salt-medium-dark .ag-paging-button.ag-disabled{
|
|
25626
|
-
color
|
|
25627
|
-
color:var(--ag-disabled-foreground-color,
|
|
25745
|
+
color:#ffffff80;
|
|
25746
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
25628
25747
|
cursor:default;
|
|
25629
25748
|
}
|
|
25630
25749
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -25649,8 +25768,8 @@ div[class*=ag-theme-salt]{
|
|
|
25649
25768
|
.ag-theme-salt-medium-dark .ag-status-bar{
|
|
25650
25769
|
border-top:1px solid #5b5c5c;
|
|
25651
25770
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
25652
|
-
color
|
|
25653
|
-
color:var(--ag-disabled-foreground-color,
|
|
25771
|
+
color:#ffffff80;
|
|
25772
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
25654
25773
|
line-height:1.5;
|
|
25655
25774
|
padding-left:16px;
|
|
25656
25775
|
padding-right:16px;
|
|
@@ -25670,7 +25789,7 @@ div[class*=ag-theme-salt]{
|
|
|
25670
25789
|
}
|
|
25671
25790
|
.ag-theme-salt-medium-dark .ag-column-drop-cell{
|
|
25672
25791
|
background:var(--ag-chip-background-color);
|
|
25673
|
-
border:1px solid
|
|
25792
|
+
border:1px solid #0000;
|
|
25674
25793
|
border-radius:16px;
|
|
25675
25794
|
cursor:pointer;
|
|
25676
25795
|
height:16px;
|
|
@@ -25739,8 +25858,8 @@ div[class*=ag-theme-salt]{
|
|
|
25739
25858
|
margin:0 4px;
|
|
25740
25859
|
}
|
|
25741
25860
|
.ag-theme-salt-medium-dark .ag-column-drop-horizontal-empty-message{
|
|
25742
|
-
color
|
|
25743
|
-
color:var(--ag-disabled-foreground-color,
|
|
25861
|
+
color:#ffffff80;
|
|
25862
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
25744
25863
|
}
|
|
25745
25864
|
.ag-theme-salt-medium-dark .ag-ltr .ag-column-drop-horizontal-icon{
|
|
25746
25865
|
margin-right:8px;
|
|
@@ -25772,8 +25891,8 @@ div[class*=ag-theme-salt]{
|
|
|
25772
25891
|
}
|
|
25773
25892
|
.ag-theme-salt-medium-dark .ag-column-drop-vertical-empty-message{
|
|
25774
25893
|
bottom:0;
|
|
25775
|
-
color
|
|
25776
|
-
color:var(--ag-disabled-foreground-color,
|
|
25894
|
+
color:#ffffff80;
|
|
25895
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
25777
25896
|
left:0;
|
|
25778
25897
|
margin-top:4px;
|
|
25779
25898
|
overflow:hidden;
|
|
@@ -26151,7 +26270,7 @@ div[class*=ag-theme-salt]{
|
|
|
26151
26270
|
background-color:#5b5c5c;
|
|
26152
26271
|
background-color:var(--ag-border-color, #5b5c5c);
|
|
26153
26272
|
border-radius:0;
|
|
26154
|
-
color
|
|
26273
|
+
color:#0000;
|
|
26155
26274
|
height:3px;
|
|
26156
26275
|
margin:0;
|
|
26157
26276
|
padding:0;
|
|
@@ -26271,9 +26390,13 @@ div[class*=ag-theme-salt]{
|
|
|
26271
26390
|
}
|
|
26272
26391
|
.ag-theme-salt-medium-dark .ag-menu{
|
|
26273
26392
|
background-color:var(--agGrid-background);
|
|
26393
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
26274
26394
|
color:var(--agGrid-menu-color);
|
|
26275
26395
|
padding:var(--salt-spacing-100);
|
|
26276
26396
|
}
|
|
26397
|
+
.ag-theme-salt-medium-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
26398
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
26399
|
+
}
|
|
26277
26400
|
.ag-theme-salt-medium-dark .ag-menu .ag-tabs-body{
|
|
26278
26401
|
padding:0;
|
|
26279
26402
|
}
|
|
@@ -26416,15 +26539,35 @@ div[class*=ag-theme-salt]{
|
|
|
26416
26539
|
font-size:var(--agGrid-header-fontSize);
|
|
26417
26540
|
font-weight:var(--agGrid-header-fontWeight);
|
|
26418
26541
|
}
|
|
26542
|
+
.ag-theme-salt-medium-dark .ag-header-icon{
|
|
26543
|
+
color:var(--agGrid-header-foreground);
|
|
26544
|
+
}
|
|
26419
26545
|
.ag-theme-salt-medium-dark .ag-header-cell:after,.ag-theme-salt-medium-dark .ag-header-group-cell:after{
|
|
26420
26546
|
height:var(--agGrid-column-separator-height);
|
|
26421
26547
|
top:var(--agGrid-column-separator-top);
|
|
26422
26548
|
}
|
|
26549
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
26550
|
+
margin-left:auto;
|
|
26551
|
+
}
|
|
26552
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
26553
|
+
margin-right:auto;
|
|
26554
|
+
}
|
|
26555
|
+
.ag-theme-salt-medium-dark .ag-sort-indicator-container{
|
|
26556
|
+
align-items:center;
|
|
26557
|
+
}
|
|
26558
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
26559
|
+
padding-left:var(--salt-spacing-100);
|
|
26560
|
+
}
|
|
26561
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
26562
|
+
padding-right:var(--salt-spacing-100);
|
|
26563
|
+
}
|
|
26423
26564
|
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
26424
26565
|
margin-right:auto;
|
|
26566
|
+
padding-left:var(--salt-spacing-100);
|
|
26425
26567
|
}
|
|
26426
26568
|
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
26427
26569
|
margin-left:auto;
|
|
26570
|
+
padding-right:var(--salt-spacing-100);
|
|
26428
26571
|
}
|
|
26429
26572
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
26430
26573
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -26470,9 +26613,6 @@ div[class*=ag-theme-salt]{
|
|
|
26470
26613
|
padding-left:var(--salt-spacing-100);
|
|
26471
26614
|
padding-right:var(--salt-spacing-100);
|
|
26472
26615
|
}
|
|
26473
|
-
.ag-theme-salt-medium-dark .ag-cell-wrapper{
|
|
26474
|
-
height:100%;
|
|
26475
|
-
}
|
|
26476
26616
|
.ag-theme-salt-medium-dark .ag-ltr .ag-cell{
|
|
26477
26617
|
border:none;
|
|
26478
26618
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -26488,7 +26628,7 @@ div[class*=ag-theme-salt]{
|
|
|
26488
26628
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
26489
26629
|
}
|
|
26490
26630
|
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
26491
|
-
border-color
|
|
26631
|
+
border-color:#0000 !important;
|
|
26492
26632
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
26493
26633
|
outline-offset:-2px;
|
|
26494
26634
|
}
|
|
@@ -26499,9 +26639,9 @@ div[class*=ag-theme-salt]{
|
|
|
26499
26639
|
overflow:visible;
|
|
26500
26640
|
}
|
|
26501
26641
|
.ag-theme-salt-medium-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-medium-dark .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-medium-dark .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-medium-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
26502
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
26642
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
26503
26643
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
26504
|
-
border-top:0 solid
|
|
26644
|
+
border-top:0 solid #0000;
|
|
26505
26645
|
content:"";
|
|
26506
26646
|
left:0;
|
|
26507
26647
|
position:absolute;
|
|
@@ -26576,7 +26716,7 @@ div[class*=ag-theme-salt]{
|
|
|
26576
26716
|
appearance:none;
|
|
26577
26717
|
-webkit-appearance:none;
|
|
26578
26718
|
background:var(--salt-actionable-secondary-background);
|
|
26579
|
-
border:1px
|
|
26719
|
+
border:1px #0000;
|
|
26580
26720
|
border-radius:0;
|
|
26581
26721
|
color:var(--salt-actionable-secondary-foreground);
|
|
26582
26722
|
cursor:pointer;
|
|
@@ -26707,6 +26847,13 @@ div[class*=ag-theme-salt]{
|
|
|
26707
26847
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
26708
26848
|
outline-offset:-2px;
|
|
26709
26849
|
}
|
|
26850
|
+
.ag-theme-salt-medium-dark .ag-header-cell.ag-column-menu-visible{
|
|
26851
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
26852
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
26853
|
+
}
|
|
26854
|
+
.ag-theme-salt-medium-dark .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
26855
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
26856
|
+
}
|
|
26710
26857
|
.ag-theme-salt-medium-dark .ag-pinned-right-header .ag-floating-filter{
|
|
26711
26858
|
border-left:0;
|
|
26712
26859
|
}
|
|
@@ -26939,8 +27086,8 @@ div[class*=ag-theme-salt]{
|
|
|
26939
27086
|
.ag-theme-salt-medium-light input[class^=ag-]:not([type]):disabled,.ag-theme-salt-medium-light input[class^=ag-][type=date]:disabled,.ag-theme-salt-medium-light input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-medium-light input[class^=ag-][type=number]:disabled,.ag-theme-salt-medium-light input[class^=ag-][type=tel]:disabled,.ag-theme-salt-medium-light input[class^=ag-][type=text]:disabled,.ag-theme-salt-medium-light textarea[class^=ag-]:disabled{
|
|
26940
27087
|
background-color:var(--ag-input-disabled-background-color);
|
|
26941
27088
|
border-color:var(--ag-input-disabled-border-color);
|
|
26942
|
-
color
|
|
26943
|
-
color:var(--ag-disabled-foreground-color,
|
|
27089
|
+
color:#2a2c2f80;
|
|
27090
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
26944
27091
|
}
|
|
26945
27092
|
.ag-theme-salt-medium-light input[class^=ag-]:not([type]):focus,.ag-theme-salt-medium-light input[class^=ag-][type=date]:focus,.ag-theme-salt-medium-light input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-medium-light input[class^=ag-][type=number]:focus,.ag-theme-salt-medium-light input[class^=ag-][type=tel]:focus,.ag-theme-salt-medium-light input[class^=ag-][type=text]:focus,.ag-theme-salt-medium-light textarea[class^=ag-]:focus{
|
|
26946
27093
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -27137,8 +27284,8 @@ div[class*=ag-theme-salt]{
|
|
|
27137
27284
|
margin-bottom:2px;
|
|
27138
27285
|
}
|
|
27139
27286
|
.ag-theme-salt-medium-light .ag-angle-select[disabled]{
|
|
27140
|
-
color
|
|
27141
|
-
color:var(--ag-disabled-foreground-color,
|
|
27287
|
+
color:#2a2c2f80;
|
|
27288
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
27142
27289
|
pointer-events:none;
|
|
27143
27290
|
}
|
|
27144
27291
|
.ag-theme-salt-medium-light .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -27200,16 +27347,16 @@ div[class*=ag-theme-salt]{
|
|
|
27200
27347
|
padding:10px;
|
|
27201
27348
|
}
|
|
27202
27349
|
.ag-theme-salt-medium-light .ag-spectrum-sat{
|
|
27203
|
-
background-image:linear-gradient(90deg, #fff,
|
|
27350
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
27204
27351
|
}
|
|
27205
27352
|
.ag-theme-salt-medium-light .ag-spectrum-val{
|
|
27206
|
-
background-image:linear-gradient(0deg, #000,
|
|
27353
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
27207
27354
|
}
|
|
27208
27355
|
.ag-theme-salt-medium-light .ag-spectrum-dragger{
|
|
27209
27356
|
background:#000;
|
|
27210
27357
|
border:1px solid #fff;
|
|
27211
27358
|
border-radius:12px;
|
|
27212
|
-
box-shadow:0 0 2px 0
|
|
27359
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
27213
27360
|
height:12px;
|
|
27214
27361
|
width:12px;
|
|
27215
27362
|
}
|
|
@@ -27224,7 +27371,7 @@ div[class*=ag-theme-salt]{
|
|
|
27224
27371
|
.ag-theme-salt-medium-light .ag-spectrum-slider{
|
|
27225
27372
|
background-color:#f8f8f8;
|
|
27226
27373
|
border-radius:13px;
|
|
27227
|
-
box-shadow:0 1px 4px 0
|
|
27374
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
27228
27375
|
height:13px;
|
|
27229
27376
|
margin-top:-12px;
|
|
27230
27377
|
width:13px;
|
|
@@ -27261,7 +27408,7 @@ div[class*=ag-theme-salt]{
|
|
|
27261
27408
|
margin-right:4px;
|
|
27262
27409
|
}
|
|
27263
27410
|
.ag-theme-salt-medium-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
27264
|
-
box-shadow:5px 5px 10px
|
|
27411
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
27265
27412
|
}
|
|
27266
27413
|
.ag-dragging-fill-handle .ag-theme-salt-medium-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-medium-light .ag-dialog{
|
|
27267
27414
|
opacity:.7;
|
|
@@ -27434,8 +27581,8 @@ div[class*=ag-theme-salt]{
|
|
|
27434
27581
|
margin-bottom:4px;
|
|
27435
27582
|
}
|
|
27436
27583
|
.ag-theme-salt-medium-light .ag-column-select-column-group-readonly,.ag-theme-salt-medium-light .ag-column-select-column-readonly{
|
|
27437
|
-
color
|
|
27438
|
-
color:var(--ag-disabled-foreground-color,
|
|
27584
|
+
color:#2a2c2f80;
|
|
27585
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
27439
27586
|
pointer-events:none;
|
|
27440
27587
|
}
|
|
27441
27588
|
.ag-theme-salt-medium-light .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -29862,13 +30009,13 @@ div[class*=ag-theme-salt]{
|
|
|
29862
30009
|
transition:background-color 1s;
|
|
29863
30010
|
}
|
|
29864
30011
|
.ag-theme-salt-medium-light .ag-value-change-value-highlight{
|
|
29865
|
-
background-color
|
|
29866
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
30012
|
+
background-color:#16a08580;
|
|
30013
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
29867
30014
|
transition:background-color .1s;
|
|
29868
30015
|
}
|
|
29869
30016
|
.ag-theme-salt-medium-light .ag-cell-data-changed{
|
|
29870
|
-
background-color
|
|
29871
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
30017
|
+
background-color:#16a08580 !important;
|
|
30018
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
29872
30019
|
}
|
|
29873
30020
|
.ag-theme-salt-medium-light .ag-cell-data-changed-animation{
|
|
29874
30021
|
background-color:initial;
|
|
@@ -29967,7 +30114,7 @@ div[class*=ag-theme-salt]{
|
|
|
29967
30114
|
--ag-internal-calculated-line-height:var(--ag-line-height, 34px);
|
|
29968
30115
|
--ag-internal-padded-row-height:34px;
|
|
29969
30116
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
29970
|
-
border:1px solid
|
|
30117
|
+
border:1px solid #0000;
|
|
29971
30118
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
29972
30119
|
padding-left:7px;
|
|
29973
30120
|
padding-right:7px;
|
|
@@ -30006,8 +30153,8 @@ div[class*=ag-theme-salt]{
|
|
|
30006
30153
|
min-height:50px;
|
|
30007
30154
|
}
|
|
30008
30155
|
.ag-theme-salt-medium-light .ag-overlay-loading-wrapper{
|
|
30009
|
-
background-color
|
|
30010
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
30156
|
+
background-color:#ffffffa8;
|
|
30157
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
30011
30158
|
}
|
|
30012
30159
|
.ag-theme-salt-medium-light .ag-overlay-loading-center{
|
|
30013
30160
|
background:#fff;
|
|
@@ -30053,11 +30200,11 @@ div[class*=ag-theme-salt]{
|
|
|
30053
30200
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
30054
30201
|
}
|
|
30055
30202
|
.ag-theme-salt-medium-light .ag-ltr .ag-cell{
|
|
30056
|
-
border-right:solid
|
|
30203
|
+
border-right:solid #0000;
|
|
30057
30204
|
}
|
|
30058
30205
|
|
|
30059
30206
|
.ag-theme-salt-medium-light .ag-rtl .ag-cell{
|
|
30060
|
-
border-left:solid
|
|
30207
|
+
border-left:solid #0000;
|
|
30061
30208
|
}
|
|
30062
30209
|
|
|
30063
30210
|
.ag-theme-salt-medium-light .ag-ltr .ag-cell{
|
|
@@ -30077,32 +30224,32 @@ div[class*=ag-theme-salt]{
|
|
|
30077
30224
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
30078
30225
|
}
|
|
30079
30226
|
.ag-theme-salt-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-medium-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
30080
|
-
background-color
|
|
30081
|
-
background-color:var(--ag-range-selection-background-color,
|
|
30227
|
+
background-color:#2a2c2f33;
|
|
30228
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
30082
30229
|
}
|
|
30083
30230
|
.ag-theme-salt-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-medium-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
30084
|
-
background-color
|
|
30085
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
30231
|
+
background-color:#0058ff1a !important;
|
|
30232
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
30086
30233
|
}
|
|
30087
30234
|
.ag-theme-salt-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-medium-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
30088
|
-
background-color
|
|
30089
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
30235
|
+
background-color:#00ff841a !important;
|
|
30236
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
30090
30237
|
}
|
|
30091
30238
|
.ag-theme-salt-medium-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-medium-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
30092
|
-
background-color
|
|
30093
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
30239
|
+
background-color:#2a2c2f33;
|
|
30240
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
30094
30241
|
}
|
|
30095
30242
|
.ag-theme-salt-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-medium-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
30096
|
-
background-color
|
|
30097
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
30243
|
+
background-color:#2a2c2f5c;
|
|
30244
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
30098
30245
|
}
|
|
30099
30246
|
.ag-theme-salt-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-medium-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
30100
30247
|
background-color:rgba(42,44,47,.488);
|
|
30101
30248
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
30102
30249
|
}
|
|
30103
30250
|
.ag-theme-salt-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-medium-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
30104
|
-
background-color
|
|
30105
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
30251
|
+
background-color:#2a2c2f96;
|
|
30252
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
30106
30253
|
}
|
|
30107
30254
|
.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
30108
30255
|
border-top-color:#2a2c2f;
|
|
@@ -30246,7 +30393,7 @@ div[class*=ag-theme-salt]{
|
|
|
30246
30393
|
}
|
|
30247
30394
|
.ag-theme-salt-medium-light .ag-tab{
|
|
30248
30395
|
align-items:center;
|
|
30249
|
-
border-bottom:0 solid
|
|
30396
|
+
border-bottom:0 solid #0000;
|
|
30250
30397
|
cursor:pointer;
|
|
30251
30398
|
display:flex;
|
|
30252
30399
|
flex:none;
|
|
@@ -30392,7 +30539,7 @@ div[class*=ag-theme-salt]{
|
|
|
30392
30539
|
width:16px;
|
|
30393
30540
|
}
|
|
30394
30541
|
.ag-theme-salt-medium-light button.ag-side-button-button{
|
|
30395
|
-
background
|
|
30542
|
+
background:#0000;
|
|
30396
30543
|
background-position-x:center;
|
|
30397
30544
|
background-position-y:center;
|
|
30398
30545
|
background-repeat:no-repeat;
|
|
@@ -30450,7 +30597,7 @@ div[class*=ag-theme-salt]{
|
|
|
30450
30597
|
border-left-color:var(--ag-border-color, #cacacb);
|
|
30451
30598
|
}
|
|
30452
30599
|
.ag-theme-salt-medium-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-medium-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
30453
|
-
border-right:0 solid
|
|
30600
|
+
border-right:0 solid #0000;
|
|
30454
30601
|
margin-right:-1px;
|
|
30455
30602
|
padding-right:1px;
|
|
30456
30603
|
}
|
|
@@ -30467,7 +30614,7 @@ div[class*=ag-theme-salt]{
|
|
|
30467
30614
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
30468
30615
|
}
|
|
30469
30616
|
.ag-theme-salt-medium-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-medium-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
30470
|
-
border-left:0 solid
|
|
30617
|
+
border-left:0 solid #0000;
|
|
30471
30618
|
margin-left:-1px;
|
|
30472
30619
|
padding-left:1px;
|
|
30473
30620
|
}
|
|
@@ -30876,7 +31023,7 @@ div[class*=ag-theme-salt]{
|
|
|
30876
31023
|
|
|
30877
31024
|
.ag-theme-salt-medium-light .ag-floating-filter-button-button{
|
|
30878
31025
|
appearance:none;
|
|
30879
|
-
background
|
|
31026
|
+
background:#0000;
|
|
30880
31027
|
border:none;
|
|
30881
31028
|
color:inherit;
|
|
30882
31029
|
font-family:inherit;
|
|
@@ -30909,8 +31056,8 @@ div[class*=ag-theme-salt]{
|
|
|
30909
31056
|
cursor:pointer;
|
|
30910
31057
|
}
|
|
30911
31058
|
.ag-theme-salt-medium-light .ag-paging-button.ag-disabled{
|
|
30912
|
-
color
|
|
30913
|
-
color:var(--ag-disabled-foreground-color,
|
|
31059
|
+
color:#2a2c2f80;
|
|
31060
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
30914
31061
|
cursor:default;
|
|
30915
31062
|
}
|
|
30916
31063
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -30935,8 +31082,8 @@ div[class*=ag-theme-salt]{
|
|
|
30935
31082
|
.ag-theme-salt-medium-light .ag-status-bar{
|
|
30936
31083
|
border-top:1px solid #cacacb;
|
|
30937
31084
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
30938
|
-
color
|
|
30939
|
-
color:var(--ag-disabled-foreground-color,
|
|
31085
|
+
color:#2a2c2f80;
|
|
31086
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
30940
31087
|
line-height:1.5;
|
|
30941
31088
|
padding-left:16px;
|
|
30942
31089
|
padding-right:16px;
|
|
@@ -30956,7 +31103,7 @@ div[class*=ag-theme-salt]{
|
|
|
30956
31103
|
}
|
|
30957
31104
|
.ag-theme-salt-medium-light .ag-column-drop-cell{
|
|
30958
31105
|
background:var(--ag-chip-background-color);
|
|
30959
|
-
border:1px solid
|
|
31106
|
+
border:1px solid #0000;
|
|
30960
31107
|
border-radius:16px;
|
|
30961
31108
|
cursor:pointer;
|
|
30962
31109
|
height:16px;
|
|
@@ -31025,8 +31172,8 @@ div[class*=ag-theme-salt]{
|
|
|
31025
31172
|
margin:0 4px;
|
|
31026
31173
|
}
|
|
31027
31174
|
.ag-theme-salt-medium-light .ag-column-drop-horizontal-empty-message{
|
|
31028
|
-
color
|
|
31029
|
-
color:var(--ag-disabled-foreground-color,
|
|
31175
|
+
color:#2a2c2f80;
|
|
31176
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
31030
31177
|
}
|
|
31031
31178
|
.ag-theme-salt-medium-light .ag-ltr .ag-column-drop-horizontal-icon{
|
|
31032
31179
|
margin-right:8px;
|
|
@@ -31058,8 +31205,8 @@ div[class*=ag-theme-salt]{
|
|
|
31058
31205
|
}
|
|
31059
31206
|
.ag-theme-salt-medium-light .ag-column-drop-vertical-empty-message{
|
|
31060
31207
|
bottom:0;
|
|
31061
|
-
color
|
|
31062
|
-
color:var(--ag-disabled-foreground-color,
|
|
31208
|
+
color:#2a2c2f80;
|
|
31209
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
31063
31210
|
left:0;
|
|
31064
31211
|
margin-top:4px;
|
|
31065
31212
|
overflow:hidden;
|
|
@@ -31437,7 +31584,7 @@ div[class*=ag-theme-salt]{
|
|
|
31437
31584
|
background-color:#cacacb;
|
|
31438
31585
|
background-color:var(--ag-border-color, #cacacb);
|
|
31439
31586
|
border-radius:0;
|
|
31440
|
-
color
|
|
31587
|
+
color:#0000;
|
|
31441
31588
|
height:3px;
|
|
31442
31589
|
margin:0;
|
|
31443
31590
|
padding:0;
|
|
@@ -31557,9 +31704,13 @@ div[class*=ag-theme-salt]{
|
|
|
31557
31704
|
}
|
|
31558
31705
|
.ag-theme-salt-medium-light .ag-menu{
|
|
31559
31706
|
background-color:var(--agGrid-background);
|
|
31707
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
31560
31708
|
color:var(--agGrid-menu-color);
|
|
31561
31709
|
padding:var(--salt-spacing-100);
|
|
31562
31710
|
}
|
|
31711
|
+
.ag-theme-salt-medium-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
31712
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
31713
|
+
}
|
|
31563
31714
|
.ag-theme-salt-medium-light .ag-menu .ag-tabs-body{
|
|
31564
31715
|
padding:0;
|
|
31565
31716
|
}
|
|
@@ -31702,15 +31853,35 @@ div[class*=ag-theme-salt]{
|
|
|
31702
31853
|
font-size:var(--agGrid-header-fontSize);
|
|
31703
31854
|
font-weight:var(--agGrid-header-fontWeight);
|
|
31704
31855
|
}
|
|
31856
|
+
.ag-theme-salt-medium-light .ag-header-icon{
|
|
31857
|
+
color:var(--agGrid-header-foreground);
|
|
31858
|
+
}
|
|
31705
31859
|
.ag-theme-salt-medium-light .ag-header-cell:after,.ag-theme-salt-medium-light .ag-header-group-cell:after{
|
|
31706
31860
|
height:var(--agGrid-column-separator-height);
|
|
31707
31861
|
top:var(--agGrid-column-separator-top);
|
|
31708
31862
|
}
|
|
31863
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
31864
|
+
margin-left:auto;
|
|
31865
|
+
}
|
|
31866
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
31867
|
+
margin-right:auto;
|
|
31868
|
+
}
|
|
31869
|
+
.ag-theme-salt-medium-light .ag-sort-indicator-container{
|
|
31870
|
+
align-items:center;
|
|
31871
|
+
}
|
|
31872
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
31873
|
+
padding-left:var(--salt-spacing-100);
|
|
31874
|
+
}
|
|
31875
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
31876
|
+
padding-right:var(--salt-spacing-100);
|
|
31877
|
+
}
|
|
31709
31878
|
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
31710
31879
|
margin-right:auto;
|
|
31880
|
+
padding-left:var(--salt-spacing-100);
|
|
31711
31881
|
}
|
|
31712
31882
|
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
31713
31883
|
margin-left:auto;
|
|
31884
|
+
padding-right:var(--salt-spacing-100);
|
|
31714
31885
|
}
|
|
31715
31886
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
31716
31887
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -31756,9 +31927,6 @@ div[class*=ag-theme-salt]{
|
|
|
31756
31927
|
padding-left:var(--salt-spacing-100);
|
|
31757
31928
|
padding-right:var(--salt-spacing-100);
|
|
31758
31929
|
}
|
|
31759
|
-
.ag-theme-salt-medium-light .ag-cell-wrapper{
|
|
31760
|
-
height:100%;
|
|
31761
|
-
}
|
|
31762
31930
|
.ag-theme-salt-medium-light .ag-ltr .ag-cell{
|
|
31763
31931
|
border:none;
|
|
31764
31932
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -31774,7 +31942,7 @@ div[class*=ag-theme-salt]{
|
|
|
31774
31942
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
31775
31943
|
}
|
|
31776
31944
|
.ag-theme-salt-medium-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
31777
|
-
border-color
|
|
31945
|
+
border-color:#0000 !important;
|
|
31778
31946
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
31779
31947
|
outline-offset:-2px;
|
|
31780
31948
|
}
|
|
@@ -31785,9 +31953,9 @@ div[class*=ag-theme-salt]{
|
|
|
31785
31953
|
overflow:visible;
|
|
31786
31954
|
}
|
|
31787
31955
|
.ag-theme-salt-medium-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-medium-light .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-medium-light .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-medium-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
31788
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
31956
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
31789
31957
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
31790
|
-
border-top:0 solid
|
|
31958
|
+
border-top:0 solid #0000;
|
|
31791
31959
|
content:"";
|
|
31792
31960
|
left:0;
|
|
31793
31961
|
position:absolute;
|
|
@@ -31862,7 +32030,7 @@ div[class*=ag-theme-salt]{
|
|
|
31862
32030
|
appearance:none;
|
|
31863
32031
|
-webkit-appearance:none;
|
|
31864
32032
|
background:var(--salt-actionable-secondary-background);
|
|
31865
|
-
border:1px
|
|
32033
|
+
border:1px #0000;
|
|
31866
32034
|
border-radius:0;
|
|
31867
32035
|
color:var(--salt-actionable-secondary-foreground);
|
|
31868
32036
|
cursor:pointer;
|
|
@@ -31993,6 +32161,13 @@ div[class*=ag-theme-salt]{
|
|
|
31993
32161
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
31994
32162
|
outline-offset:-2px;
|
|
31995
32163
|
}
|
|
32164
|
+
.ag-theme-salt-medium-light .ag-header-cell.ag-column-menu-visible{
|
|
32165
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
32166
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
32167
|
+
}
|
|
32168
|
+
.ag-theme-salt-medium-light .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
32169
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
32170
|
+
}
|
|
31996
32171
|
.ag-theme-salt-medium-light .ag-pinned-right-header .ag-floating-filter{
|
|
31997
32172
|
border-left:0;
|
|
31998
32173
|
}
|
|
@@ -32235,8 +32410,8 @@ div[class*=ag-theme-salt]{
|
|
|
32235
32410
|
.ag-theme-salt-low-dark input[class^=ag-]:not([type]):disabled,.ag-theme-salt-low-dark input[class^=ag-][type=date]:disabled,.ag-theme-salt-low-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-low-dark input[class^=ag-][type=number]:disabled,.ag-theme-salt-low-dark input[class^=ag-][type=tel]:disabled,.ag-theme-salt-low-dark input[class^=ag-][type=text]:disabled,.ag-theme-salt-low-dark textarea[class^=ag-]:disabled{
|
|
32236
32411
|
background-color:var(--ag-input-disabled-background-color);
|
|
32237
32412
|
border-color:var(--ag-input-disabled-border-color);
|
|
32238
|
-
color
|
|
32239
|
-
color:var(--ag-disabled-foreground-color,
|
|
32413
|
+
color:#ffffff80;
|
|
32414
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
32240
32415
|
}
|
|
32241
32416
|
.ag-theme-salt-low-dark input[class^=ag-]:not([type]):focus,.ag-theme-salt-low-dark input[class^=ag-][type=date]:focus,.ag-theme-salt-low-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-low-dark input[class^=ag-][type=number]:focus,.ag-theme-salt-low-dark input[class^=ag-][type=tel]:focus,.ag-theme-salt-low-dark input[class^=ag-][type=text]:focus,.ag-theme-salt-low-dark textarea[class^=ag-]:focus{
|
|
32242
32417
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -32433,8 +32608,8 @@ div[class*=ag-theme-salt]{
|
|
|
32433
32608
|
margin-bottom:2px;
|
|
32434
32609
|
}
|
|
32435
32610
|
.ag-theme-salt-low-dark .ag-angle-select[disabled]{
|
|
32436
|
-
color
|
|
32437
|
-
color:var(--ag-disabled-foreground-color,
|
|
32611
|
+
color:#ffffff80;
|
|
32612
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
32438
32613
|
pointer-events:none;
|
|
32439
32614
|
}
|
|
32440
32615
|
.ag-theme-salt-low-dark .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -32496,16 +32671,16 @@ div[class*=ag-theme-salt]{
|
|
|
32496
32671
|
padding:10px;
|
|
32497
32672
|
}
|
|
32498
32673
|
.ag-theme-salt-low-dark .ag-spectrum-sat{
|
|
32499
|
-
background-image:linear-gradient(90deg, #fff,
|
|
32674
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
32500
32675
|
}
|
|
32501
32676
|
.ag-theme-salt-low-dark .ag-spectrum-val{
|
|
32502
|
-
background-image:linear-gradient(0deg, #000,
|
|
32677
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
32503
32678
|
}
|
|
32504
32679
|
.ag-theme-salt-low-dark .ag-spectrum-dragger{
|
|
32505
32680
|
background:#000;
|
|
32506
32681
|
border:1px solid #fff;
|
|
32507
32682
|
border-radius:12px;
|
|
32508
|
-
box-shadow:0 0 2px 0
|
|
32683
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
32509
32684
|
height:12px;
|
|
32510
32685
|
width:12px;
|
|
32511
32686
|
}
|
|
@@ -32520,7 +32695,7 @@ div[class*=ag-theme-salt]{
|
|
|
32520
32695
|
.ag-theme-salt-low-dark .ag-spectrum-slider{
|
|
32521
32696
|
background-color:#f8f8f8;
|
|
32522
32697
|
border-radius:13px;
|
|
32523
|
-
box-shadow:0 1px 4px 0
|
|
32698
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
32524
32699
|
height:13px;
|
|
32525
32700
|
margin-top:-12px;
|
|
32526
32701
|
width:13px;
|
|
@@ -32557,7 +32732,7 @@ div[class*=ag-theme-salt]{
|
|
|
32557
32732
|
margin-right:4px;
|
|
32558
32733
|
}
|
|
32559
32734
|
.ag-theme-salt-low-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
32560
|
-
box-shadow:5px 5px 10px
|
|
32735
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
32561
32736
|
}
|
|
32562
32737
|
.ag-dragging-fill-handle .ag-theme-salt-low-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-low-dark .ag-dialog{
|
|
32563
32738
|
opacity:.7;
|
|
@@ -32730,8 +32905,8 @@ div[class*=ag-theme-salt]{
|
|
|
32730
32905
|
margin-bottom:4px;
|
|
32731
32906
|
}
|
|
32732
32907
|
.ag-theme-salt-low-dark .ag-column-select-column-group-readonly,.ag-theme-salt-low-dark .ag-column-select-column-readonly{
|
|
32733
|
-
color
|
|
32734
|
-
color:var(--ag-disabled-foreground-color,
|
|
32908
|
+
color:#ffffff80;
|
|
32909
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
32735
32910
|
pointer-events:none;
|
|
32736
32911
|
}
|
|
32737
32912
|
.ag-theme-salt-low-dark .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -35158,13 +35333,13 @@ div[class*=ag-theme-salt]{
|
|
|
35158
35333
|
transition:background-color 1s;
|
|
35159
35334
|
}
|
|
35160
35335
|
.ag-theme-salt-low-dark .ag-value-change-value-highlight{
|
|
35161
|
-
background-color
|
|
35162
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
35336
|
+
background-color:#16a08580;
|
|
35337
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
35163
35338
|
transition:background-color .1s;
|
|
35164
35339
|
}
|
|
35165
35340
|
.ag-theme-salt-low-dark .ag-cell-data-changed{
|
|
35166
|
-
background-color
|
|
35167
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
35341
|
+
background-color:#16a08580 !important;
|
|
35342
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
35168
35343
|
}
|
|
35169
35344
|
.ag-theme-salt-low-dark .ag-cell-data-changed-animation{
|
|
35170
35345
|
background-color:initial;
|
|
@@ -35263,7 +35438,7 @@ div[class*=ag-theme-salt]{
|
|
|
35263
35438
|
--ag-internal-calculated-line-height:var(--ag-line-height, 46px);
|
|
35264
35439
|
--ag-internal-padded-row-height:46px;
|
|
35265
35440
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
35266
|
-
border:1px solid
|
|
35441
|
+
border:1px solid #0000;
|
|
35267
35442
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
35268
35443
|
padding-left:11px;
|
|
35269
35444
|
padding-right:11px;
|
|
@@ -35302,8 +35477,8 @@ div[class*=ag-theme-salt]{
|
|
|
35302
35477
|
min-height:50px;
|
|
35303
35478
|
}
|
|
35304
35479
|
.ag-theme-salt-low-dark .ag-overlay-loading-wrapper{
|
|
35305
|
-
background-color
|
|
35306
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
35480
|
+
background-color:#242526a8;
|
|
35481
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
35307
35482
|
}
|
|
35308
35483
|
.ag-theme-salt-low-dark .ag-overlay-loading-center{
|
|
35309
35484
|
background:#242526;
|
|
@@ -35349,11 +35524,11 @@ div[class*=ag-theme-salt]{
|
|
|
35349
35524
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
35350
35525
|
}
|
|
35351
35526
|
.ag-theme-salt-low-dark .ag-ltr .ag-cell{
|
|
35352
|
-
border-right:solid
|
|
35527
|
+
border-right:solid #0000;
|
|
35353
35528
|
}
|
|
35354
35529
|
|
|
35355
35530
|
.ag-theme-salt-low-dark .ag-rtl .ag-cell{
|
|
35356
|
-
border-left:solid
|
|
35531
|
+
border-left:solid #0000;
|
|
35357
35532
|
}
|
|
35358
35533
|
|
|
35359
35534
|
.ag-theme-salt-low-dark .ag-ltr .ag-cell{
|
|
@@ -35373,32 +35548,32 @@ div[class*=ag-theme-salt]{
|
|
|
35373
35548
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
35374
35549
|
}
|
|
35375
35550
|
.ag-theme-salt-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-low-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
35376
|
-
background-color
|
|
35377
|
-
background-color:var(--ag-range-selection-background-color,
|
|
35551
|
+
background-color:#fff3;
|
|
35552
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
35378
35553
|
}
|
|
35379
35554
|
.ag-theme-salt-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-low-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
35380
|
-
background-color
|
|
35381
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
35555
|
+
background-color:#0058ff1a !important;
|
|
35556
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
35382
35557
|
}
|
|
35383
35558
|
.ag-theme-salt-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-low-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
35384
|
-
background-color
|
|
35385
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
35559
|
+
background-color:#00ff841a !important;
|
|
35560
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
35386
35561
|
}
|
|
35387
35562
|
.ag-theme-salt-low-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-low-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
35388
|
-
background-color
|
|
35389
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
35563
|
+
background-color:#fff3;
|
|
35564
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
35390
35565
|
}
|
|
35391
35566
|
.ag-theme-salt-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-low-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
35392
|
-
background-color
|
|
35393
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
35567
|
+
background-color:#ffffff5c;
|
|
35568
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
35394
35569
|
}
|
|
35395
35570
|
.ag-theme-salt-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-low-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
35396
35571
|
background-color:hsla(0,0%,100%,.488);
|
|
35397
35572
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
35398
35573
|
}
|
|
35399
35574
|
.ag-theme-salt-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-low-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
35400
|
-
background-color
|
|
35401
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
35575
|
+
background-color:#ffffff96;
|
|
35576
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
35402
35577
|
}
|
|
35403
35578
|
.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
35404
35579
|
border-top-color:#fff;
|
|
@@ -35542,7 +35717,7 @@ div[class*=ag-theme-salt]{
|
|
|
35542
35717
|
}
|
|
35543
35718
|
.ag-theme-salt-low-dark .ag-tab{
|
|
35544
35719
|
align-items:center;
|
|
35545
|
-
border-bottom:0 solid
|
|
35720
|
+
border-bottom:0 solid #0000;
|
|
35546
35721
|
cursor:pointer;
|
|
35547
35722
|
display:flex;
|
|
35548
35723
|
flex:none;
|
|
@@ -35688,7 +35863,7 @@ div[class*=ag-theme-salt]{
|
|
|
35688
35863
|
width:16px;
|
|
35689
35864
|
}
|
|
35690
35865
|
.ag-theme-salt-low-dark button.ag-side-button-button{
|
|
35691
|
-
background
|
|
35866
|
+
background:#0000;
|
|
35692
35867
|
background-position-x:center;
|
|
35693
35868
|
background-position-y:center;
|
|
35694
35869
|
background-repeat:no-repeat;
|
|
@@ -35746,7 +35921,7 @@ div[class*=ag-theme-salt]{
|
|
|
35746
35921
|
border-left-color:var(--ag-border-color, #5b5c5c);
|
|
35747
35922
|
}
|
|
35748
35923
|
.ag-theme-salt-low-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-low-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
35749
|
-
border-right:0 solid
|
|
35924
|
+
border-right:0 solid #0000;
|
|
35750
35925
|
margin-right:-1px;
|
|
35751
35926
|
padding-right:1px;
|
|
35752
35927
|
}
|
|
@@ -35763,7 +35938,7 @@ div[class*=ag-theme-salt]{
|
|
|
35763
35938
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
35764
35939
|
}
|
|
35765
35940
|
.ag-theme-salt-low-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-low-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
35766
|
-
border-left:0 solid
|
|
35941
|
+
border-left:0 solid #0000;
|
|
35767
35942
|
margin-left:-1px;
|
|
35768
35943
|
padding-left:1px;
|
|
35769
35944
|
}
|
|
@@ -36168,7 +36343,7 @@ div[class*=ag-theme-salt]{
|
|
|
36168
36343
|
|
|
36169
36344
|
.ag-theme-salt-low-dark .ag-floating-filter-button-button{
|
|
36170
36345
|
appearance:none;
|
|
36171
|
-
background
|
|
36346
|
+
background:#0000;
|
|
36172
36347
|
border:none;
|
|
36173
36348
|
color:inherit;
|
|
36174
36349
|
font-family:inherit;
|
|
@@ -36201,8 +36376,8 @@ div[class*=ag-theme-salt]{
|
|
|
36201
36376
|
cursor:pointer;
|
|
36202
36377
|
}
|
|
36203
36378
|
.ag-theme-salt-low-dark .ag-paging-button.ag-disabled{
|
|
36204
|
-
color
|
|
36205
|
-
color:var(--ag-disabled-foreground-color,
|
|
36379
|
+
color:#ffffff80;
|
|
36380
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
36206
36381
|
cursor:default;
|
|
36207
36382
|
}
|
|
36208
36383
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -36227,8 +36402,8 @@ div[class*=ag-theme-salt]{
|
|
|
36227
36402
|
.ag-theme-salt-low-dark .ag-status-bar{
|
|
36228
36403
|
border-top:1px solid #5b5c5c;
|
|
36229
36404
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
36230
|
-
color
|
|
36231
|
-
color:var(--ag-disabled-foreground-color,
|
|
36405
|
+
color:#ffffff80;
|
|
36406
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
36232
36407
|
line-height:1.5;
|
|
36233
36408
|
padding-left:16px;
|
|
36234
36409
|
padding-right:16px;
|
|
@@ -36248,7 +36423,7 @@ div[class*=ag-theme-salt]{
|
|
|
36248
36423
|
}
|
|
36249
36424
|
.ag-theme-salt-low-dark .ag-column-drop-cell{
|
|
36250
36425
|
background:var(--ag-chip-background-color);
|
|
36251
|
-
border:1px solid
|
|
36426
|
+
border:1px solid #0000;
|
|
36252
36427
|
border-radius:16px;
|
|
36253
36428
|
cursor:pointer;
|
|
36254
36429
|
height:16px;
|
|
@@ -36317,8 +36492,8 @@ div[class*=ag-theme-salt]{
|
|
|
36317
36492
|
margin:0 4px;
|
|
36318
36493
|
}
|
|
36319
36494
|
.ag-theme-salt-low-dark .ag-column-drop-horizontal-empty-message{
|
|
36320
|
-
color
|
|
36321
|
-
color:var(--ag-disabled-foreground-color,
|
|
36495
|
+
color:#ffffff80;
|
|
36496
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
36322
36497
|
}
|
|
36323
36498
|
.ag-theme-salt-low-dark .ag-ltr .ag-column-drop-horizontal-icon{
|
|
36324
36499
|
margin-right:12px;
|
|
@@ -36350,8 +36525,8 @@ div[class*=ag-theme-salt]{
|
|
|
36350
36525
|
}
|
|
36351
36526
|
.ag-theme-salt-low-dark .ag-column-drop-vertical-empty-message{
|
|
36352
36527
|
bottom:0;
|
|
36353
|
-
color
|
|
36354
|
-
color:var(--ag-disabled-foreground-color,
|
|
36528
|
+
color:#ffffff80;
|
|
36529
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
36355
36530
|
left:0;
|
|
36356
36531
|
margin-top:4px;
|
|
36357
36532
|
overflow:hidden;
|
|
@@ -36729,7 +36904,7 @@ div[class*=ag-theme-salt]{
|
|
|
36729
36904
|
background-color:#5b5c5c;
|
|
36730
36905
|
background-color:var(--ag-border-color, #5b5c5c);
|
|
36731
36906
|
border-radius:0;
|
|
36732
|
-
color
|
|
36907
|
+
color:#0000;
|
|
36733
36908
|
height:3px;
|
|
36734
36909
|
margin:0;
|
|
36735
36910
|
padding:0;
|
|
@@ -36849,9 +37024,13 @@ div[class*=ag-theme-salt]{
|
|
|
36849
37024
|
}
|
|
36850
37025
|
.ag-theme-salt-low-dark .ag-menu{
|
|
36851
37026
|
background-color:var(--agGrid-background);
|
|
37027
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
36852
37028
|
color:var(--agGrid-menu-color);
|
|
36853
37029
|
padding:var(--salt-spacing-100);
|
|
36854
37030
|
}
|
|
37031
|
+
.ag-theme-salt-low-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
37032
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
37033
|
+
}
|
|
36855
37034
|
.ag-theme-salt-low-dark .ag-menu .ag-tabs-body{
|
|
36856
37035
|
padding:0;
|
|
36857
37036
|
}
|
|
@@ -36990,19 +37169,38 @@ div[class*=ag-theme-salt]{
|
|
|
36990
37169
|
border-color:var(--agGrid-header-borderColor);
|
|
36991
37170
|
}
|
|
36992
37171
|
.ag-theme-salt-low-dark .ag-header-row{
|
|
36993
|
-
color:var(--agGrid-header-foreground);
|
|
36994
37172
|
font-size:var(--agGrid-header-fontSize);
|
|
36995
37173
|
font-weight:var(--agGrid-header-fontWeight);
|
|
36996
37174
|
}
|
|
37175
|
+
.ag-theme-salt-low-dark .ag-header-icon,.ag-theme-salt-low-dark .ag-header-row{
|
|
37176
|
+
color:var(--agGrid-header-foreground);
|
|
37177
|
+
}
|
|
36997
37178
|
.ag-theme-salt-low-dark .ag-header-cell:after,.ag-theme-salt-low-dark .ag-header-group-cell:after{
|
|
36998
37179
|
height:var(--agGrid-column-separator-height);
|
|
36999
37180
|
top:var(--agGrid-column-separator-top);
|
|
37000
37181
|
}
|
|
37182
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
37183
|
+
margin-left:auto;
|
|
37184
|
+
}
|
|
37185
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
37186
|
+
margin-right:auto;
|
|
37187
|
+
}
|
|
37188
|
+
.ag-theme-salt-low-dark .ag-sort-indicator-container{
|
|
37189
|
+
align-items:center;
|
|
37190
|
+
}
|
|
37191
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
37192
|
+
padding-left:var(--salt-spacing-100);
|
|
37193
|
+
}
|
|
37194
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
37195
|
+
padding-right:var(--salt-spacing-100);
|
|
37196
|
+
}
|
|
37001
37197
|
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
37002
37198
|
margin-right:auto;
|
|
37199
|
+
padding-left:var(--salt-spacing-100);
|
|
37003
37200
|
}
|
|
37004
37201
|
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
37005
37202
|
margin-left:auto;
|
|
37203
|
+
padding-right:var(--salt-spacing-100);
|
|
37006
37204
|
}
|
|
37007
37205
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
37008
37206
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -37048,9 +37246,6 @@ div[class*=ag-theme-salt]{
|
|
|
37048
37246
|
padding-left:var(--salt-spacing-100);
|
|
37049
37247
|
padding-right:var(--salt-spacing-100);
|
|
37050
37248
|
}
|
|
37051
|
-
.ag-theme-salt-low-dark .ag-cell-wrapper{
|
|
37052
|
-
height:100%;
|
|
37053
|
-
}
|
|
37054
37249
|
.ag-theme-salt-low-dark .ag-ltr .ag-cell{
|
|
37055
37250
|
border:none;
|
|
37056
37251
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -37066,7 +37261,7 @@ div[class*=ag-theme-salt]{
|
|
|
37066
37261
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
37067
37262
|
}
|
|
37068
37263
|
.ag-theme-salt-low-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
37069
|
-
border-color
|
|
37264
|
+
border-color:#0000 !important;
|
|
37070
37265
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
37071
37266
|
outline-offset:-2px;
|
|
37072
37267
|
}
|
|
@@ -37077,9 +37272,9 @@ div[class*=ag-theme-salt]{
|
|
|
37077
37272
|
overflow:visible;
|
|
37078
37273
|
}
|
|
37079
37274
|
.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-low-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
37080
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
37275
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
37081
37276
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
37082
|
-
border-top:0 solid
|
|
37277
|
+
border-top:0 solid #0000;
|
|
37083
37278
|
content:"";
|
|
37084
37279
|
left:0;
|
|
37085
37280
|
position:absolute;
|
|
@@ -37154,7 +37349,7 @@ div[class*=ag-theme-salt]{
|
|
|
37154
37349
|
appearance:none;
|
|
37155
37350
|
-webkit-appearance:none;
|
|
37156
37351
|
background:var(--salt-actionable-secondary-background);
|
|
37157
|
-
border:1px
|
|
37352
|
+
border:1px #0000;
|
|
37158
37353
|
border-radius:0;
|
|
37159
37354
|
color:var(--salt-actionable-secondary-foreground);
|
|
37160
37355
|
cursor:pointer;
|
|
@@ -37285,6 +37480,13 @@ div[class*=ag-theme-salt]{
|
|
|
37285
37480
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
37286
37481
|
outline-offset:-2px;
|
|
37287
37482
|
}
|
|
37483
|
+
.ag-theme-salt-low-dark .ag-header-cell.ag-column-menu-visible{
|
|
37484
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
37485
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
37486
|
+
}
|
|
37487
|
+
.ag-theme-salt-low-dark .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
37488
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
37489
|
+
}
|
|
37288
37490
|
.ag-theme-salt-low-dark .ag-pinned-right-header .ag-floating-filter{
|
|
37289
37491
|
border-left:0;
|
|
37290
37492
|
}
|
|
@@ -37517,8 +37719,8 @@ div[class*=ag-theme-salt]{
|
|
|
37517
37719
|
.ag-theme-salt-low-light input[class^=ag-]:not([type]):disabled,.ag-theme-salt-low-light input[class^=ag-][type=date]:disabled,.ag-theme-salt-low-light input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-low-light input[class^=ag-][type=number]:disabled,.ag-theme-salt-low-light input[class^=ag-][type=tel]:disabled,.ag-theme-salt-low-light input[class^=ag-][type=text]:disabled,.ag-theme-salt-low-light textarea[class^=ag-]:disabled{
|
|
37518
37720
|
background-color:var(--ag-input-disabled-background-color);
|
|
37519
37721
|
border-color:var(--ag-input-disabled-border-color);
|
|
37520
|
-
color
|
|
37521
|
-
color:var(--ag-disabled-foreground-color,
|
|
37722
|
+
color:#2a2c2f80;
|
|
37723
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
37522
37724
|
}
|
|
37523
37725
|
.ag-theme-salt-low-light input[class^=ag-]:not([type]):focus,.ag-theme-salt-low-light input[class^=ag-][type=date]:focus,.ag-theme-salt-low-light input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-low-light input[class^=ag-][type=number]:focus,.ag-theme-salt-low-light input[class^=ag-][type=tel]:focus,.ag-theme-salt-low-light input[class^=ag-][type=text]:focus,.ag-theme-salt-low-light textarea[class^=ag-]:focus{
|
|
37524
37726
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -37715,8 +37917,8 @@ div[class*=ag-theme-salt]{
|
|
|
37715
37917
|
margin-bottom:2px;
|
|
37716
37918
|
}
|
|
37717
37919
|
.ag-theme-salt-low-light .ag-angle-select[disabled]{
|
|
37718
|
-
color
|
|
37719
|
-
color:var(--ag-disabled-foreground-color,
|
|
37920
|
+
color:#2a2c2f80;
|
|
37921
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
37720
37922
|
pointer-events:none;
|
|
37721
37923
|
}
|
|
37722
37924
|
.ag-theme-salt-low-light .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -37778,16 +37980,16 @@ div[class*=ag-theme-salt]{
|
|
|
37778
37980
|
padding:10px;
|
|
37779
37981
|
}
|
|
37780
37982
|
.ag-theme-salt-low-light .ag-spectrum-sat{
|
|
37781
|
-
background-image:linear-gradient(90deg, #fff,
|
|
37983
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
37782
37984
|
}
|
|
37783
37985
|
.ag-theme-salt-low-light .ag-spectrum-val{
|
|
37784
|
-
background-image:linear-gradient(0deg, #000,
|
|
37986
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
37785
37987
|
}
|
|
37786
37988
|
.ag-theme-salt-low-light .ag-spectrum-dragger{
|
|
37787
37989
|
background:#000;
|
|
37788
37990
|
border:1px solid #fff;
|
|
37789
37991
|
border-radius:12px;
|
|
37790
|
-
box-shadow:0 0 2px 0
|
|
37992
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
37791
37993
|
height:12px;
|
|
37792
37994
|
width:12px;
|
|
37793
37995
|
}
|
|
@@ -37802,7 +38004,7 @@ div[class*=ag-theme-salt]{
|
|
|
37802
38004
|
.ag-theme-salt-low-light .ag-spectrum-slider{
|
|
37803
38005
|
background-color:#f8f8f8;
|
|
37804
38006
|
border-radius:13px;
|
|
37805
|
-
box-shadow:0 1px 4px 0
|
|
38007
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
37806
38008
|
height:13px;
|
|
37807
38009
|
margin-top:-12px;
|
|
37808
38010
|
width:13px;
|
|
@@ -37839,7 +38041,7 @@ div[class*=ag-theme-salt]{
|
|
|
37839
38041
|
margin-right:4px;
|
|
37840
38042
|
}
|
|
37841
38043
|
.ag-theme-salt-low-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
37842
|
-
box-shadow:5px 5px 10px
|
|
38044
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
37843
38045
|
}
|
|
37844
38046
|
.ag-dragging-fill-handle .ag-theme-salt-low-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-low-light .ag-dialog{
|
|
37845
38047
|
opacity:.7;
|
|
@@ -38012,8 +38214,8 @@ div[class*=ag-theme-salt]{
|
|
|
38012
38214
|
margin-bottom:4px;
|
|
38013
38215
|
}
|
|
38014
38216
|
.ag-theme-salt-low-light .ag-column-select-column-group-readonly,.ag-theme-salt-low-light .ag-column-select-column-readonly{
|
|
38015
|
-
color
|
|
38016
|
-
color:var(--ag-disabled-foreground-color,
|
|
38217
|
+
color:#2a2c2f80;
|
|
38218
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
38017
38219
|
pointer-events:none;
|
|
38018
38220
|
}
|
|
38019
38221
|
.ag-theme-salt-low-light .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -40440,13 +40642,13 @@ div[class*=ag-theme-salt]{
|
|
|
40440
40642
|
transition:background-color 1s;
|
|
40441
40643
|
}
|
|
40442
40644
|
.ag-theme-salt-low-light .ag-value-change-value-highlight{
|
|
40443
|
-
background-color
|
|
40444
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
40645
|
+
background-color:#16a08580;
|
|
40646
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
40445
40647
|
transition:background-color .1s;
|
|
40446
40648
|
}
|
|
40447
40649
|
.ag-theme-salt-low-light .ag-cell-data-changed{
|
|
40448
|
-
background-color
|
|
40449
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
40650
|
+
background-color:#16a08580 !important;
|
|
40651
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
40450
40652
|
}
|
|
40451
40653
|
.ag-theme-salt-low-light .ag-cell-data-changed-animation{
|
|
40452
40654
|
background-color:initial;
|
|
@@ -40545,7 +40747,7 @@ div[class*=ag-theme-salt]{
|
|
|
40545
40747
|
--ag-internal-calculated-line-height:var(--ag-line-height, 46px);
|
|
40546
40748
|
--ag-internal-padded-row-height:46px;
|
|
40547
40749
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
40548
|
-
border:1px solid
|
|
40750
|
+
border:1px solid #0000;
|
|
40549
40751
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
40550
40752
|
padding-left:11px;
|
|
40551
40753
|
padding-right:11px;
|
|
@@ -40584,8 +40786,8 @@ div[class*=ag-theme-salt]{
|
|
|
40584
40786
|
min-height:50px;
|
|
40585
40787
|
}
|
|
40586
40788
|
.ag-theme-salt-low-light .ag-overlay-loading-wrapper{
|
|
40587
|
-
background-color
|
|
40588
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
40789
|
+
background-color:#ffffffa8;
|
|
40790
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
40589
40791
|
}
|
|
40590
40792
|
.ag-theme-salt-low-light .ag-overlay-loading-center{
|
|
40591
40793
|
background:#fff;
|
|
@@ -40631,11 +40833,11 @@ div[class*=ag-theme-salt]{
|
|
|
40631
40833
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
40632
40834
|
}
|
|
40633
40835
|
.ag-theme-salt-low-light .ag-ltr .ag-cell{
|
|
40634
|
-
border-right:solid
|
|
40836
|
+
border-right:solid #0000;
|
|
40635
40837
|
}
|
|
40636
40838
|
|
|
40637
40839
|
.ag-theme-salt-low-light .ag-rtl .ag-cell{
|
|
40638
|
-
border-left:solid
|
|
40840
|
+
border-left:solid #0000;
|
|
40639
40841
|
}
|
|
40640
40842
|
|
|
40641
40843
|
.ag-theme-salt-low-light .ag-ltr .ag-cell{
|
|
@@ -40655,32 +40857,32 @@ div[class*=ag-theme-salt]{
|
|
|
40655
40857
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
40656
40858
|
}
|
|
40657
40859
|
.ag-theme-salt-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-low-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
40658
|
-
background-color
|
|
40659
|
-
background-color:var(--ag-range-selection-background-color,
|
|
40860
|
+
background-color:#2a2c2f33;
|
|
40861
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
40660
40862
|
}
|
|
40661
40863
|
.ag-theme-salt-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-low-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
40662
|
-
background-color
|
|
40663
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
40864
|
+
background-color:#0058ff1a !important;
|
|
40865
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
40664
40866
|
}
|
|
40665
40867
|
.ag-theme-salt-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-low-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
40666
|
-
background-color
|
|
40667
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
40868
|
+
background-color:#00ff841a !important;
|
|
40869
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
40668
40870
|
}
|
|
40669
40871
|
.ag-theme-salt-low-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-low-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
40670
|
-
background-color
|
|
40671
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
40872
|
+
background-color:#2a2c2f33;
|
|
40873
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
40672
40874
|
}
|
|
40673
40875
|
.ag-theme-salt-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-low-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
40674
|
-
background-color
|
|
40675
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
40876
|
+
background-color:#2a2c2f5c;
|
|
40877
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
40676
40878
|
}
|
|
40677
40879
|
.ag-theme-salt-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-low-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
40678
40880
|
background-color:rgba(42,44,47,.488);
|
|
40679
40881
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
40680
40882
|
}
|
|
40681
40883
|
.ag-theme-salt-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-low-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
40682
|
-
background-color
|
|
40683
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
40884
|
+
background-color:#2a2c2f96;
|
|
40885
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
40684
40886
|
}
|
|
40685
40887
|
.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
40686
40888
|
border-top-color:#2a2c2f;
|
|
@@ -40824,7 +41026,7 @@ div[class*=ag-theme-salt]{
|
|
|
40824
41026
|
}
|
|
40825
41027
|
.ag-theme-salt-low-light .ag-tab{
|
|
40826
41028
|
align-items:center;
|
|
40827
|
-
border-bottom:0 solid
|
|
41029
|
+
border-bottom:0 solid #0000;
|
|
40828
41030
|
cursor:pointer;
|
|
40829
41031
|
display:flex;
|
|
40830
41032
|
flex:none;
|
|
@@ -40970,7 +41172,7 @@ div[class*=ag-theme-salt]{
|
|
|
40970
41172
|
width:16px;
|
|
40971
41173
|
}
|
|
40972
41174
|
.ag-theme-salt-low-light button.ag-side-button-button{
|
|
40973
|
-
background
|
|
41175
|
+
background:#0000;
|
|
40974
41176
|
background-position-x:center;
|
|
40975
41177
|
background-position-y:center;
|
|
40976
41178
|
background-repeat:no-repeat;
|
|
@@ -41028,7 +41230,7 @@ div[class*=ag-theme-salt]{
|
|
|
41028
41230
|
border-left-color:var(--ag-border-color, #cacacb);
|
|
41029
41231
|
}
|
|
41030
41232
|
.ag-theme-salt-low-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-low-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
41031
|
-
border-right:0 solid
|
|
41233
|
+
border-right:0 solid #0000;
|
|
41032
41234
|
margin-right:-1px;
|
|
41033
41235
|
padding-right:1px;
|
|
41034
41236
|
}
|
|
@@ -41045,7 +41247,7 @@ div[class*=ag-theme-salt]{
|
|
|
41045
41247
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
41046
41248
|
}
|
|
41047
41249
|
.ag-theme-salt-low-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-low-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
41048
|
-
border-left:0 solid
|
|
41250
|
+
border-left:0 solid #0000;
|
|
41049
41251
|
margin-left:-1px;
|
|
41050
41252
|
padding-left:1px;
|
|
41051
41253
|
}
|
|
@@ -41450,7 +41652,7 @@ div[class*=ag-theme-salt]{
|
|
|
41450
41652
|
|
|
41451
41653
|
.ag-theme-salt-low-light .ag-floating-filter-button-button{
|
|
41452
41654
|
appearance:none;
|
|
41453
|
-
background
|
|
41655
|
+
background:#0000;
|
|
41454
41656
|
border:none;
|
|
41455
41657
|
color:inherit;
|
|
41456
41658
|
font-family:inherit;
|
|
@@ -41483,8 +41685,8 @@ div[class*=ag-theme-salt]{
|
|
|
41483
41685
|
cursor:pointer;
|
|
41484
41686
|
}
|
|
41485
41687
|
.ag-theme-salt-low-light .ag-paging-button.ag-disabled{
|
|
41486
|
-
color
|
|
41487
|
-
color:var(--ag-disabled-foreground-color,
|
|
41688
|
+
color:#2a2c2f80;
|
|
41689
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
41488
41690
|
cursor:default;
|
|
41489
41691
|
}
|
|
41490
41692
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -41509,8 +41711,8 @@ div[class*=ag-theme-salt]{
|
|
|
41509
41711
|
.ag-theme-salt-low-light .ag-status-bar{
|
|
41510
41712
|
border-top:1px solid #cacacb;
|
|
41511
41713
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
41512
|
-
color
|
|
41513
|
-
color:var(--ag-disabled-foreground-color,
|
|
41714
|
+
color:#2a2c2f80;
|
|
41715
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
41514
41716
|
line-height:1.5;
|
|
41515
41717
|
padding-left:16px;
|
|
41516
41718
|
padding-right:16px;
|
|
@@ -41530,7 +41732,7 @@ div[class*=ag-theme-salt]{
|
|
|
41530
41732
|
}
|
|
41531
41733
|
.ag-theme-salt-low-light .ag-column-drop-cell{
|
|
41532
41734
|
background:var(--ag-chip-background-color);
|
|
41533
|
-
border:1px solid
|
|
41735
|
+
border:1px solid #0000;
|
|
41534
41736
|
border-radius:16px;
|
|
41535
41737
|
cursor:pointer;
|
|
41536
41738
|
height:16px;
|
|
@@ -41599,8 +41801,8 @@ div[class*=ag-theme-salt]{
|
|
|
41599
41801
|
margin:0 4px;
|
|
41600
41802
|
}
|
|
41601
41803
|
.ag-theme-salt-low-light .ag-column-drop-horizontal-empty-message{
|
|
41602
|
-
color
|
|
41603
|
-
color:var(--ag-disabled-foreground-color,
|
|
41804
|
+
color:#2a2c2f80;
|
|
41805
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
41604
41806
|
}
|
|
41605
41807
|
.ag-theme-salt-low-light .ag-ltr .ag-column-drop-horizontal-icon{
|
|
41606
41808
|
margin-right:12px;
|
|
@@ -41632,8 +41834,8 @@ div[class*=ag-theme-salt]{
|
|
|
41632
41834
|
}
|
|
41633
41835
|
.ag-theme-salt-low-light .ag-column-drop-vertical-empty-message{
|
|
41634
41836
|
bottom:0;
|
|
41635
|
-
color
|
|
41636
|
-
color:var(--ag-disabled-foreground-color,
|
|
41837
|
+
color:#2a2c2f80;
|
|
41838
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
41637
41839
|
left:0;
|
|
41638
41840
|
margin-top:4px;
|
|
41639
41841
|
overflow:hidden;
|
|
@@ -42011,7 +42213,7 @@ div[class*=ag-theme-salt]{
|
|
|
42011
42213
|
background-color:#cacacb;
|
|
42012
42214
|
background-color:var(--ag-border-color, #cacacb);
|
|
42013
42215
|
border-radius:0;
|
|
42014
|
-
color
|
|
42216
|
+
color:#0000;
|
|
42015
42217
|
height:3px;
|
|
42016
42218
|
margin:0;
|
|
42017
42219
|
padding:0;
|
|
@@ -42131,9 +42333,13 @@ div[class*=ag-theme-salt]{
|
|
|
42131
42333
|
}
|
|
42132
42334
|
.ag-theme-salt-low-light .ag-menu{
|
|
42133
42335
|
background-color:var(--agGrid-background);
|
|
42336
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
42134
42337
|
color:var(--agGrid-menu-color);
|
|
42135
42338
|
padding:var(--salt-spacing-100);
|
|
42136
42339
|
}
|
|
42340
|
+
.ag-theme-salt-low-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
42341
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
42342
|
+
}
|
|
42137
42343
|
.ag-theme-salt-low-light .ag-menu .ag-tabs-body{
|
|
42138
42344
|
padding:0;
|
|
42139
42345
|
}
|
|
@@ -42272,19 +42478,38 @@ div[class*=ag-theme-salt]{
|
|
|
42272
42478
|
border-color:var(--agGrid-header-borderColor);
|
|
42273
42479
|
}
|
|
42274
42480
|
.ag-theme-salt-low-light .ag-header-row{
|
|
42275
|
-
color:var(--agGrid-header-foreground);
|
|
42276
42481
|
font-size:var(--agGrid-header-fontSize);
|
|
42277
42482
|
font-weight:var(--agGrid-header-fontWeight);
|
|
42278
42483
|
}
|
|
42484
|
+
.ag-theme-salt-low-light .ag-header-icon,.ag-theme-salt-low-light .ag-header-row{
|
|
42485
|
+
color:var(--agGrid-header-foreground);
|
|
42486
|
+
}
|
|
42279
42487
|
.ag-theme-salt-low-light .ag-header-cell:after,.ag-theme-salt-low-light .ag-header-group-cell:after{
|
|
42280
42488
|
height:var(--agGrid-column-separator-height);
|
|
42281
42489
|
top:var(--agGrid-column-separator-top);
|
|
42282
42490
|
}
|
|
42491
|
+
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
42492
|
+
margin-left:auto;
|
|
42493
|
+
}
|
|
42494
|
+
.ag-theme-salt-low-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
42495
|
+
margin-right:auto;
|
|
42496
|
+
}
|
|
42497
|
+
.ag-theme-salt-low-light .ag-sort-indicator-container{
|
|
42498
|
+
align-items:center;
|
|
42499
|
+
}
|
|
42500
|
+
.ag-theme-salt-low-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
42501
|
+
padding-left:var(--salt-spacing-100);
|
|
42502
|
+
}
|
|
42503
|
+
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
42504
|
+
padding-right:var(--salt-spacing-100);
|
|
42505
|
+
}
|
|
42283
42506
|
.ag-theme-salt-low-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
42284
42507
|
margin-right:auto;
|
|
42508
|
+
padding-left:var(--salt-spacing-100);
|
|
42285
42509
|
}
|
|
42286
42510
|
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
42287
42511
|
margin-left:auto;
|
|
42512
|
+
padding-right:var(--salt-spacing-100);
|
|
42288
42513
|
}
|
|
42289
42514
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
42290
42515
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -42330,9 +42555,6 @@ div[class*=ag-theme-salt]{
|
|
|
42330
42555
|
padding-left:var(--salt-spacing-100);
|
|
42331
42556
|
padding-right:var(--salt-spacing-100);
|
|
42332
42557
|
}
|
|
42333
|
-
.ag-theme-salt-low-light .ag-cell-wrapper{
|
|
42334
|
-
height:100%;
|
|
42335
|
-
}
|
|
42336
42558
|
.ag-theme-salt-low-light .ag-ltr .ag-cell{
|
|
42337
42559
|
border:none;
|
|
42338
42560
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -42348,7 +42570,7 @@ div[class*=ag-theme-salt]{
|
|
|
42348
42570
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
42349
42571
|
}
|
|
42350
42572
|
.ag-theme-salt-low-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
42351
|
-
border-color
|
|
42573
|
+
border-color:#0000 !important;
|
|
42352
42574
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
42353
42575
|
outline-offset:-2px;
|
|
42354
42576
|
}
|
|
@@ -42359,9 +42581,9 @@ div[class*=ag-theme-salt]{
|
|
|
42359
42581
|
overflow:visible;
|
|
42360
42582
|
}
|
|
42361
42583
|
.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-low-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
42362
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
42584
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
42363
42585
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
42364
|
-
border-top:0 solid
|
|
42586
|
+
border-top:0 solid #0000;
|
|
42365
42587
|
content:"";
|
|
42366
42588
|
left:0;
|
|
42367
42589
|
position:absolute;
|
|
@@ -42436,7 +42658,7 @@ div[class*=ag-theme-salt]{
|
|
|
42436
42658
|
appearance:none;
|
|
42437
42659
|
-webkit-appearance:none;
|
|
42438
42660
|
background:var(--salt-actionable-secondary-background);
|
|
42439
|
-
border:1px
|
|
42661
|
+
border:1px #0000;
|
|
42440
42662
|
border-radius:0;
|
|
42441
42663
|
color:var(--salt-actionable-secondary-foreground);
|
|
42442
42664
|
cursor:pointer;
|
|
@@ -42567,6 +42789,13 @@ div[class*=ag-theme-salt]{
|
|
|
42567
42789
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
42568
42790
|
outline-offset:-2px;
|
|
42569
42791
|
}
|
|
42792
|
+
.ag-theme-salt-low-light .ag-header-cell.ag-column-menu-visible{
|
|
42793
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
42794
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
42795
|
+
}
|
|
42796
|
+
.ag-theme-salt-low-light .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
42797
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
42798
|
+
}
|
|
42570
42799
|
.ag-theme-salt-low-light .ag-pinned-right-header .ag-floating-filter{
|
|
42571
42800
|
border-left:0;
|
|
42572
42801
|
}
|
|
@@ -42809,8 +43038,8 @@ div[class*=ag-theme-salt]{
|
|
|
42809
43038
|
.ag-theme-salt-touch-light input[class^=ag-]:not([type]):disabled,.ag-theme-salt-touch-light input[class^=ag-][type=date]:disabled,.ag-theme-salt-touch-light input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-touch-light input[class^=ag-][type=number]:disabled,.ag-theme-salt-touch-light input[class^=ag-][type=tel]:disabled,.ag-theme-salt-touch-light input[class^=ag-][type=text]:disabled,.ag-theme-salt-touch-light textarea[class^=ag-]:disabled{
|
|
42810
43039
|
background-color:var(--ag-input-disabled-background-color);
|
|
42811
43040
|
border-color:var(--ag-input-disabled-border-color);
|
|
42812
|
-
color
|
|
42813
|
-
color:var(--ag-disabled-foreground-color,
|
|
43041
|
+
color:#2a2c2f80;
|
|
43042
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
42814
43043
|
}
|
|
42815
43044
|
.ag-theme-salt-touch-light input[class^=ag-]:not([type]):focus,.ag-theme-salt-touch-light input[class^=ag-][type=date]:focus,.ag-theme-salt-touch-light input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-touch-light input[class^=ag-][type=number]:focus,.ag-theme-salt-touch-light input[class^=ag-][type=tel]:focus,.ag-theme-salt-touch-light input[class^=ag-][type=text]:focus,.ag-theme-salt-touch-light textarea[class^=ag-]:focus{
|
|
42816
43045
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -43007,8 +43236,8 @@ div[class*=ag-theme-salt]{
|
|
|
43007
43236
|
margin-bottom:2px;
|
|
43008
43237
|
}
|
|
43009
43238
|
.ag-theme-salt-touch-light .ag-angle-select[disabled]{
|
|
43010
|
-
color
|
|
43011
|
-
color:var(--ag-disabled-foreground-color,
|
|
43239
|
+
color:#2a2c2f80;
|
|
43240
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
43012
43241
|
pointer-events:none;
|
|
43013
43242
|
}
|
|
43014
43243
|
.ag-theme-salt-touch-light .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -43070,16 +43299,16 @@ div[class*=ag-theme-salt]{
|
|
|
43070
43299
|
padding:10px;
|
|
43071
43300
|
}
|
|
43072
43301
|
.ag-theme-salt-touch-light .ag-spectrum-sat{
|
|
43073
|
-
background-image:linear-gradient(90deg, #fff,
|
|
43302
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
43074
43303
|
}
|
|
43075
43304
|
.ag-theme-salt-touch-light .ag-spectrum-val{
|
|
43076
|
-
background-image:linear-gradient(0deg, #000,
|
|
43305
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
43077
43306
|
}
|
|
43078
43307
|
.ag-theme-salt-touch-light .ag-spectrum-dragger{
|
|
43079
43308
|
background:#000;
|
|
43080
43309
|
border:1px solid #fff;
|
|
43081
43310
|
border-radius:12px;
|
|
43082
|
-
box-shadow:0 0 2px 0
|
|
43311
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
43083
43312
|
height:12px;
|
|
43084
43313
|
width:12px;
|
|
43085
43314
|
}
|
|
@@ -43094,7 +43323,7 @@ div[class*=ag-theme-salt]{
|
|
|
43094
43323
|
.ag-theme-salt-touch-light .ag-spectrum-slider{
|
|
43095
43324
|
background-color:#f8f8f8;
|
|
43096
43325
|
border-radius:13px;
|
|
43097
|
-
box-shadow:0 1px 4px 0
|
|
43326
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
43098
43327
|
height:13px;
|
|
43099
43328
|
margin-top:-12px;
|
|
43100
43329
|
width:13px;
|
|
@@ -43131,7 +43360,7 @@ div[class*=ag-theme-salt]{
|
|
|
43131
43360
|
margin-right:4px;
|
|
43132
43361
|
}
|
|
43133
43362
|
.ag-theme-salt-touch-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
43134
|
-
box-shadow:5px 5px 10px
|
|
43363
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
43135
43364
|
}
|
|
43136
43365
|
.ag-dragging-fill-handle .ag-theme-salt-touch-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-touch-light .ag-dialog{
|
|
43137
43366
|
opacity:.7;
|
|
@@ -43304,8 +43533,8 @@ div[class*=ag-theme-salt]{
|
|
|
43304
43533
|
margin-bottom:4px;
|
|
43305
43534
|
}
|
|
43306
43535
|
.ag-theme-salt-touch-light .ag-column-select-column-group-readonly,.ag-theme-salt-touch-light .ag-column-select-column-readonly{
|
|
43307
|
-
color
|
|
43308
|
-
color:var(--ag-disabled-foreground-color,
|
|
43536
|
+
color:#2a2c2f80;
|
|
43537
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
43309
43538
|
pointer-events:none;
|
|
43310
43539
|
}
|
|
43311
43540
|
.ag-theme-salt-touch-light .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -45732,13 +45961,13 @@ div[class*=ag-theme-salt]{
|
|
|
45732
45961
|
transition:background-color 1s;
|
|
45733
45962
|
}
|
|
45734
45963
|
.ag-theme-salt-touch-light .ag-value-change-value-highlight{
|
|
45735
|
-
background-color
|
|
45736
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
45964
|
+
background-color:#16a08580;
|
|
45965
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
45737
45966
|
transition:background-color .1s;
|
|
45738
45967
|
}
|
|
45739
45968
|
.ag-theme-salt-touch-light .ag-cell-data-changed{
|
|
45740
|
-
background-color
|
|
45741
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
45969
|
+
background-color:#16a08580 !important;
|
|
45970
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
45742
45971
|
}
|
|
45743
45972
|
.ag-theme-salt-touch-light .ag-cell-data-changed-animation{
|
|
45744
45973
|
background-color:initial;
|
|
@@ -45837,7 +46066,7 @@ div[class*=ag-theme-salt]{
|
|
|
45837
46066
|
--ag-internal-calculated-line-height:var(--ag-line-height, 58px);
|
|
45838
46067
|
--ag-internal-padded-row-height:58px;
|
|
45839
46068
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
45840
|
-
border:1px solid
|
|
46069
|
+
border:1px solid #0000;
|
|
45841
46070
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
45842
46071
|
padding-left:15px;
|
|
45843
46072
|
padding-right:15px;
|
|
@@ -45876,8 +46105,8 @@ div[class*=ag-theme-salt]{
|
|
|
45876
46105
|
min-height:50px;
|
|
45877
46106
|
}
|
|
45878
46107
|
.ag-theme-salt-touch-light .ag-overlay-loading-wrapper{
|
|
45879
|
-
background-color
|
|
45880
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
46108
|
+
background-color:#ffffffa8;
|
|
46109
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
45881
46110
|
}
|
|
45882
46111
|
.ag-theme-salt-touch-light .ag-overlay-loading-center{
|
|
45883
46112
|
background:#fff;
|
|
@@ -45923,11 +46152,11 @@ div[class*=ag-theme-salt]{
|
|
|
45923
46152
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
45924
46153
|
}
|
|
45925
46154
|
.ag-theme-salt-touch-light .ag-ltr .ag-cell{
|
|
45926
|
-
border-right:solid
|
|
46155
|
+
border-right:solid #0000;
|
|
45927
46156
|
}
|
|
45928
46157
|
|
|
45929
46158
|
.ag-theme-salt-touch-light .ag-rtl .ag-cell{
|
|
45930
|
-
border-left:solid
|
|
46159
|
+
border-left:solid #0000;
|
|
45931
46160
|
}
|
|
45932
46161
|
|
|
45933
46162
|
.ag-theme-salt-touch-light .ag-ltr .ag-cell{
|
|
@@ -45947,32 +46176,32 @@ div[class*=ag-theme-salt]{
|
|
|
45947
46176
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
45948
46177
|
}
|
|
45949
46178
|
.ag-theme-salt-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-touch-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
45950
|
-
background-color
|
|
45951
|
-
background-color:var(--ag-range-selection-background-color,
|
|
46179
|
+
background-color:#2a2c2f33;
|
|
46180
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
45952
46181
|
}
|
|
45953
46182
|
.ag-theme-salt-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-touch-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
45954
|
-
background-color
|
|
45955
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
46183
|
+
background-color:#0058ff1a !important;
|
|
46184
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
45956
46185
|
}
|
|
45957
46186
|
.ag-theme-salt-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-touch-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
45958
|
-
background-color
|
|
45959
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
46187
|
+
background-color:#00ff841a !important;
|
|
46188
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
45960
46189
|
}
|
|
45961
46190
|
.ag-theme-salt-touch-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-touch-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
45962
|
-
background-color
|
|
45963
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
46191
|
+
background-color:#2a2c2f33;
|
|
46192
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
45964
46193
|
}
|
|
45965
46194
|
.ag-theme-salt-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-touch-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
45966
|
-
background-color
|
|
45967
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
46195
|
+
background-color:#2a2c2f5c;
|
|
46196
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
45968
46197
|
}
|
|
45969
46198
|
.ag-theme-salt-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-touch-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
45970
46199
|
background-color:rgba(42,44,47,.488);
|
|
45971
46200
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
45972
46201
|
}
|
|
45973
46202
|
.ag-theme-salt-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-touch-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
45974
|
-
background-color
|
|
45975
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
46203
|
+
background-color:#2a2c2f96;
|
|
46204
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
45976
46205
|
}
|
|
45977
46206
|
.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
45978
46207
|
border-top-color:#2a2c2f;
|
|
@@ -46116,7 +46345,7 @@ div[class*=ag-theme-salt]{
|
|
|
46116
46345
|
}
|
|
46117
46346
|
.ag-theme-salt-touch-light .ag-tab{
|
|
46118
46347
|
align-items:center;
|
|
46119
|
-
border-bottom:0 solid
|
|
46348
|
+
border-bottom:0 solid #0000;
|
|
46120
46349
|
cursor:pointer;
|
|
46121
46350
|
display:flex;
|
|
46122
46351
|
flex:none;
|
|
@@ -46262,7 +46491,7 @@ div[class*=ag-theme-salt]{
|
|
|
46262
46491
|
width:16px;
|
|
46263
46492
|
}
|
|
46264
46493
|
.ag-theme-salt-touch-light button.ag-side-button-button{
|
|
46265
|
-
background
|
|
46494
|
+
background:#0000;
|
|
46266
46495
|
background-position-x:center;
|
|
46267
46496
|
background-position-y:center;
|
|
46268
46497
|
background-repeat:no-repeat;
|
|
@@ -46320,7 +46549,7 @@ div[class*=ag-theme-salt]{
|
|
|
46320
46549
|
border-left-color:var(--ag-border-color, #cacacb);
|
|
46321
46550
|
}
|
|
46322
46551
|
.ag-theme-salt-touch-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-touch-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
46323
|
-
border-right:0 solid
|
|
46552
|
+
border-right:0 solid #0000;
|
|
46324
46553
|
margin-right:-1px;
|
|
46325
46554
|
padding-right:1px;
|
|
46326
46555
|
}
|
|
@@ -46337,7 +46566,7 @@ div[class*=ag-theme-salt]{
|
|
|
46337
46566
|
border-right-color:var(--ag-border-color, #cacacb);
|
|
46338
46567
|
}
|
|
46339
46568
|
.ag-theme-salt-touch-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-touch-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
46340
|
-
border-left:0 solid
|
|
46569
|
+
border-left:0 solid #0000;
|
|
46341
46570
|
margin-left:-1px;
|
|
46342
46571
|
padding-left:1px;
|
|
46343
46572
|
}
|
|
@@ -46746,7 +46975,7 @@ div[class*=ag-theme-salt]{
|
|
|
46746
46975
|
|
|
46747
46976
|
.ag-theme-salt-touch-light .ag-floating-filter-button-button{
|
|
46748
46977
|
appearance:none;
|
|
46749
|
-
background
|
|
46978
|
+
background:#0000;
|
|
46750
46979
|
border:none;
|
|
46751
46980
|
color:inherit;
|
|
46752
46981
|
font-family:inherit;
|
|
@@ -46779,8 +47008,8 @@ div[class*=ag-theme-salt]{
|
|
|
46779
47008
|
cursor:pointer;
|
|
46780
47009
|
}
|
|
46781
47010
|
.ag-theme-salt-touch-light .ag-paging-button.ag-disabled{
|
|
46782
|
-
color
|
|
46783
|
-
color:var(--ag-disabled-foreground-color,
|
|
47011
|
+
color:#2a2c2f80;
|
|
47012
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
46784
47013
|
cursor:default;
|
|
46785
47014
|
}
|
|
46786
47015
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -46805,8 +47034,8 @@ div[class*=ag-theme-salt]{
|
|
|
46805
47034
|
.ag-theme-salt-touch-light .ag-status-bar{
|
|
46806
47035
|
border-top:1px solid #cacacb;
|
|
46807
47036
|
border-top-color:var(--ag-border-color, #cacacb);
|
|
46808
|
-
color
|
|
46809
|
-
color:var(--ag-disabled-foreground-color,
|
|
47037
|
+
color:#2a2c2f80;
|
|
47038
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
46810
47039
|
line-height:1.5;
|
|
46811
47040
|
padding-left:16px;
|
|
46812
47041
|
padding-right:16px;
|
|
@@ -46826,7 +47055,7 @@ div[class*=ag-theme-salt]{
|
|
|
46826
47055
|
}
|
|
46827
47056
|
.ag-theme-salt-touch-light .ag-column-drop-cell{
|
|
46828
47057
|
background:var(--ag-chip-background-color);
|
|
46829
|
-
border:1px solid
|
|
47058
|
+
border:1px solid #0000;
|
|
46830
47059
|
border-radius:16px;
|
|
46831
47060
|
cursor:pointer;
|
|
46832
47061
|
height:16px;
|
|
@@ -46895,8 +47124,8 @@ div[class*=ag-theme-salt]{
|
|
|
46895
47124
|
margin:0 4px;
|
|
46896
47125
|
}
|
|
46897
47126
|
.ag-theme-salt-touch-light .ag-column-drop-horizontal-empty-message{
|
|
46898
|
-
color
|
|
46899
|
-
color:var(--ag-disabled-foreground-color,
|
|
47127
|
+
color:#2a2c2f80;
|
|
47128
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
46900
47129
|
}
|
|
46901
47130
|
.ag-theme-salt-touch-light .ag-ltr .ag-column-drop-horizontal-icon{
|
|
46902
47131
|
margin-right:16px;
|
|
@@ -46928,8 +47157,8 @@ div[class*=ag-theme-salt]{
|
|
|
46928
47157
|
}
|
|
46929
47158
|
.ag-theme-salt-touch-light .ag-column-drop-vertical-empty-message{
|
|
46930
47159
|
bottom:0;
|
|
46931
|
-
color
|
|
46932
|
-
color:var(--ag-disabled-foreground-color,
|
|
47160
|
+
color:#2a2c2f80;
|
|
47161
|
+
color:var(--ag-disabled-foreground-color, #2a2c2f80);
|
|
46933
47162
|
left:0;
|
|
46934
47163
|
margin-top:4px;
|
|
46935
47164
|
overflow:hidden;
|
|
@@ -47307,7 +47536,7 @@ div[class*=ag-theme-salt]{
|
|
|
47307
47536
|
background-color:#cacacb;
|
|
47308
47537
|
background-color:var(--ag-border-color, #cacacb);
|
|
47309
47538
|
border-radius:0;
|
|
47310
|
-
color
|
|
47539
|
+
color:#0000;
|
|
47311
47540
|
height:3px;
|
|
47312
47541
|
margin:0;
|
|
47313
47542
|
padding:0;
|
|
@@ -47427,9 +47656,13 @@ div[class*=ag-theme-salt]{
|
|
|
47427
47656
|
}
|
|
47428
47657
|
.ag-theme-salt-touch-light .ag-menu{
|
|
47429
47658
|
background-color:var(--agGrid-background);
|
|
47659
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
47430
47660
|
color:var(--agGrid-menu-color);
|
|
47431
47661
|
padding:var(--salt-spacing-100);
|
|
47432
47662
|
}
|
|
47663
|
+
.ag-theme-salt-touch-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
47664
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
47665
|
+
}
|
|
47433
47666
|
.ag-theme-salt-touch-light .ag-menu .ag-tabs-body{
|
|
47434
47667
|
padding:0;
|
|
47435
47668
|
}
|
|
@@ -47572,15 +47805,35 @@ div[class*=ag-theme-salt]{
|
|
|
47572
47805
|
font-size:var(--agGrid-header-fontSize);
|
|
47573
47806
|
font-weight:var(--agGrid-header-fontWeight);
|
|
47574
47807
|
}
|
|
47808
|
+
.ag-theme-salt-touch-light .ag-header-icon{
|
|
47809
|
+
color:var(--agGrid-header-foreground);
|
|
47810
|
+
}
|
|
47575
47811
|
.ag-theme-salt-touch-light .ag-header-cell:after,.ag-theme-salt-touch-light .ag-header-group-cell:after{
|
|
47576
47812
|
height:var(--agGrid-column-separator-height);
|
|
47577
47813
|
top:var(--agGrid-column-separator-top);
|
|
47578
47814
|
}
|
|
47815
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
47816
|
+
margin-left:auto;
|
|
47817
|
+
}
|
|
47818
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
47819
|
+
margin-right:auto;
|
|
47820
|
+
}
|
|
47821
|
+
.ag-theme-salt-touch-light .ag-sort-indicator-container{
|
|
47822
|
+
align-items:center;
|
|
47823
|
+
}
|
|
47824
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
47825
|
+
padding-left:var(--salt-spacing-100);
|
|
47826
|
+
}
|
|
47827
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
47828
|
+
padding-right:var(--salt-spacing-100);
|
|
47829
|
+
}
|
|
47579
47830
|
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
47580
47831
|
margin-right:auto;
|
|
47832
|
+
padding-left:var(--salt-spacing-100);
|
|
47581
47833
|
}
|
|
47582
47834
|
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
47583
47835
|
margin-left:auto;
|
|
47836
|
+
padding-right:var(--salt-spacing-100);
|
|
47584
47837
|
}
|
|
47585
47838
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
47586
47839
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -47626,9 +47879,6 @@ div[class*=ag-theme-salt]{
|
|
|
47626
47879
|
padding-left:var(--salt-spacing-100);
|
|
47627
47880
|
padding-right:var(--salt-spacing-100);
|
|
47628
47881
|
}
|
|
47629
|
-
.ag-theme-salt-touch-light .ag-cell-wrapper{
|
|
47630
|
-
height:100%;
|
|
47631
|
-
}
|
|
47632
47882
|
.ag-theme-salt-touch-light .ag-ltr .ag-cell{
|
|
47633
47883
|
border:none;
|
|
47634
47884
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -47644,7 +47894,7 @@ div[class*=ag-theme-salt]{
|
|
|
47644
47894
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
47645
47895
|
}
|
|
47646
47896
|
.ag-theme-salt-touch-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
47647
|
-
border-color
|
|
47897
|
+
border-color:#0000 !important;
|
|
47648
47898
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
47649
47899
|
outline-offset:-2px;
|
|
47650
47900
|
}
|
|
@@ -47655,9 +47905,9 @@ div[class*=ag-theme-salt]{
|
|
|
47655
47905
|
overflow:visible;
|
|
47656
47906
|
}
|
|
47657
47907
|
.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-touch-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
47658
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
47908
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
47659
47909
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
47660
|
-
border-top:0 solid
|
|
47910
|
+
border-top:0 solid #0000;
|
|
47661
47911
|
content:"";
|
|
47662
47912
|
left:0;
|
|
47663
47913
|
position:absolute;
|
|
@@ -47732,7 +47982,7 @@ div[class*=ag-theme-salt]{
|
|
|
47732
47982
|
appearance:none;
|
|
47733
47983
|
-webkit-appearance:none;
|
|
47734
47984
|
background:var(--salt-actionable-secondary-background);
|
|
47735
|
-
border:1px
|
|
47985
|
+
border:1px #0000;
|
|
47736
47986
|
border-radius:0;
|
|
47737
47987
|
color:var(--salt-actionable-secondary-foreground);
|
|
47738
47988
|
cursor:pointer;
|
|
@@ -47863,6 +48113,13 @@ div[class*=ag-theme-salt]{
|
|
|
47863
48113
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
47864
48114
|
outline-offset:-2px;
|
|
47865
48115
|
}
|
|
48116
|
+
.ag-theme-salt-touch-light .ag-header-cell.ag-column-menu-visible{
|
|
48117
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
48118
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
48119
|
+
}
|
|
48120
|
+
.ag-theme-salt-touch-light .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
48121
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
48122
|
+
}
|
|
47866
48123
|
.ag-theme-salt-touch-light .ag-pinned-right-header .ag-floating-filter{
|
|
47867
48124
|
border-left:0;
|
|
47868
48125
|
}
|
|
@@ -48101,8 +48358,8 @@ div[class*=ag-theme-salt]{
|
|
|
48101
48358
|
.ag-theme-salt-touch-dark input[class^=ag-]:not([type]):disabled,.ag-theme-salt-touch-dark input[class^=ag-][type=date]:disabled,.ag-theme-salt-touch-dark input[class^=ag-][type=datetime-local]:disabled,.ag-theme-salt-touch-dark input[class^=ag-][type=number]:disabled,.ag-theme-salt-touch-dark input[class^=ag-][type=tel]:disabled,.ag-theme-salt-touch-dark input[class^=ag-][type=text]:disabled,.ag-theme-salt-touch-dark textarea[class^=ag-]:disabled{
|
|
48102
48359
|
background-color:var(--ag-input-disabled-background-color);
|
|
48103
48360
|
border-color:var(--ag-input-disabled-border-color);
|
|
48104
|
-
color
|
|
48105
|
-
color:var(--ag-disabled-foreground-color,
|
|
48361
|
+
color:#ffffff80;
|
|
48362
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
48106
48363
|
}
|
|
48107
48364
|
.ag-theme-salt-touch-dark input[class^=ag-]:not([type]):focus,.ag-theme-salt-touch-dark input[class^=ag-][type=date]:focus,.ag-theme-salt-touch-dark input[class^=ag-][type=datetime-local]:focus,.ag-theme-salt-touch-dark input[class^=ag-][type=number]:focus,.ag-theme-salt-touch-dark input[class^=ag-][type=tel]:focus,.ag-theme-salt-touch-dark input[class^=ag-][type=text]:focus,.ag-theme-salt-touch-dark textarea[class^=ag-]:focus{
|
|
48108
48365
|
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
@@ -48299,8 +48556,8 @@ div[class*=ag-theme-salt]{
|
|
|
48299
48556
|
margin-bottom:2px;
|
|
48300
48557
|
}
|
|
48301
48558
|
.ag-theme-salt-touch-dark .ag-angle-select[disabled]{
|
|
48302
|
-
color
|
|
48303
|
-
color:var(--ag-disabled-foreground-color,
|
|
48559
|
+
color:#ffffff80;
|
|
48560
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
48304
48561
|
pointer-events:none;
|
|
48305
48562
|
}
|
|
48306
48563
|
.ag-theme-salt-touch-dark .ag-angle-select[disabled] .ag-angle-select-field{
|
|
@@ -48362,16 +48619,16 @@ div[class*=ag-theme-salt]{
|
|
|
48362
48619
|
padding:10px;
|
|
48363
48620
|
}
|
|
48364
48621
|
.ag-theme-salt-touch-dark .ag-spectrum-sat{
|
|
48365
|
-
background-image:linear-gradient(90deg, #fff,
|
|
48622
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
48366
48623
|
}
|
|
48367
48624
|
.ag-theme-salt-touch-dark .ag-spectrum-val{
|
|
48368
|
-
background-image:linear-gradient(0deg, #000,
|
|
48625
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
48369
48626
|
}
|
|
48370
48627
|
.ag-theme-salt-touch-dark .ag-spectrum-dragger{
|
|
48371
48628
|
background:#000;
|
|
48372
48629
|
border:1px solid #fff;
|
|
48373
48630
|
border-radius:12px;
|
|
48374
|
-
box-shadow:0 0 2px 0
|
|
48631
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
48375
48632
|
height:12px;
|
|
48376
48633
|
width:12px;
|
|
48377
48634
|
}
|
|
@@ -48386,7 +48643,7 @@ div[class*=ag-theme-salt]{
|
|
|
48386
48643
|
.ag-theme-salt-touch-dark .ag-spectrum-slider{
|
|
48387
48644
|
background-color:#f8f8f8;
|
|
48388
48645
|
border-radius:13px;
|
|
48389
|
-
box-shadow:0 1px 4px 0
|
|
48646
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
48390
48647
|
height:13px;
|
|
48391
48648
|
margin-top:-12px;
|
|
48392
48649
|
width:13px;
|
|
@@ -48423,7 +48680,7 @@ div[class*=ag-theme-salt]{
|
|
|
48423
48680
|
margin-right:4px;
|
|
48424
48681
|
}
|
|
48425
48682
|
.ag-theme-salt-touch-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
48426
|
-
box-shadow:5px 5px 10px
|
|
48683
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
48427
48684
|
}
|
|
48428
48685
|
.ag-dragging-fill-handle .ag-theme-salt-touch-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-touch-dark .ag-dialog{
|
|
48429
48686
|
opacity:.7;
|
|
@@ -48596,8 +48853,8 @@ div[class*=ag-theme-salt]{
|
|
|
48596
48853
|
margin-bottom:4px;
|
|
48597
48854
|
}
|
|
48598
48855
|
.ag-theme-salt-touch-dark .ag-column-select-column-group-readonly,.ag-theme-salt-touch-dark .ag-column-select-column-readonly{
|
|
48599
|
-
color
|
|
48600
|
-
color:var(--ag-disabled-foreground-color,
|
|
48856
|
+
color:#ffffff80;
|
|
48857
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
48601
48858
|
pointer-events:none;
|
|
48602
48859
|
}
|
|
48603
48860
|
.ag-theme-salt-touch-dark .ag-ltr .ag-column-select-add-group-indent{
|
|
@@ -51024,13 +51281,13 @@ div[class*=ag-theme-salt]{
|
|
|
51024
51281
|
transition:background-color 1s;
|
|
51025
51282
|
}
|
|
51026
51283
|
.ag-theme-salt-touch-dark .ag-value-change-value-highlight{
|
|
51027
|
-
background-color
|
|
51028
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
51284
|
+
background-color:#16a08580;
|
|
51285
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
51029
51286
|
transition:background-color .1s;
|
|
51030
51287
|
}
|
|
51031
51288
|
.ag-theme-salt-touch-dark .ag-cell-data-changed{
|
|
51032
|
-
background-color
|
|
51033
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
51289
|
+
background-color:#16a08580 !important;
|
|
51290
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
51034
51291
|
}
|
|
51035
51292
|
.ag-theme-salt-touch-dark .ag-cell-data-changed-animation{
|
|
51036
51293
|
background-color:initial;
|
|
@@ -51129,7 +51386,7 @@ div[class*=ag-theme-salt]{
|
|
|
51129
51386
|
--ag-internal-calculated-line-height:var(--ag-line-height, 58px);
|
|
51130
51387
|
--ag-internal-padded-row-height:58px;
|
|
51131
51388
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
51132
|
-
border:1px solid
|
|
51389
|
+
border:1px solid #0000;
|
|
51133
51390
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
51134
51391
|
padding-left:15px;
|
|
51135
51392
|
padding-right:15px;
|
|
@@ -51168,8 +51425,8 @@ div[class*=ag-theme-salt]{
|
|
|
51168
51425
|
min-height:50px;
|
|
51169
51426
|
}
|
|
51170
51427
|
.ag-theme-salt-touch-dark .ag-overlay-loading-wrapper{
|
|
51171
|
-
background-color
|
|
51172
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
51428
|
+
background-color:#242526a8;
|
|
51429
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
51173
51430
|
}
|
|
51174
51431
|
.ag-theme-salt-touch-dark .ag-overlay-loading-center{
|
|
51175
51432
|
background:#242526;
|
|
@@ -51223,11 +51480,11 @@ div[class*=ag-theme-salt]{
|
|
|
51223
51480
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
51224
51481
|
}
|
|
51225
51482
|
.ag-theme-salt-touch-dark .ag-ltr .ag-cell{
|
|
51226
|
-
border-right:solid
|
|
51483
|
+
border-right:solid #0000;
|
|
51227
51484
|
}
|
|
51228
51485
|
|
|
51229
51486
|
.ag-theme-salt-touch-dark .ag-rtl .ag-cell{
|
|
51230
|
-
border-left:solid
|
|
51487
|
+
border-left:solid #0000;
|
|
51231
51488
|
}
|
|
51232
51489
|
|
|
51233
51490
|
.ag-theme-salt-touch-dark .ag-ltr .ag-cell{
|
|
@@ -51247,32 +51504,32 @@ div[class*=ag-theme-salt]{
|
|
|
51247
51504
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
51248
51505
|
}
|
|
51249
51506
|
.ag-theme-salt-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-salt-touch-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
51250
|
-
background-color
|
|
51251
|
-
background-color:var(--ag-range-selection-background-color,
|
|
51507
|
+
background-color:#fff3;
|
|
51508
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
51252
51509
|
}
|
|
51253
51510
|
.ag-theme-salt-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-salt-touch-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
51254
|
-
background-color
|
|
51255
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
51511
|
+
background-color:#0058ff1a !important;
|
|
51512
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
51256
51513
|
}
|
|
51257
51514
|
.ag-theme-salt-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-salt-touch-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
51258
|
-
background-color
|
|
51259
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
51515
|
+
background-color:#00ff841a !important;
|
|
51516
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
51260
51517
|
}
|
|
51261
51518
|
.ag-theme-salt-touch-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-touch-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
51262
|
-
background-color
|
|
51263
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
51519
|
+
background-color:#fff3;
|
|
51520
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
51264
51521
|
}
|
|
51265
51522
|
.ag-theme-salt-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-salt-touch-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
51266
|
-
background-color
|
|
51267
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
51523
|
+
background-color:#ffffff5c;
|
|
51524
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
51268
51525
|
}
|
|
51269
51526
|
.ag-theme-salt-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-salt-touch-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
51270
51527
|
background-color:hsla(0,0%,100%,.488);
|
|
51271
51528
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
51272
51529
|
}
|
|
51273
51530
|
.ag-theme-salt-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-salt-touch-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
51274
|
-
background-color
|
|
51275
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
51531
|
+
background-color:#ffffff96;
|
|
51532
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
51276
51533
|
}
|
|
51277
51534
|
.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
51278
51535
|
border-top-color:#fff;
|
|
@@ -51416,7 +51673,7 @@ div[class*=ag-theme-salt]{
|
|
|
51416
51673
|
}
|
|
51417
51674
|
.ag-theme-salt-touch-dark .ag-tab{
|
|
51418
51675
|
align-items:center;
|
|
51419
|
-
border-bottom:0 solid
|
|
51676
|
+
border-bottom:0 solid #0000;
|
|
51420
51677
|
cursor:pointer;
|
|
51421
51678
|
display:flex;
|
|
51422
51679
|
flex:none;
|
|
@@ -51562,7 +51819,7 @@ div[class*=ag-theme-salt]{
|
|
|
51562
51819
|
width:16px;
|
|
51563
51820
|
}
|
|
51564
51821
|
.ag-theme-salt-touch-dark button.ag-side-button-button{
|
|
51565
|
-
background
|
|
51822
|
+
background:#0000;
|
|
51566
51823
|
background-position-x:center;
|
|
51567
51824
|
background-position-y:center;
|
|
51568
51825
|
background-repeat:no-repeat;
|
|
@@ -51620,7 +51877,7 @@ div[class*=ag-theme-salt]{
|
|
|
51620
51877
|
border-left-color:var(--ag-border-color, #5b5c5c);
|
|
51621
51878
|
}
|
|
51622
51879
|
.ag-theme-salt-touch-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-salt-touch-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
51623
|
-
border-right:0 solid
|
|
51880
|
+
border-right:0 solid #0000;
|
|
51624
51881
|
margin-right:-1px;
|
|
51625
51882
|
padding-right:1px;
|
|
51626
51883
|
}
|
|
@@ -51637,7 +51894,7 @@ div[class*=ag-theme-salt]{
|
|
|
51637
51894
|
border-right-color:var(--ag-border-color, #5b5c5c);
|
|
51638
51895
|
}
|
|
51639
51896
|
.ag-theme-salt-touch-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-salt-touch-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
51640
|
-
border-left:0 solid
|
|
51897
|
+
border-left:0 solid #0000;
|
|
51641
51898
|
margin-left:-1px;
|
|
51642
51899
|
padding-left:1px;
|
|
51643
51900
|
}
|
|
@@ -52046,7 +52303,7 @@ div[class*=ag-theme-salt]{
|
|
|
52046
52303
|
|
|
52047
52304
|
.ag-theme-salt-touch-dark .ag-floating-filter-button-button{
|
|
52048
52305
|
appearance:none;
|
|
52049
|
-
background
|
|
52306
|
+
background:#0000;
|
|
52050
52307
|
border:none;
|
|
52051
52308
|
color:inherit;
|
|
52052
52309
|
font-family:inherit;
|
|
@@ -52079,8 +52336,8 @@ div[class*=ag-theme-salt]{
|
|
|
52079
52336
|
cursor:pointer;
|
|
52080
52337
|
}
|
|
52081
52338
|
.ag-theme-salt-touch-dark .ag-paging-button.ag-disabled{
|
|
52082
|
-
color
|
|
52083
|
-
color:var(--ag-disabled-foreground-color,
|
|
52339
|
+
color:#ffffff80;
|
|
52340
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
52084
52341
|
cursor:default;
|
|
52085
52342
|
}
|
|
52086
52343
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-paging-button:focus{
|
|
@@ -52105,8 +52362,8 @@ div[class*=ag-theme-salt]{
|
|
|
52105
52362
|
.ag-theme-salt-touch-dark .ag-status-bar{
|
|
52106
52363
|
border-top:1px solid #5b5c5c;
|
|
52107
52364
|
border-top-color:var(--ag-border-color, #5b5c5c);
|
|
52108
|
-
color
|
|
52109
|
-
color:var(--ag-disabled-foreground-color,
|
|
52365
|
+
color:#ffffff80;
|
|
52366
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
52110
52367
|
line-height:1.5;
|
|
52111
52368
|
padding-left:16px;
|
|
52112
52369
|
padding-right:16px;
|
|
@@ -52126,7 +52383,7 @@ div[class*=ag-theme-salt]{
|
|
|
52126
52383
|
}
|
|
52127
52384
|
.ag-theme-salt-touch-dark .ag-column-drop-cell{
|
|
52128
52385
|
background:var(--ag-chip-background-color);
|
|
52129
|
-
border:1px solid
|
|
52386
|
+
border:1px solid #0000;
|
|
52130
52387
|
border-radius:16px;
|
|
52131
52388
|
cursor:pointer;
|
|
52132
52389
|
height:16px;
|
|
@@ -52195,8 +52452,8 @@ div[class*=ag-theme-salt]{
|
|
|
52195
52452
|
margin:0 4px;
|
|
52196
52453
|
}
|
|
52197
52454
|
.ag-theme-salt-touch-dark .ag-column-drop-horizontal-empty-message{
|
|
52198
|
-
color
|
|
52199
|
-
color:var(--ag-disabled-foreground-color,
|
|
52455
|
+
color:#ffffff80;
|
|
52456
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
52200
52457
|
}
|
|
52201
52458
|
.ag-theme-salt-touch-dark .ag-ltr .ag-column-drop-horizontal-icon{
|
|
52202
52459
|
margin-right:16px;
|
|
@@ -52228,8 +52485,8 @@ div[class*=ag-theme-salt]{
|
|
|
52228
52485
|
}
|
|
52229
52486
|
.ag-theme-salt-touch-dark .ag-column-drop-vertical-empty-message{
|
|
52230
52487
|
bottom:0;
|
|
52231
|
-
color
|
|
52232
|
-
color:var(--ag-disabled-foreground-color,
|
|
52488
|
+
color:#ffffff80;
|
|
52489
|
+
color:var(--ag-disabled-foreground-color, #ffffff80);
|
|
52233
52490
|
left:0;
|
|
52234
52491
|
margin-top:4px;
|
|
52235
52492
|
overflow:hidden;
|
|
@@ -52607,7 +52864,7 @@ div[class*=ag-theme-salt]{
|
|
|
52607
52864
|
background-color:#5b5c5c;
|
|
52608
52865
|
background-color:var(--ag-border-color, #5b5c5c);
|
|
52609
52866
|
border-radius:0;
|
|
52610
|
-
color
|
|
52867
|
+
color:#0000;
|
|
52611
52868
|
height:3px;
|
|
52612
52869
|
margin:0;
|
|
52613
52870
|
padding:0;
|
|
@@ -52727,9 +52984,13 @@ div[class*=ag-theme-salt]{
|
|
|
52727
52984
|
}
|
|
52728
52985
|
.ag-theme-salt-touch-dark .ag-menu{
|
|
52729
52986
|
background-color:var(--agGrid-background);
|
|
52987
|
+
border-color:var(--agGrid-menu-borderColor);
|
|
52730
52988
|
color:var(--agGrid-menu-color);
|
|
52731
52989
|
padding:var(--salt-spacing-100);
|
|
52732
52990
|
}
|
|
52991
|
+
.ag-theme-salt-touch-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
52992
|
+
box-shadow:var(--agGrid-menu-shadow);
|
|
52993
|
+
}
|
|
52733
52994
|
.ag-theme-salt-touch-dark .ag-menu .ag-tabs-body{
|
|
52734
52995
|
padding:0;
|
|
52735
52996
|
}
|
|
@@ -52872,15 +53133,35 @@ div[class*=ag-theme-salt]{
|
|
|
52872
53133
|
font-size:var(--agGrid-header-fontSize);
|
|
52873
53134
|
font-weight:var(--agGrid-header-fontWeight);
|
|
52874
53135
|
}
|
|
53136
|
+
.ag-theme-salt-touch-dark .ag-header-icon{
|
|
53137
|
+
color:var(--agGrid-header-foreground);
|
|
53138
|
+
}
|
|
52875
53139
|
.ag-theme-salt-touch-dark .ag-header-cell:after,.ag-theme-salt-touch-dark .ag-header-group-cell:after{
|
|
52876
53140
|
height:var(--agGrid-column-separator-height);
|
|
52877
53141
|
top:var(--agGrid-column-separator-top);
|
|
52878
53142
|
}
|
|
53143
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
53144
|
+
margin-left:auto;
|
|
53145
|
+
}
|
|
53146
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon.ag-hidden+.ag-sort-indicator-container{
|
|
53147
|
+
margin-right:auto;
|
|
53148
|
+
}
|
|
53149
|
+
.ag-theme-salt-touch-dark .ag-sort-indicator-container{
|
|
53150
|
+
align-items:center;
|
|
53151
|
+
}
|
|
53152
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-sort-indicator-icon{
|
|
53153
|
+
padding-left:var(--salt-spacing-100);
|
|
53154
|
+
}
|
|
53155
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-sort-indicator-icon{
|
|
53156
|
+
padding-right:var(--salt-spacing-100);
|
|
53157
|
+
}
|
|
52879
53158
|
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
52880
53159
|
margin-right:auto;
|
|
53160
|
+
padding-left:var(--salt-spacing-100);
|
|
52881
53161
|
}
|
|
52882
53162
|
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
52883
53163
|
margin-left:auto;
|
|
53164
|
+
padding-right:var(--salt-spacing-100);
|
|
52884
53165
|
}
|
|
52885
53166
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
52886
53167
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -52926,9 +53207,6 @@ div[class*=ag-theme-salt]{
|
|
|
52926
53207
|
padding-left:var(--salt-spacing-100);
|
|
52927
53208
|
padding-right:var(--salt-spacing-100);
|
|
52928
53209
|
}
|
|
52929
|
-
.ag-theme-salt-touch-dark .ag-cell-wrapper{
|
|
52930
|
-
height:100%;
|
|
52931
|
-
}
|
|
52932
53210
|
.ag-theme-salt-touch-dark .ag-ltr .ag-cell{
|
|
52933
53211
|
border:none;
|
|
52934
53212
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -52944,7 +53222,7 @@ div[class*=ag-theme-salt]{
|
|
|
52944
53222
|
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
52945
53223
|
}
|
|
52946
53224
|
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
52947
|
-
border-color
|
|
53225
|
+
border-color:#0000 !important;
|
|
52948
53226
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
52949
53227
|
outline-offset:-2px;
|
|
52950
53228
|
}
|
|
@@ -52955,9 +53233,9 @@ div[class*=ag-theme-salt]{
|
|
|
52955
53233
|
overflow:visible;
|
|
52956
53234
|
}
|
|
52957
53235
|
.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing:before,.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus:focus-within:before,.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus:focus:before,.ag-theme-salt-touch-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus:before{
|
|
52958
|
-
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid
|
|
53236
|
+
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
|
|
52959
53237
|
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
52960
|
-
border-top:0 solid
|
|
53238
|
+
border-top:0 solid #0000;
|
|
52961
53239
|
content:"";
|
|
52962
53240
|
left:0;
|
|
52963
53241
|
position:absolute;
|
|
@@ -53032,7 +53310,7 @@ div[class*=ag-theme-salt]{
|
|
|
53032
53310
|
appearance:none;
|
|
53033
53311
|
-webkit-appearance:none;
|
|
53034
53312
|
background:var(--salt-actionable-secondary-background);
|
|
53035
|
-
border:1px
|
|
53313
|
+
border:1px #0000;
|
|
53036
53314
|
border-radius:0;
|
|
53037
53315
|
color:var(--salt-actionable-secondary-foreground);
|
|
53038
53316
|
cursor:pointer;
|
|
@@ -53163,6 +53441,13 @@ div[class*=ag-theme-salt]{
|
|
|
53163
53441
|
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
53164
53442
|
outline-offset:-2px;
|
|
53165
53443
|
}
|
|
53444
|
+
.ag-theme-salt-touch-dark .ag-header-cell.ag-column-menu-visible{
|
|
53445
|
+
background:var(--salt-actionable-secondary-background-active);
|
|
53446
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
53447
|
+
}
|
|
53448
|
+
.ag-theme-salt-touch-dark .ag-header-cell.ag-column-menu-visible .ag-icon{
|
|
53449
|
+
color:var(--salt-actionable-secondary-foreground-active);
|
|
53450
|
+
}
|
|
53166
53451
|
.ag-theme-salt-touch-dark .ag-pinned-right-header .ag-floating-filter{
|
|
53167
53452
|
border-left:0;
|
|
53168
53453
|
}
|