@salt-ds/ag-grid-theme 1.3.9 → 1.4.1

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/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)
@@ -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:rgba(0,0,0,.15);
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
- hsla(0,0%,9%,.4)
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
- rgba(0,0,0,.87)
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:hsla(0,0%,100%,.15);
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
- hsla(0,0%,100%,.4)
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
- rgba(0,0,0,.87)
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:hsla(0,0%,100%,.5);
494
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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:hsla(0,0%,100%,.5);
692
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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, hsla(20,42%,65%,0));
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, hsla(20,42%,65%,0));
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 rgba(0,0,0,.24);
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 rgba(0,0,0,.37);
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 rgba(0,0,0,.3);
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:hsla(0,0%,100%,.5);
989
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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:rgba(22,160,133,.5);
3417
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
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:rgba(22,160,133,.5) !important;
3422
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
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 transparent;
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:rgba(36,37,38,.66);
3561
- background-color:var(--ag-modal-overlay-background-color, rgba(36,37,38,.66));
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 transparent;
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 transparent;
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:hsla(0,0%,100%,.2);
3632
- background-color:var(--ag-range-selection-background-color, hsla(0,0%,100%,.2));
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:rgba(0,88,255,.1) !important;
3636
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
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:rgba(0,255,132,.1) !important;
3640
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
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:hsla(0,0%,100%,.2);
3644
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, hsla(0,0%,100%,.2)));
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:hsla(0,0%,100%,.36);
3648
- background-color:var(--ag-range-selection-background-color-2, hsla(0,0%,100%,.36));
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:hsla(0,0%,100%,.59);
3656
- background-color:var(--ag-range-selection-background-color-4, hsla(0,0%,100%,.59));
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 transparent;
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:transparent;
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 transparent;
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 transparent;
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:transparent;
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:hsla(0,0%,100%,.5);
4464
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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:hsla(0,0%,100%,.5);
4490
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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 transparent;
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:hsla(0,0%,100%,.5);
4580
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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:hsla(0,0%,100%,.5);
4613
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
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:transparent;
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);
@@ -5321,8 +5353,8 @@ div[class*=ag-theme-salt]{
5321
5353
  .ag-theme-salt-high-compact-dark .ag-cell.editable-cell,.ag-theme-salt-high-compact-dark .editable-numeric-cell{
5322
5354
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
5323
5355
  }
5324
- .ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
5325
- border-color:transparent !important;
5356
+ .ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-range-single-cell{
5357
+ border-color:#0000 !important;
5326
5358
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
5327
5359
  outline-offset:-2px;
5328
5360
  }
@@ -5333,9 +5365,9 @@ div[class*=ag-theme-salt]{
5333
5365
  overflow:visible;
5334
5366
  }
5335
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{
5336
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
5368
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
5337
5369
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
5338
- border-top:0 solid transparent;
5370
+ border-top:0 solid #0000;
5339
5371
  content:"";
5340
5372
  left:0;
5341
5373
  position:absolute;
@@ -5410,7 +5442,7 @@ div[class*=ag-theme-salt]{
5410
5442
  appearance:none;
5411
5443
  -webkit-appearance:none;
5412
5444
  background:var(--salt-actionable-secondary-background);
5413
- border:1px transparent;
5445
+ border:1px #0000;
5414
5446
  border-radius:0;
5415
5447
  color:var(--salt-actionable-secondary-foreground);
5416
5448
  cursor:pointer;
@@ -5541,6 +5573,13 @@ div[class*=ag-theme-salt]{
5541
5573
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
5542
5574
  outline-offset:-2px;
5543
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
+ }
5544
5583
  .ag-theme-salt-high-compact-dark .ag-pinned-right-header .ag-floating-filter{
5545
5584
  border-left:0;
5546
5585
  }
@@ -5773,8 +5812,8 @@ div[class*=ag-theme-salt]{
5773
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{
5774
5813
  background-color:var(--ag-input-disabled-background-color);
5775
5814
  border-color:var(--ag-input-disabled-border-color);
5776
- color:rgba(42,44,47,.5);
5777
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
5815
+ color:#2a2c2f80;
5816
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
5778
5817
  }
5779
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{
5780
5819
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -5971,8 +6010,8 @@ div[class*=ag-theme-salt]{
5971
6010
  margin-bottom:2px;
5972
6011
  }
5973
6012
  .ag-theme-salt-high-compact-light .ag-angle-select[disabled]{
5974
- color:rgba(42,44,47,.5);
5975
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
6013
+ color:#2a2c2f80;
6014
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
5976
6015
  pointer-events:none;
5977
6016
  }
5978
6017
  .ag-theme-salt-high-compact-light .ag-angle-select[disabled] .ag-angle-select-field{
@@ -6034,16 +6073,16 @@ div[class*=ag-theme-salt]{
6034
6073
  padding:10px;
6035
6074
  }
6036
6075
  .ag-theme-salt-high-compact-light .ag-spectrum-sat{
6037
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
6076
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
6038
6077
  }
6039
6078
  .ag-theme-salt-high-compact-light .ag-spectrum-val{
6040
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
6079
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
6041
6080
  }
6042
6081
  .ag-theme-salt-high-compact-light .ag-spectrum-dragger{
6043
6082
  background:#000;
6044
6083
  border:1px solid #fff;
6045
6084
  border-radius:12px;
6046
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
6085
+ box-shadow:0 0 2px 0 #0000003d;
6047
6086
  height:12px;
6048
6087
  width:12px;
6049
6088
  }
@@ -6058,7 +6097,7 @@ div[class*=ag-theme-salt]{
6058
6097
  .ag-theme-salt-high-compact-light .ag-spectrum-slider{
6059
6098
  background-color:#f8f8f8;
6060
6099
  border-radius:13px;
6061
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
6100
+ box-shadow:0 1px 4px 0 #0000005e;
6062
6101
  height:13px;
6063
6102
  margin-top:-12px;
6064
6103
  width:13px;
@@ -6095,7 +6134,7 @@ div[class*=ag-theme-salt]{
6095
6134
  margin-right:4px;
6096
6135
  }
6097
6136
  .ag-theme-salt-high-compact-light .ag-popup-child:not(.ag-tooltip-custom){
6098
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
6137
+ box-shadow:5px 5px 10px #0000004d;
6099
6138
  }
6100
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{
6101
6140
  opacity:.7;
@@ -6268,8 +6307,8 @@ div[class*=ag-theme-salt]{
6268
6307
  margin-bottom:4px;
6269
6308
  }
6270
6309
  .ag-theme-salt-high-compact-light .ag-column-select-column-group-readonly,.ag-theme-salt-high-compact-light .ag-column-select-column-readonly{
6271
- color:rgba(42,44,47,.5);
6272
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
6310
+ color:#2a2c2f80;
6311
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
6273
6312
  pointer-events:none;
6274
6313
  }
6275
6314
  .ag-theme-salt-high-compact-light .ag-ltr .ag-column-select-add-group-indent{
@@ -8696,13 +8735,13 @@ div[class*=ag-theme-salt]{
8696
8735
  transition:background-color 1s;
8697
8736
  }
8698
8737
  .ag-theme-salt-high-compact-light .ag-value-change-value-highlight{
8699
- background-color:rgba(22,160,133,.5);
8700
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
8738
+ background-color:#16a08580;
8739
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
8701
8740
  transition:background-color .1s;
8702
8741
  }
8703
8742
  .ag-theme-salt-high-compact-light .ag-cell-data-changed{
8704
- background-color:rgba(22,160,133,.5) !important;
8705
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
8743
+ background-color:#16a08580 !important;
8744
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
8706
8745
  }
8707
8746
  .ag-theme-salt-high-compact-light .ag-cell-data-changed-animation{
8708
8747
  background-color:initial;
@@ -8801,7 +8840,7 @@ div[class*=ag-theme-salt]{
8801
8840
  --ag-internal-calculated-line-height:var(--ag-line-height, 18px);
8802
8841
  --ag-internal-padded-row-height:18px;
8803
8842
  -webkit-font-smoothing:subpixel-antialiased;
8804
- border:1px solid transparent;
8843
+ border:1px solid #0000;
8805
8844
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
8806
8845
  padding-left:3px;
8807
8846
  padding-right:3px;
@@ -8840,8 +8879,8 @@ div[class*=ag-theme-salt]{
8840
8879
  min-height:50px;
8841
8880
  }
8842
8881
  .ag-theme-salt-high-compact-light .ag-overlay-loading-wrapper{
8843
- background-color:hsla(0,0%,100%,.66);
8844
- background-color:var(--ag-modal-overlay-background-color, hsla(0,0%,100%,.66));
8882
+ background-color:#ffffffa8;
8883
+ background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
8845
8884
  }
8846
8885
  .ag-theme-salt-high-compact-light .ag-overlay-loading-center{
8847
8886
  background:#fff;
@@ -8887,11 +8926,11 @@ div[class*=ag-theme-salt]{
8887
8926
  border-top-color:var(--ag-border-color, #cacacb);
8888
8927
  }
8889
8928
  .ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
8890
- border-right:solid transparent;
8929
+ border-right:solid #0000;
8891
8930
  }
8892
8931
 
8893
8932
  .ag-theme-salt-high-compact-light .ag-rtl .ag-cell{
8894
- border-left:solid transparent;
8933
+ border-left:solid #0000;
8895
8934
  }
8896
8935
 
8897
8936
  .ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
@@ -8911,32 +8950,32 @@ div[class*=ag-theme-salt]{
8911
8950
  border-right-color:var(--ag-border-color, #cacacb);
8912
8951
  }
8913
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){
8914
- background-color:rgba(42,44,47,.2);
8915
- background-color:var(--ag-range-selection-background-color, rgba(42,44,47,.2));
8953
+ background-color:#2a2c2f33;
8954
+ background-color:var(--ag-range-selection-background-color, #2a2c2f33);
8916
8955
  }
8917
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{
8918
- background-color:rgba(0,88,255,.1) !important;
8919
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
8957
+ background-color:#0058ff1a !important;
8958
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
8920
8959
  }
8921
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{
8922
- background-color:rgba(0,255,132,.1) !important;
8923
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
8961
+ background-color:#00ff841a !important;
8962
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
8924
8963
  }
8925
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){
8926
- background-color:rgba(42,44,47,.2);
8927
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(42,44,47,.2)));
8965
+ background-color:#2a2c2f33;
8966
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
8928
8967
  }
8929
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){
8930
- background-color:rgba(42,44,47,.36);
8931
- background-color:var(--ag-range-selection-background-color-2, rgba(42,44,47,.36));
8969
+ background-color:#2a2c2f5c;
8970
+ background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
8932
8971
  }
8933
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){
8934
8973
  background-color:rgba(42,44,47,.488);
8935
8974
  background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
8936
8975
  }
8937
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){
8938
- background-color:rgba(42,44,47,.59);
8939
- background-color:var(--ag-range-selection-background-color-4, rgba(42,44,47,.59));
8977
+ background-color:#2a2c2f96;
8978
+ background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
8940
8979
  }
8941
8980
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
8942
8981
  border-top-color:#2a2c2f;
@@ -9080,7 +9119,7 @@ div[class*=ag-theme-salt]{
9080
9119
  }
9081
9120
  .ag-theme-salt-high-compact-light .ag-tab{
9082
9121
  align-items:center;
9083
- border-bottom:0 solid transparent;
9122
+ border-bottom:0 solid #0000;
9084
9123
  cursor:pointer;
9085
9124
  display:flex;
9086
9125
  flex:none;
@@ -9226,7 +9265,7 @@ div[class*=ag-theme-salt]{
9226
9265
  width:16px;
9227
9266
  }
9228
9267
  .ag-theme-salt-high-compact-light button.ag-side-button-button{
9229
- background:transparent;
9268
+ background:#0000;
9230
9269
  background-position-x:center;
9231
9270
  background-position-y:center;
9232
9271
  background-repeat:no-repeat;
@@ -9284,7 +9323,7 @@ div[class*=ag-theme-salt]{
9284
9323
  border-left-color:var(--ag-border-color, #cacacb);
9285
9324
  }
9286
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{
9287
- border-right:0 solid transparent;
9326
+ border-right:0 solid #0000;
9288
9327
  margin-right:-1px;
9289
9328
  padding-right:1px;
9290
9329
  }
@@ -9301,7 +9340,7 @@ div[class*=ag-theme-salt]{
9301
9340
  border-right-color:var(--ag-border-color, #cacacb);
9302
9341
  }
9303
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{
9304
- border-left:0 solid transparent;
9343
+ border-left:0 solid #0000;
9305
9344
  margin-left:-1px;
9306
9345
  padding-left:1px;
9307
9346
  }
@@ -9710,7 +9749,7 @@ div[class*=ag-theme-salt]{
9710
9749
 
9711
9750
  .ag-theme-salt-high-compact-light .ag-floating-filter-button-button{
9712
9751
  appearance:none;
9713
- background:transparent;
9752
+ background:#0000;
9714
9753
  border:none;
9715
9754
  color:inherit;
9716
9755
  font-family:inherit;
@@ -9743,8 +9782,8 @@ div[class*=ag-theme-salt]{
9743
9782
  cursor:pointer;
9744
9783
  }
9745
9784
  .ag-theme-salt-high-compact-light .ag-paging-button.ag-disabled{
9746
- color:rgba(42,44,47,.5);
9747
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
9785
+ color:#2a2c2f80;
9786
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
9748
9787
  cursor:default;
9749
9788
  }
9750
9789
  .ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-paging-button:focus{
@@ -9769,8 +9808,8 @@ div[class*=ag-theme-salt]{
9769
9808
  .ag-theme-salt-high-compact-light .ag-status-bar{
9770
9809
  border-top:1px solid #cacacb;
9771
9810
  border-top-color:var(--ag-border-color, #cacacb);
9772
- color:rgba(42,44,47,.5);
9773
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
9811
+ color:#2a2c2f80;
9812
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
9774
9813
  line-height:1.5;
9775
9814
  padding-left:16px;
9776
9815
  padding-right:16px;
@@ -9790,7 +9829,7 @@ div[class*=ag-theme-salt]{
9790
9829
  }
9791
9830
  .ag-theme-salt-high-compact-light .ag-column-drop-cell{
9792
9831
  background:var(--ag-chip-background-color);
9793
- border:1px solid transparent;
9832
+ border:1px solid #0000;
9794
9833
  border-radius:16px;
9795
9834
  cursor:pointer;
9796
9835
  height:16px;
@@ -9859,8 +9898,8 @@ div[class*=ag-theme-salt]{
9859
9898
  margin:0 4px;
9860
9899
  }
9861
9900
  .ag-theme-salt-high-compact-light .ag-column-drop-horizontal-empty-message{
9862
- color:rgba(42,44,47,.5);
9863
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
9901
+ color:#2a2c2f80;
9902
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
9864
9903
  }
9865
9904
  .ag-theme-salt-high-compact-light .ag-ltr .ag-column-drop-horizontal-icon{
9866
9905
  margin-right:4px;
@@ -9892,8 +9931,8 @@ div[class*=ag-theme-salt]{
9892
9931
  }
9893
9932
  .ag-theme-salt-high-compact-light .ag-column-drop-vertical-empty-message{
9894
9933
  bottom:0;
9895
- color:rgba(42,44,47,.5);
9896
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
9934
+ color:#2a2c2f80;
9935
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
9897
9936
  left:0;
9898
9937
  margin-top:4px;
9899
9938
  overflow:hidden;
@@ -10271,7 +10310,7 @@ div[class*=ag-theme-salt]{
10271
10310
  background-color:#cacacb;
10272
10311
  background-color:var(--ag-border-color, #cacacb);
10273
10312
  border-radius:0;
10274
- color:transparent;
10313
+ color:#0000;
10275
10314
  height:3px;
10276
10315
  margin:0;
10277
10316
  padding:0;
@@ -10391,9 +10430,13 @@ div[class*=ag-theme-salt]{
10391
10430
  }
10392
10431
  .ag-theme-salt-high-compact-light .ag-menu{
10393
10432
  background-color:var(--agGrid-background);
10433
+ border-color:var(--agGrid-menu-borderColor);
10394
10434
  color:var(--agGrid-menu-color);
10395
10435
  padding:var(--salt-spacing-100);
10396
10436
  }
10437
+ .ag-theme-salt-high-compact-light .ag-popup-child:not(.ag-tooltip-custom){
10438
+ box-shadow:var(--agGrid-menu-shadow);
10439
+ }
10397
10440
  .ag-theme-salt-high-compact-light .ag-menu .ag-tabs-body{
10398
10441
  padding:0;
10399
10442
  }
@@ -10536,15 +10579,35 @@ div[class*=ag-theme-salt]{
10536
10579
  font-size:var(--agGrid-header-fontSize);
10537
10580
  font-weight:var(--agGrid-header-fontWeight);
10538
10581
  }
10582
+ .ag-theme-salt-high-compact-light .ag-header-icon{
10583
+ color:var(--agGrid-header-foreground);
10584
+ }
10539
10585
  .ag-theme-salt-high-compact-light .ag-header-cell:after,.ag-theme-salt-high-compact-light .ag-header-group-cell:after{
10540
10586
  height:var(--agGrid-column-separator-height);
10541
10587
  top:var(--agGrid-column-separator-top);
10542
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
+ }
10543
10604
  .ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
10544
10605
  margin-right:auto;
10606
+ padding-left:var(--salt-spacing-100);
10545
10607
  }
10546
10608
  .ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
10547
10609
  margin-left:auto;
10610
+ padding-right:var(--salt-spacing-100);
10548
10611
  }
10549
10612
  .ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
10550
10613
  border:2px dotted var(--agGrid-color-focus);
@@ -10604,8 +10667,8 @@ div[class*=ag-theme-salt]{
10604
10667
  .ag-theme-salt-high-compact-light .ag-cell.editable-cell,.ag-theme-salt-high-compact-light .editable-numeric-cell{
10605
10668
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
10606
10669
  }
10607
- .ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
10608
- border-color:transparent !important;
10670
+ .ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-range-single-cell{
10671
+ border-color:#0000 !important;
10609
10672
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
10610
10673
  outline-offset:-2px;
10611
10674
  }
@@ -10616,9 +10679,9 @@ div[class*=ag-theme-salt]{
10616
10679
  overflow:visible;
10617
10680
  }
10618
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{
10619
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
10682
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
10620
10683
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
10621
- border-top:0 solid transparent;
10684
+ border-top:0 solid #0000;
10622
10685
  content:"";
10623
10686
  left:0;
10624
10687
  position:absolute;
@@ -10693,7 +10756,7 @@ div[class*=ag-theme-salt]{
10693
10756
  appearance:none;
10694
10757
  -webkit-appearance:none;
10695
10758
  background:var(--salt-actionable-secondary-background);
10696
- border:1px transparent;
10759
+ border:1px #0000;
10697
10760
  border-radius:0;
10698
10761
  color:var(--salt-actionable-secondary-foreground);
10699
10762
  cursor:pointer;
@@ -10824,6 +10887,13 @@ div[class*=ag-theme-salt]{
10824
10887
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
10825
10888
  outline-offset:-2px;
10826
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
+ }
10827
10897
  .ag-theme-salt-high-compact-light .ag-pinned-right-header .ag-floating-filter{
10828
10898
  border-left:0;
10829
10899
  }
@@ -11065,8 +11135,8 @@ div[class*=ag-theme-salt]{
11065
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{
11066
11136
  background-color:var(--ag-input-disabled-background-color);
11067
11137
  border-color:var(--ag-input-disabled-border-color);
11068
- color:hsla(0,0%,100%,.5);
11069
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
11138
+ color:#ffffff80;
11139
+ color:var(--ag-disabled-foreground-color, #ffffff80);
11070
11140
  }
11071
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{
11072
11142
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -11263,8 +11333,8 @@ div[class*=ag-theme-salt]{
11263
11333
  margin-bottom:2px;
11264
11334
  }
11265
11335
  .ag-theme-salt-high-dark .ag-angle-select[disabled]{
11266
- color:hsla(0,0%,100%,.5);
11267
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
11336
+ color:#ffffff80;
11337
+ color:var(--ag-disabled-foreground-color, #ffffff80);
11268
11338
  pointer-events:none;
11269
11339
  }
11270
11340
  .ag-theme-salt-high-dark .ag-angle-select[disabled] .ag-angle-select-field{
@@ -11326,16 +11396,16 @@ div[class*=ag-theme-salt]{
11326
11396
  padding:10px;
11327
11397
  }
11328
11398
  .ag-theme-salt-high-dark .ag-spectrum-sat{
11329
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
11399
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
11330
11400
  }
11331
11401
  .ag-theme-salt-high-dark .ag-spectrum-val{
11332
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
11402
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
11333
11403
  }
11334
11404
  .ag-theme-salt-high-dark .ag-spectrum-dragger{
11335
11405
  background:#000;
11336
11406
  border:1px solid #fff;
11337
11407
  border-radius:12px;
11338
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
11408
+ box-shadow:0 0 2px 0 #0000003d;
11339
11409
  height:12px;
11340
11410
  width:12px;
11341
11411
  }
@@ -11350,7 +11420,7 @@ div[class*=ag-theme-salt]{
11350
11420
  .ag-theme-salt-high-dark .ag-spectrum-slider{
11351
11421
  background-color:#f8f8f8;
11352
11422
  border-radius:13px;
11353
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
11423
+ box-shadow:0 1px 4px 0 #0000005e;
11354
11424
  height:13px;
11355
11425
  margin-top:-12px;
11356
11426
  width:13px;
@@ -11387,7 +11457,7 @@ div[class*=ag-theme-salt]{
11387
11457
  margin-right:4px;
11388
11458
  }
11389
11459
  .ag-theme-salt-high-dark .ag-popup-child:not(.ag-tooltip-custom){
11390
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
11460
+ box-shadow:5px 5px 10px #0000004d;
11391
11461
  }
11392
11462
  .ag-dragging-fill-handle .ag-theme-salt-high-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-high-dark .ag-dialog{
11393
11463
  opacity:.7;
@@ -11560,8 +11630,8 @@ div[class*=ag-theme-salt]{
11560
11630
  margin-bottom:4px;
11561
11631
  }
11562
11632
  .ag-theme-salt-high-dark .ag-column-select-column-group-readonly,.ag-theme-salt-high-dark .ag-column-select-column-readonly{
11563
- color:hsla(0,0%,100%,.5);
11564
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
11633
+ color:#ffffff80;
11634
+ color:var(--ag-disabled-foreground-color, #ffffff80);
11565
11635
  pointer-events:none;
11566
11636
  }
11567
11637
  .ag-theme-salt-high-dark .ag-ltr .ag-column-select-add-group-indent{
@@ -13988,13 +14058,13 @@ div[class*=ag-theme-salt]{
13988
14058
  transition:background-color 1s;
13989
14059
  }
13990
14060
  .ag-theme-salt-high-dark .ag-value-change-value-highlight{
13991
- background-color:rgba(22,160,133,.5);
13992
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
14061
+ background-color:#16a08580;
14062
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
13993
14063
  transition:background-color .1s;
13994
14064
  }
13995
14065
  .ag-theme-salt-high-dark .ag-cell-data-changed{
13996
- background-color:rgba(22,160,133,.5) !important;
13997
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
14066
+ background-color:#16a08580 !important;
14067
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
13998
14068
  }
13999
14069
  .ag-theme-salt-high-dark .ag-cell-data-changed-animation{
14000
14070
  background-color:initial;
@@ -14093,7 +14163,7 @@ div[class*=ag-theme-salt]{
14093
14163
  --ag-internal-calculated-line-height:var(--ag-line-height, 22px);
14094
14164
  --ag-internal-padded-row-height:22px;
14095
14165
  -webkit-font-smoothing:subpixel-antialiased;
14096
- border:1px solid transparent;
14166
+ border:1px solid #0000;
14097
14167
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
14098
14168
  padding-left:3px;
14099
14169
  padding-right:3px;
@@ -14132,8 +14202,8 @@ div[class*=ag-theme-salt]{
14132
14202
  min-height:50px;
14133
14203
  }
14134
14204
  .ag-theme-salt-high-dark .ag-overlay-loading-wrapper{
14135
- background-color:rgba(36,37,38,.66);
14136
- background-color:var(--ag-modal-overlay-background-color, rgba(36,37,38,.66));
14205
+ background-color:#242526a8;
14206
+ background-color:var(--ag-modal-overlay-background-color, #242526a8);
14137
14207
  }
14138
14208
  .ag-theme-salt-high-dark .ag-overlay-loading-center{
14139
14209
  background:#242526;
@@ -14179,11 +14249,11 @@ div[class*=ag-theme-salt]{
14179
14249
  border-top-color:var(--ag-border-color, #5b5c5c);
14180
14250
  }
14181
14251
  .ag-theme-salt-high-dark .ag-ltr .ag-cell{
14182
- border-right:solid transparent;
14252
+ border-right:solid #0000;
14183
14253
  }
14184
14254
 
14185
14255
  .ag-theme-salt-high-dark .ag-rtl .ag-cell{
14186
- border-left:solid transparent;
14256
+ border-left:solid #0000;
14187
14257
  }
14188
14258
 
14189
14259
  .ag-theme-salt-high-dark .ag-ltr .ag-cell{
@@ -14203,32 +14273,32 @@ div[class*=ag-theme-salt]{
14203
14273
  border-right-color:var(--ag-border-color, #5b5c5c);
14204
14274
  }
14205
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){
14206
- background-color:hsla(0,0%,100%,.2);
14207
- background-color:var(--ag-range-selection-background-color, hsla(0,0%,100%,.2));
14276
+ background-color:#fff3;
14277
+ background-color:var(--ag-range-selection-background-color, #fff3);
14208
14278
  }
14209
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{
14210
- background-color:rgba(0,88,255,.1) !important;
14211
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
14280
+ background-color:#0058ff1a !important;
14281
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
14212
14282
  }
14213
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{
14214
- background-color:rgba(0,255,132,.1) !important;
14215
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
14284
+ background-color:#00ff841a !important;
14285
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
14216
14286
  }
14217
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){
14218
- background-color:hsla(0,0%,100%,.2);
14219
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, hsla(0,0%,100%,.2)));
14288
+ background-color:#fff3;
14289
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
14220
14290
  }
14221
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){
14222
- background-color:hsla(0,0%,100%,.36);
14223
- background-color:var(--ag-range-selection-background-color-2, hsla(0,0%,100%,.36));
14292
+ background-color:#ffffff5c;
14293
+ background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
14224
14294
  }
14225
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){
14226
14296
  background-color:hsla(0,0%,100%,.488);
14227
14297
  background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
14228
14298
  }
14229
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){
14230
- background-color:hsla(0,0%,100%,.59);
14231
- background-color:var(--ag-range-selection-background-color-4, hsla(0,0%,100%,.59));
14300
+ background-color:#ffffff96;
14301
+ background-color:var(--ag-range-selection-background-color-4, #ffffff96);
14232
14302
  }
14233
14303
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
14234
14304
  border-top-color:#fff;
@@ -14372,7 +14442,7 @@ div[class*=ag-theme-salt]{
14372
14442
  }
14373
14443
  .ag-theme-salt-high-dark .ag-tab{
14374
14444
  align-items:center;
14375
- border-bottom:0 solid transparent;
14445
+ border-bottom:0 solid #0000;
14376
14446
  cursor:pointer;
14377
14447
  display:flex;
14378
14448
  flex:none;
@@ -14518,7 +14588,7 @@ div[class*=ag-theme-salt]{
14518
14588
  width:16px;
14519
14589
  }
14520
14590
  .ag-theme-salt-high-dark button.ag-side-button-button{
14521
- background:transparent;
14591
+ background:#0000;
14522
14592
  background-position-x:center;
14523
14593
  background-position-y:center;
14524
14594
  background-repeat:no-repeat;
@@ -14576,7 +14646,7 @@ div[class*=ag-theme-salt]{
14576
14646
  border-left-color:var(--ag-border-color, #5b5c5c);
14577
14647
  }
14578
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{
14579
- border-right:0 solid transparent;
14649
+ border-right:0 solid #0000;
14580
14650
  margin-right:-1px;
14581
14651
  padding-right:1px;
14582
14652
  }
@@ -14593,7 +14663,7 @@ div[class*=ag-theme-salt]{
14593
14663
  border-right-color:var(--ag-border-color, #5b5c5c);
14594
14664
  }
14595
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{
14596
- border-left:0 solid transparent;
14666
+ border-left:0 solid #0000;
14597
14667
  margin-left:-1px;
14598
14668
  padding-left:1px;
14599
14669
  }
@@ -15002,7 +15072,7 @@ div[class*=ag-theme-salt]{
15002
15072
 
15003
15073
  .ag-theme-salt-high-dark .ag-floating-filter-button-button{
15004
15074
  appearance:none;
15005
- background:transparent;
15075
+ background:#0000;
15006
15076
  border:none;
15007
15077
  color:inherit;
15008
15078
  font-family:inherit;
@@ -15035,8 +15105,8 @@ div[class*=ag-theme-salt]{
15035
15105
  cursor:pointer;
15036
15106
  }
15037
15107
  .ag-theme-salt-high-dark .ag-paging-button.ag-disabled{
15038
- color:hsla(0,0%,100%,.5);
15039
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
15108
+ color:#ffffff80;
15109
+ color:var(--ag-disabled-foreground-color, #ffffff80);
15040
15110
  cursor:default;
15041
15111
  }
15042
15112
  .ag-theme-salt-high-dark .ag-keyboard-focus .ag-paging-button:focus{
@@ -15061,8 +15131,8 @@ div[class*=ag-theme-salt]{
15061
15131
  .ag-theme-salt-high-dark .ag-status-bar{
15062
15132
  border-top:1px solid #5b5c5c;
15063
15133
  border-top-color:var(--ag-border-color, #5b5c5c);
15064
- color:hsla(0,0%,100%,.5);
15065
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
15134
+ color:#ffffff80;
15135
+ color:var(--ag-disabled-foreground-color, #ffffff80);
15066
15136
  line-height:1.5;
15067
15137
  padding-left:16px;
15068
15138
  padding-right:16px;
@@ -15082,7 +15152,7 @@ div[class*=ag-theme-salt]{
15082
15152
  }
15083
15153
  .ag-theme-salt-high-dark .ag-column-drop-cell{
15084
15154
  background:var(--ag-chip-background-color);
15085
- border:1px solid transparent;
15155
+ border:1px solid #0000;
15086
15156
  border-radius:16px;
15087
15157
  cursor:pointer;
15088
15158
  height:16px;
@@ -15151,8 +15221,8 @@ div[class*=ag-theme-salt]{
15151
15221
  margin:0 4px;
15152
15222
  }
15153
15223
  .ag-theme-salt-high-dark .ag-column-drop-horizontal-empty-message{
15154
- color:hsla(0,0%,100%,.5);
15155
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
15224
+ color:#ffffff80;
15225
+ color:var(--ag-disabled-foreground-color, #ffffff80);
15156
15226
  }
15157
15227
  .ag-theme-salt-high-dark .ag-ltr .ag-column-drop-horizontal-icon{
15158
15228
  margin-right:4px;
@@ -15184,8 +15254,8 @@ div[class*=ag-theme-salt]{
15184
15254
  }
15185
15255
  .ag-theme-salt-high-dark .ag-column-drop-vertical-empty-message{
15186
15256
  bottom:0;
15187
- color:hsla(0,0%,100%,.5);
15188
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
15257
+ color:#ffffff80;
15258
+ color:var(--ag-disabled-foreground-color, #ffffff80);
15189
15259
  left:0;
15190
15260
  margin-top:4px;
15191
15261
  overflow:hidden;
@@ -15563,7 +15633,7 @@ div[class*=ag-theme-salt]{
15563
15633
  background-color:#5b5c5c;
15564
15634
  background-color:var(--ag-border-color, #5b5c5c);
15565
15635
  border-radius:0;
15566
- color:transparent;
15636
+ color:#0000;
15567
15637
  height:3px;
15568
15638
  margin:0;
15569
15639
  padding:0;
@@ -15683,9 +15753,13 @@ div[class*=ag-theme-salt]{
15683
15753
  }
15684
15754
  .ag-theme-salt-high-dark .ag-menu{
15685
15755
  background-color:var(--agGrid-background);
15756
+ border-color:var(--agGrid-menu-borderColor);
15686
15757
  color:var(--agGrid-menu-color);
15687
15758
  padding:var(--salt-spacing-100);
15688
15759
  }
15760
+ .ag-theme-salt-high-dark .ag-popup-child:not(.ag-tooltip-custom){
15761
+ box-shadow:var(--agGrid-menu-shadow);
15762
+ }
15689
15763
  .ag-theme-salt-high-dark .ag-menu .ag-tabs-body{
15690
15764
  padding:0;
15691
15765
  }
@@ -15824,19 +15898,38 @@ div[class*=ag-theme-salt]{
15824
15898
  border-color:var(--agGrid-header-borderColor);
15825
15899
  }
15826
15900
  .ag-theme-salt-high-dark .ag-header-row{
15827
- color:var(--agGrid-header-foreground);
15828
15901
  font-size:var(--agGrid-header-fontSize);
15829
15902
  font-weight:var(--agGrid-header-fontWeight);
15830
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
+ }
15831
15907
  .ag-theme-salt-high-dark .ag-header-cell:after,.ag-theme-salt-high-dark .ag-header-group-cell:after{
15832
15908
  height:var(--agGrid-column-separator-height);
15833
15909
  top:var(--agGrid-column-separator-top);
15834
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
+ }
15835
15926
  .ag-theme-salt-high-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
15836
15927
  margin-right:auto;
15928
+ padding-left:var(--salt-spacing-100);
15837
15929
  }
15838
15930
  .ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
15839
15931
  margin-left:auto;
15932
+ padding-right:var(--salt-spacing-100);
15840
15933
  }
15841
15934
  .ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
15842
15935
  border:2px dotted var(--agGrid-color-focus);
@@ -15896,8 +15989,8 @@ div[class*=ag-theme-salt]{
15896
15989
  .ag-theme-salt-high-dark .ag-cell.editable-cell,.ag-theme-salt-high-dark .editable-numeric-cell{
15897
15990
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
15898
15991
  }
15899
- .ag-theme-salt-high-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
15900
- border-color:transparent !important;
15992
+ .ag-theme-salt-high-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-high-dark .ag-ltr .ag-cell-range-single-cell{
15993
+ border-color:#0000 !important;
15901
15994
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
15902
15995
  outline-offset:-2px;
15903
15996
  }
@@ -15908,9 +16001,9 @@ div[class*=ag-theme-salt]{
15908
16001
  overflow:visible;
15909
16002
  }
15910
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{
15911
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
16004
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
15912
16005
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
15913
- border-top:0 solid transparent;
16006
+ border-top:0 solid #0000;
15914
16007
  content:"";
15915
16008
  left:0;
15916
16009
  position:absolute;
@@ -15985,7 +16078,7 @@ div[class*=ag-theme-salt]{
15985
16078
  appearance:none;
15986
16079
  -webkit-appearance:none;
15987
16080
  background:var(--salt-actionable-secondary-background);
15988
- border:1px transparent;
16081
+ border:1px #0000;
15989
16082
  border-radius:0;
15990
16083
  color:var(--salt-actionable-secondary-foreground);
15991
16084
  cursor:pointer;
@@ -16116,6 +16209,13 @@ div[class*=ag-theme-salt]{
16116
16209
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
16117
16210
  outline-offset:-2px;
16118
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
+ }
16119
16219
  .ag-theme-salt-high-dark .ag-pinned-right-header .ag-floating-filter{
16120
16220
  border-left:0;
16121
16221
  }
@@ -16348,8 +16448,8 @@ div[class*=ag-theme-salt]{
16348
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{
16349
16449
  background-color:var(--ag-input-disabled-background-color);
16350
16450
  border-color:var(--ag-input-disabled-border-color);
16351
- color:rgba(42,44,47,.5);
16352
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
16451
+ color:#2a2c2f80;
16452
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
16353
16453
  }
16354
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{
16355
16455
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -16546,8 +16646,8 @@ div[class*=ag-theme-salt]{
16546
16646
  margin-bottom:2px;
16547
16647
  }
16548
16648
  .ag-theme-salt-high-light .ag-angle-select[disabled]{
16549
- color:rgba(42,44,47,.5);
16550
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
16649
+ color:#2a2c2f80;
16650
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
16551
16651
  pointer-events:none;
16552
16652
  }
16553
16653
  .ag-theme-salt-high-light .ag-angle-select[disabled] .ag-angle-select-field{
@@ -16609,16 +16709,16 @@ div[class*=ag-theme-salt]{
16609
16709
  padding:10px;
16610
16710
  }
16611
16711
  .ag-theme-salt-high-light .ag-spectrum-sat{
16612
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
16712
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
16613
16713
  }
16614
16714
  .ag-theme-salt-high-light .ag-spectrum-val{
16615
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
16715
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
16616
16716
  }
16617
16717
  .ag-theme-salt-high-light .ag-spectrum-dragger{
16618
16718
  background:#000;
16619
16719
  border:1px solid #fff;
16620
16720
  border-radius:12px;
16621
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
16721
+ box-shadow:0 0 2px 0 #0000003d;
16622
16722
  height:12px;
16623
16723
  width:12px;
16624
16724
  }
@@ -16633,7 +16733,7 @@ div[class*=ag-theme-salt]{
16633
16733
  .ag-theme-salt-high-light .ag-spectrum-slider{
16634
16734
  background-color:#f8f8f8;
16635
16735
  border-radius:13px;
16636
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
16736
+ box-shadow:0 1px 4px 0 #0000005e;
16637
16737
  height:13px;
16638
16738
  margin-top:-12px;
16639
16739
  width:13px;
@@ -16670,7 +16770,7 @@ div[class*=ag-theme-salt]{
16670
16770
  margin-right:4px;
16671
16771
  }
16672
16772
  .ag-theme-salt-high-light .ag-popup-child:not(.ag-tooltip-custom){
16673
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
16773
+ box-shadow:5px 5px 10px #0000004d;
16674
16774
  }
16675
16775
  .ag-dragging-fill-handle .ag-theme-salt-high-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-high-light .ag-dialog{
16676
16776
  opacity:.7;
@@ -16843,8 +16943,8 @@ div[class*=ag-theme-salt]{
16843
16943
  margin-bottom:4px;
16844
16944
  }
16845
16945
  .ag-theme-salt-high-light .ag-column-select-column-group-readonly,.ag-theme-salt-high-light .ag-column-select-column-readonly{
16846
- color:rgba(42,44,47,.5);
16847
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
16946
+ color:#2a2c2f80;
16947
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
16848
16948
  pointer-events:none;
16849
16949
  }
16850
16950
  .ag-theme-salt-high-light .ag-ltr .ag-column-select-add-group-indent{
@@ -19271,13 +19371,13 @@ div[class*=ag-theme-salt]{
19271
19371
  transition:background-color 1s;
19272
19372
  }
19273
19373
  .ag-theme-salt-high-light .ag-value-change-value-highlight{
19274
- background-color:rgba(22,160,133,.5);
19275
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
19374
+ background-color:#16a08580;
19375
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
19276
19376
  transition:background-color .1s;
19277
19377
  }
19278
19378
  .ag-theme-salt-high-light .ag-cell-data-changed{
19279
- background-color:rgba(22,160,133,.5) !important;
19280
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
19379
+ background-color:#16a08580 !important;
19380
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
19281
19381
  }
19282
19382
  .ag-theme-salt-high-light .ag-cell-data-changed-animation{
19283
19383
  background-color:initial;
@@ -19376,7 +19476,7 @@ div[class*=ag-theme-salt]{
19376
19476
  --ag-internal-calculated-line-height:var(--ag-line-height, 22px);
19377
19477
  --ag-internal-padded-row-height:22px;
19378
19478
  -webkit-font-smoothing:subpixel-antialiased;
19379
- border:1px solid transparent;
19479
+ border:1px solid #0000;
19380
19480
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
19381
19481
  padding-left:3px;
19382
19482
  padding-right:3px;
@@ -19415,8 +19515,8 @@ div[class*=ag-theme-salt]{
19415
19515
  min-height:50px;
19416
19516
  }
19417
19517
  .ag-theme-salt-high-light .ag-overlay-loading-wrapper{
19418
- background-color:hsla(0,0%,100%,.66);
19419
- background-color:var(--ag-modal-overlay-background-color, hsla(0,0%,100%,.66));
19518
+ background-color:#ffffffa8;
19519
+ background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
19420
19520
  }
19421
19521
  .ag-theme-salt-high-light .ag-overlay-loading-center{
19422
19522
  background:#fff;
@@ -19462,11 +19562,11 @@ div[class*=ag-theme-salt]{
19462
19562
  border-top-color:var(--ag-border-color, #cacacb);
19463
19563
  }
19464
19564
  .ag-theme-salt-high-light .ag-ltr .ag-cell{
19465
- border-right:solid transparent;
19565
+ border-right:solid #0000;
19466
19566
  }
19467
19567
 
19468
19568
  .ag-theme-salt-high-light .ag-rtl .ag-cell{
19469
- border-left:solid transparent;
19569
+ border-left:solid #0000;
19470
19570
  }
19471
19571
 
19472
19572
  .ag-theme-salt-high-light .ag-ltr .ag-cell{
@@ -19486,32 +19586,32 @@ div[class*=ag-theme-salt]{
19486
19586
  border-right-color:var(--ag-border-color, #cacacb);
19487
19587
  }
19488
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){
19489
- background-color:rgba(42,44,47,.2);
19490
- background-color:var(--ag-range-selection-background-color, rgba(42,44,47,.2));
19589
+ background-color:#2a2c2f33;
19590
+ background-color:var(--ag-range-selection-background-color, #2a2c2f33);
19491
19591
  }
19492
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{
19493
- background-color:rgba(0,88,255,.1) !important;
19494
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
19593
+ background-color:#0058ff1a !important;
19594
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
19495
19595
  }
19496
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{
19497
- background-color:rgba(0,255,132,.1) !important;
19498
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
19597
+ background-color:#00ff841a !important;
19598
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
19499
19599
  }
19500
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){
19501
- background-color:rgba(42,44,47,.2);
19502
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(42,44,47,.2)));
19601
+ background-color:#2a2c2f33;
19602
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
19503
19603
  }
19504
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){
19505
- background-color:rgba(42,44,47,.36);
19506
- background-color:var(--ag-range-selection-background-color-2, rgba(42,44,47,.36));
19605
+ background-color:#2a2c2f5c;
19606
+ background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
19507
19607
  }
19508
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){
19509
19609
  background-color:rgba(42,44,47,.488);
19510
19610
  background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
19511
19611
  }
19512
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){
19513
- background-color:rgba(42,44,47,.59);
19514
- background-color:var(--ag-range-selection-background-color-4, rgba(42,44,47,.59));
19613
+ background-color:#2a2c2f96;
19614
+ background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
19515
19615
  }
19516
19616
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
19517
19617
  border-top-color:#2a2c2f;
@@ -19655,7 +19755,7 @@ div[class*=ag-theme-salt]{
19655
19755
  }
19656
19756
  .ag-theme-salt-high-light .ag-tab{
19657
19757
  align-items:center;
19658
- border-bottom:0 solid transparent;
19758
+ border-bottom:0 solid #0000;
19659
19759
  cursor:pointer;
19660
19760
  display:flex;
19661
19761
  flex:none;
@@ -19801,7 +19901,7 @@ div[class*=ag-theme-salt]{
19801
19901
  width:16px;
19802
19902
  }
19803
19903
  .ag-theme-salt-high-light button.ag-side-button-button{
19804
- background:transparent;
19904
+ background:#0000;
19805
19905
  background-position-x:center;
19806
19906
  background-position-y:center;
19807
19907
  background-repeat:no-repeat;
@@ -19859,7 +19959,7 @@ div[class*=ag-theme-salt]{
19859
19959
  border-left-color:var(--ag-border-color, #cacacb);
19860
19960
  }
19861
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{
19862
- border-right:0 solid transparent;
19962
+ border-right:0 solid #0000;
19863
19963
  margin-right:-1px;
19864
19964
  padding-right:1px;
19865
19965
  }
@@ -19876,7 +19976,7 @@ div[class*=ag-theme-salt]{
19876
19976
  border-right-color:var(--ag-border-color, #cacacb);
19877
19977
  }
19878
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{
19879
- border-left:0 solid transparent;
19979
+ border-left:0 solid #0000;
19880
19980
  margin-left:-1px;
19881
19981
  padding-left:1px;
19882
19982
  }
@@ -20285,7 +20385,7 @@ div[class*=ag-theme-salt]{
20285
20385
 
20286
20386
  .ag-theme-salt-high-light .ag-floating-filter-button-button{
20287
20387
  appearance:none;
20288
- background:transparent;
20388
+ background:#0000;
20289
20389
  border:none;
20290
20390
  color:inherit;
20291
20391
  font-family:inherit;
@@ -20318,8 +20418,8 @@ div[class*=ag-theme-salt]{
20318
20418
  cursor:pointer;
20319
20419
  }
20320
20420
  .ag-theme-salt-high-light .ag-paging-button.ag-disabled{
20321
- color:rgba(42,44,47,.5);
20322
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
20421
+ color:#2a2c2f80;
20422
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
20323
20423
  cursor:default;
20324
20424
  }
20325
20425
  .ag-theme-salt-high-light .ag-keyboard-focus .ag-paging-button:focus{
@@ -20344,8 +20444,8 @@ div[class*=ag-theme-salt]{
20344
20444
  .ag-theme-salt-high-light .ag-status-bar{
20345
20445
  border-top:1px solid #cacacb;
20346
20446
  border-top-color:var(--ag-border-color, #cacacb);
20347
- color:rgba(42,44,47,.5);
20348
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
20447
+ color:#2a2c2f80;
20448
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
20349
20449
  line-height:1.5;
20350
20450
  padding-left:16px;
20351
20451
  padding-right:16px;
@@ -20365,7 +20465,7 @@ div[class*=ag-theme-salt]{
20365
20465
  }
20366
20466
  .ag-theme-salt-high-light .ag-column-drop-cell{
20367
20467
  background:var(--ag-chip-background-color);
20368
- border:1px solid transparent;
20468
+ border:1px solid #0000;
20369
20469
  border-radius:16px;
20370
20470
  cursor:pointer;
20371
20471
  height:16px;
@@ -20434,8 +20534,8 @@ div[class*=ag-theme-salt]{
20434
20534
  margin:0 4px;
20435
20535
  }
20436
20536
  .ag-theme-salt-high-light .ag-column-drop-horizontal-empty-message{
20437
- color:rgba(42,44,47,.5);
20438
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
20537
+ color:#2a2c2f80;
20538
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
20439
20539
  }
20440
20540
  .ag-theme-salt-high-light .ag-ltr .ag-column-drop-horizontal-icon{
20441
20541
  margin-right:4px;
@@ -20467,8 +20567,8 @@ div[class*=ag-theme-salt]{
20467
20567
  }
20468
20568
  .ag-theme-salt-high-light .ag-column-drop-vertical-empty-message{
20469
20569
  bottom:0;
20470
- color:rgba(42,44,47,.5);
20471
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
20570
+ color:#2a2c2f80;
20571
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
20472
20572
  left:0;
20473
20573
  margin-top:4px;
20474
20574
  overflow:hidden;
@@ -20846,7 +20946,7 @@ div[class*=ag-theme-salt]{
20846
20946
  background-color:#cacacb;
20847
20947
  background-color:var(--ag-border-color, #cacacb);
20848
20948
  border-radius:0;
20849
- color:transparent;
20949
+ color:#0000;
20850
20950
  height:3px;
20851
20951
  margin:0;
20852
20952
  padding:0;
@@ -20966,9 +21066,13 @@ div[class*=ag-theme-salt]{
20966
21066
  }
20967
21067
  .ag-theme-salt-high-light .ag-menu{
20968
21068
  background-color:var(--agGrid-background);
21069
+ border-color:var(--agGrid-menu-borderColor);
20969
21070
  color:var(--agGrid-menu-color);
20970
21071
  padding:var(--salt-spacing-100);
20971
21072
  }
21073
+ .ag-theme-salt-high-light .ag-popup-child:not(.ag-tooltip-custom){
21074
+ box-shadow:var(--agGrid-menu-shadow);
21075
+ }
20972
21076
  .ag-theme-salt-high-light .ag-menu .ag-tabs-body{
20973
21077
  padding:0;
20974
21078
  }
@@ -21111,15 +21215,35 @@ div[class*=ag-theme-salt]{
21111
21215
  font-size:var(--agGrid-header-fontSize);
21112
21216
  font-weight:var(--agGrid-header-fontWeight);
21113
21217
  }
21218
+ .ag-theme-salt-high-light .ag-header-icon{
21219
+ color:var(--agGrid-header-foreground);
21220
+ }
21114
21221
  .ag-theme-salt-high-light .ag-header-cell:after,.ag-theme-salt-high-light .ag-header-group-cell:after{
21115
21222
  height:var(--agGrid-column-separator-height);
21116
21223
  top:var(--agGrid-column-separator-top);
21117
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
+ }
21118
21240
  .ag-theme-salt-high-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
21119
21241
  margin-right:auto;
21242
+ padding-left:var(--salt-spacing-100);
21120
21243
  }
21121
21244
  .ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
21122
21245
  margin-left:auto;
21246
+ padding-right:var(--salt-spacing-100);
21123
21247
  }
21124
21248
  .ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
21125
21249
  border:2px dotted var(--agGrid-color-focus);
@@ -21179,8 +21303,8 @@ div[class*=ag-theme-salt]{
21179
21303
  .ag-theme-salt-high-light .ag-cell.editable-cell,.ag-theme-salt-high-light .editable-numeric-cell{
21180
21304
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
21181
21305
  }
21182
- .ag-theme-salt-high-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
21183
- border-color:transparent !important;
21306
+ .ag-theme-salt-high-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-high-light .ag-ltr .ag-cell-range-single-cell{
21307
+ border-color:#0000 !important;
21184
21308
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
21185
21309
  outline-offset:-2px;
21186
21310
  }
@@ -21191,9 +21315,9 @@ div[class*=ag-theme-salt]{
21191
21315
  overflow:visible;
21192
21316
  }
21193
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{
21194
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
21318
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
21195
21319
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
21196
- border-top:0 solid transparent;
21320
+ border-top:0 solid #0000;
21197
21321
  content:"";
21198
21322
  left:0;
21199
21323
  position:absolute;
@@ -21268,7 +21392,7 @@ div[class*=ag-theme-salt]{
21268
21392
  appearance:none;
21269
21393
  -webkit-appearance:none;
21270
21394
  background:var(--salt-actionable-secondary-background);
21271
- border:1px transparent;
21395
+ border:1px #0000;
21272
21396
  border-radius:0;
21273
21397
  color:var(--salt-actionable-secondary-foreground);
21274
21398
  cursor:pointer;
@@ -21399,6 +21523,13 @@ div[class*=ag-theme-salt]{
21399
21523
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
21400
21524
  outline-offset:-2px;
21401
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
+ }
21402
21533
  .ag-theme-salt-high-light .ag-pinned-right-header .ag-floating-filter{
21403
21534
  border-left:0;
21404
21535
  }
@@ -21641,8 +21772,8 @@ div[class*=ag-theme-salt]{
21641
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{
21642
21773
  background-color:var(--ag-input-disabled-background-color);
21643
21774
  border-color:var(--ag-input-disabled-border-color);
21644
- color:hsla(0,0%,100%,.5);
21645
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
21775
+ color:#ffffff80;
21776
+ color:var(--ag-disabled-foreground-color, #ffffff80);
21646
21777
  }
21647
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{
21648
21779
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -21839,8 +21970,8 @@ div[class*=ag-theme-salt]{
21839
21970
  margin-bottom:2px;
21840
21971
  }
21841
21972
  .ag-theme-salt-medium-dark .ag-angle-select[disabled]{
21842
- color:hsla(0,0%,100%,.5);
21843
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
21973
+ color:#ffffff80;
21974
+ color:var(--ag-disabled-foreground-color, #ffffff80);
21844
21975
  pointer-events:none;
21845
21976
  }
21846
21977
  .ag-theme-salt-medium-dark .ag-angle-select[disabled] .ag-angle-select-field{
@@ -21902,16 +22033,16 @@ div[class*=ag-theme-salt]{
21902
22033
  padding:10px;
21903
22034
  }
21904
22035
  .ag-theme-salt-medium-dark .ag-spectrum-sat{
21905
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
22036
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
21906
22037
  }
21907
22038
  .ag-theme-salt-medium-dark .ag-spectrum-val{
21908
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
22039
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
21909
22040
  }
21910
22041
  .ag-theme-salt-medium-dark .ag-spectrum-dragger{
21911
22042
  background:#000;
21912
22043
  border:1px solid #fff;
21913
22044
  border-radius:12px;
21914
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
22045
+ box-shadow:0 0 2px 0 #0000003d;
21915
22046
  height:12px;
21916
22047
  width:12px;
21917
22048
  }
@@ -21926,7 +22057,7 @@ div[class*=ag-theme-salt]{
21926
22057
  .ag-theme-salt-medium-dark .ag-spectrum-slider{
21927
22058
  background-color:#f8f8f8;
21928
22059
  border-radius:13px;
21929
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
22060
+ box-shadow:0 1px 4px 0 #0000005e;
21930
22061
  height:13px;
21931
22062
  margin-top:-12px;
21932
22063
  width:13px;
@@ -21963,7 +22094,7 @@ div[class*=ag-theme-salt]{
21963
22094
  margin-right:4px;
21964
22095
  }
21965
22096
  .ag-theme-salt-medium-dark .ag-popup-child:not(.ag-tooltip-custom){
21966
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
22097
+ box-shadow:5px 5px 10px #0000004d;
21967
22098
  }
21968
22099
  .ag-dragging-fill-handle .ag-theme-salt-medium-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-medium-dark .ag-dialog{
21969
22100
  opacity:.7;
@@ -22136,8 +22267,8 @@ div[class*=ag-theme-salt]{
22136
22267
  margin-bottom:4px;
22137
22268
  }
22138
22269
  .ag-theme-salt-medium-dark .ag-column-select-column-group-readonly,.ag-theme-salt-medium-dark .ag-column-select-column-readonly{
22139
- color:hsla(0,0%,100%,.5);
22140
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
22270
+ color:#ffffff80;
22271
+ color:var(--ag-disabled-foreground-color, #ffffff80);
22141
22272
  pointer-events:none;
22142
22273
  }
22143
22274
  .ag-theme-salt-medium-dark .ag-ltr .ag-column-select-add-group-indent{
@@ -24564,13 +24695,13 @@ div[class*=ag-theme-salt]{
24564
24695
  transition:background-color 1s;
24565
24696
  }
24566
24697
  .ag-theme-salt-medium-dark .ag-value-change-value-highlight{
24567
- background-color:rgba(22,160,133,.5);
24568
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
24698
+ background-color:#16a08580;
24699
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
24569
24700
  transition:background-color .1s;
24570
24701
  }
24571
24702
  .ag-theme-salt-medium-dark .ag-cell-data-changed{
24572
- background-color:rgba(22,160,133,.5) !important;
24573
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
24703
+ background-color:#16a08580 !important;
24704
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
24574
24705
  }
24575
24706
  .ag-theme-salt-medium-dark .ag-cell-data-changed-animation{
24576
24707
  background-color:initial;
@@ -24669,7 +24800,7 @@ div[class*=ag-theme-salt]{
24669
24800
  --ag-internal-calculated-line-height:var(--ag-line-height, 34px);
24670
24801
  --ag-internal-padded-row-height:34px;
24671
24802
  -webkit-font-smoothing:subpixel-antialiased;
24672
- border:1px solid transparent;
24803
+ border:1px solid #0000;
24673
24804
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
24674
24805
  padding-left:7px;
24675
24806
  padding-right:7px;
@@ -24708,8 +24839,8 @@ div[class*=ag-theme-salt]{
24708
24839
  min-height:50px;
24709
24840
  }
24710
24841
  .ag-theme-salt-medium-dark .ag-overlay-loading-wrapper{
24711
- background-color:rgba(36,37,38,.66);
24712
- background-color:var(--ag-modal-overlay-background-color, rgba(36,37,38,.66));
24842
+ background-color:#242526a8;
24843
+ background-color:var(--ag-modal-overlay-background-color, #242526a8);
24713
24844
  }
24714
24845
  .ag-theme-salt-medium-dark .ag-overlay-loading-center{
24715
24846
  background:#242526;
@@ -24755,11 +24886,11 @@ div[class*=ag-theme-salt]{
24755
24886
  border-top-color:var(--ag-border-color, #5b5c5c);
24756
24887
  }
24757
24888
  .ag-theme-salt-medium-dark .ag-ltr .ag-cell{
24758
- border-right:solid transparent;
24889
+ border-right:solid #0000;
24759
24890
  }
24760
24891
 
24761
24892
  .ag-theme-salt-medium-dark .ag-rtl .ag-cell{
24762
- border-left:solid transparent;
24893
+ border-left:solid #0000;
24763
24894
  }
24764
24895
 
24765
24896
  .ag-theme-salt-medium-dark .ag-ltr .ag-cell{
@@ -24779,32 +24910,32 @@ div[class*=ag-theme-salt]{
24779
24910
  border-right-color:var(--ag-border-color, #5b5c5c);
24780
24911
  }
24781
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){
24782
- background-color:hsla(0,0%,100%,.2);
24783
- background-color:var(--ag-range-selection-background-color, hsla(0,0%,100%,.2));
24913
+ background-color:#fff3;
24914
+ background-color:var(--ag-range-selection-background-color, #fff3);
24784
24915
  }
24785
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{
24786
- background-color:rgba(0,88,255,.1) !important;
24787
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
24917
+ background-color:#0058ff1a !important;
24918
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
24788
24919
  }
24789
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{
24790
- background-color:rgba(0,255,132,.1) !important;
24791
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
24921
+ background-color:#00ff841a !important;
24922
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
24792
24923
  }
24793
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){
24794
- background-color:hsla(0,0%,100%,.2);
24795
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, hsla(0,0%,100%,.2)));
24925
+ background-color:#fff3;
24926
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
24796
24927
  }
24797
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){
24798
- background-color:hsla(0,0%,100%,.36);
24799
- background-color:var(--ag-range-selection-background-color-2, hsla(0,0%,100%,.36));
24929
+ background-color:#ffffff5c;
24930
+ background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
24800
24931
  }
24801
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){
24802
24933
  background-color:hsla(0,0%,100%,.488);
24803
24934
  background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
24804
24935
  }
24805
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){
24806
- background-color:hsla(0,0%,100%,.59);
24807
- background-color:var(--ag-range-selection-background-color-4, hsla(0,0%,100%,.59));
24937
+ background-color:#ffffff96;
24938
+ background-color:var(--ag-range-selection-background-color-4, #ffffff96);
24808
24939
  }
24809
24940
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
24810
24941
  border-top-color:#fff;
@@ -24948,7 +25079,7 @@ div[class*=ag-theme-salt]{
24948
25079
  }
24949
25080
  .ag-theme-salt-medium-dark .ag-tab{
24950
25081
  align-items:center;
24951
- border-bottom:0 solid transparent;
25082
+ border-bottom:0 solid #0000;
24952
25083
  cursor:pointer;
24953
25084
  display:flex;
24954
25085
  flex:none;
@@ -25094,7 +25225,7 @@ div[class*=ag-theme-salt]{
25094
25225
  width:16px;
25095
25226
  }
25096
25227
  .ag-theme-salt-medium-dark button.ag-side-button-button{
25097
- background:transparent;
25228
+ background:#0000;
25098
25229
  background-position-x:center;
25099
25230
  background-position-y:center;
25100
25231
  background-repeat:no-repeat;
@@ -25152,7 +25283,7 @@ div[class*=ag-theme-salt]{
25152
25283
  border-left-color:var(--ag-border-color, #5b5c5c);
25153
25284
  }
25154
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{
25155
- border-right:0 solid transparent;
25286
+ border-right:0 solid #0000;
25156
25287
  margin-right:-1px;
25157
25288
  padding-right:1px;
25158
25289
  }
@@ -25169,7 +25300,7 @@ div[class*=ag-theme-salt]{
25169
25300
  border-right-color:var(--ag-border-color, #5b5c5c);
25170
25301
  }
25171
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{
25172
- border-left:0 solid transparent;
25303
+ border-left:0 solid #0000;
25173
25304
  margin-left:-1px;
25174
25305
  padding-left:1px;
25175
25306
  }
@@ -25578,7 +25709,7 @@ div[class*=ag-theme-salt]{
25578
25709
 
25579
25710
  .ag-theme-salt-medium-dark .ag-floating-filter-button-button{
25580
25711
  appearance:none;
25581
- background:transparent;
25712
+ background:#0000;
25582
25713
  border:none;
25583
25714
  color:inherit;
25584
25715
  font-family:inherit;
@@ -25611,8 +25742,8 @@ div[class*=ag-theme-salt]{
25611
25742
  cursor:pointer;
25612
25743
  }
25613
25744
  .ag-theme-salt-medium-dark .ag-paging-button.ag-disabled{
25614
- color:hsla(0,0%,100%,.5);
25615
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
25745
+ color:#ffffff80;
25746
+ color:var(--ag-disabled-foreground-color, #ffffff80);
25616
25747
  cursor:default;
25617
25748
  }
25618
25749
  .ag-theme-salt-medium-dark .ag-keyboard-focus .ag-paging-button:focus{
@@ -25637,8 +25768,8 @@ div[class*=ag-theme-salt]{
25637
25768
  .ag-theme-salt-medium-dark .ag-status-bar{
25638
25769
  border-top:1px solid #5b5c5c;
25639
25770
  border-top-color:var(--ag-border-color, #5b5c5c);
25640
- color:hsla(0,0%,100%,.5);
25641
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
25771
+ color:#ffffff80;
25772
+ color:var(--ag-disabled-foreground-color, #ffffff80);
25642
25773
  line-height:1.5;
25643
25774
  padding-left:16px;
25644
25775
  padding-right:16px;
@@ -25658,7 +25789,7 @@ div[class*=ag-theme-salt]{
25658
25789
  }
25659
25790
  .ag-theme-salt-medium-dark .ag-column-drop-cell{
25660
25791
  background:var(--ag-chip-background-color);
25661
- border:1px solid transparent;
25792
+ border:1px solid #0000;
25662
25793
  border-radius:16px;
25663
25794
  cursor:pointer;
25664
25795
  height:16px;
@@ -25727,8 +25858,8 @@ div[class*=ag-theme-salt]{
25727
25858
  margin:0 4px;
25728
25859
  }
25729
25860
  .ag-theme-salt-medium-dark .ag-column-drop-horizontal-empty-message{
25730
- color:hsla(0,0%,100%,.5);
25731
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
25861
+ color:#ffffff80;
25862
+ color:var(--ag-disabled-foreground-color, #ffffff80);
25732
25863
  }
25733
25864
  .ag-theme-salt-medium-dark .ag-ltr .ag-column-drop-horizontal-icon{
25734
25865
  margin-right:8px;
@@ -25760,8 +25891,8 @@ div[class*=ag-theme-salt]{
25760
25891
  }
25761
25892
  .ag-theme-salt-medium-dark .ag-column-drop-vertical-empty-message{
25762
25893
  bottom:0;
25763
- color:hsla(0,0%,100%,.5);
25764
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
25894
+ color:#ffffff80;
25895
+ color:var(--ag-disabled-foreground-color, #ffffff80);
25765
25896
  left:0;
25766
25897
  margin-top:4px;
25767
25898
  overflow:hidden;
@@ -26139,7 +26270,7 @@ div[class*=ag-theme-salt]{
26139
26270
  background-color:#5b5c5c;
26140
26271
  background-color:var(--ag-border-color, #5b5c5c);
26141
26272
  border-radius:0;
26142
- color:transparent;
26273
+ color:#0000;
26143
26274
  height:3px;
26144
26275
  margin:0;
26145
26276
  padding:0;
@@ -26259,9 +26390,13 @@ div[class*=ag-theme-salt]{
26259
26390
  }
26260
26391
  .ag-theme-salt-medium-dark .ag-menu{
26261
26392
  background-color:var(--agGrid-background);
26393
+ border-color:var(--agGrid-menu-borderColor);
26262
26394
  color:var(--agGrid-menu-color);
26263
26395
  padding:var(--salt-spacing-100);
26264
26396
  }
26397
+ .ag-theme-salt-medium-dark .ag-popup-child:not(.ag-tooltip-custom){
26398
+ box-shadow:var(--agGrid-menu-shadow);
26399
+ }
26265
26400
  .ag-theme-salt-medium-dark .ag-menu .ag-tabs-body{
26266
26401
  padding:0;
26267
26402
  }
@@ -26404,15 +26539,35 @@ div[class*=ag-theme-salt]{
26404
26539
  font-size:var(--agGrid-header-fontSize);
26405
26540
  font-weight:var(--agGrid-header-fontWeight);
26406
26541
  }
26542
+ .ag-theme-salt-medium-dark .ag-header-icon{
26543
+ color:var(--agGrid-header-foreground);
26544
+ }
26407
26545
  .ag-theme-salt-medium-dark .ag-header-cell:after,.ag-theme-salt-medium-dark .ag-header-group-cell:after{
26408
26546
  height:var(--agGrid-column-separator-height);
26409
26547
  top:var(--agGrid-column-separator-top);
26410
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
+ }
26411
26564
  .ag-theme-salt-medium-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
26412
26565
  margin-right:auto;
26566
+ padding-left:var(--salt-spacing-100);
26413
26567
  }
26414
26568
  .ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
26415
26569
  margin-left:auto;
26570
+ padding-right:var(--salt-spacing-100);
26416
26571
  }
26417
26572
  .ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
26418
26573
  border:2px dotted var(--agGrid-color-focus);
@@ -26472,8 +26627,8 @@ div[class*=ag-theme-salt]{
26472
26627
  .ag-theme-salt-medium-dark .ag-cell.editable-cell,.ag-theme-salt-medium-dark .editable-numeric-cell{
26473
26628
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
26474
26629
  }
26475
- .ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
26476
- border-color:transparent !important;
26630
+ .ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-medium-dark .ag-ltr .ag-cell-range-single-cell{
26631
+ border-color:#0000 !important;
26477
26632
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
26478
26633
  outline-offset:-2px;
26479
26634
  }
@@ -26484,9 +26639,9 @@ div[class*=ag-theme-salt]{
26484
26639
  overflow:visible;
26485
26640
  }
26486
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{
26487
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
26642
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
26488
26643
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
26489
- border-top:0 solid transparent;
26644
+ border-top:0 solid #0000;
26490
26645
  content:"";
26491
26646
  left:0;
26492
26647
  position:absolute;
@@ -26561,7 +26716,7 @@ div[class*=ag-theme-salt]{
26561
26716
  appearance:none;
26562
26717
  -webkit-appearance:none;
26563
26718
  background:var(--salt-actionable-secondary-background);
26564
- border:1px transparent;
26719
+ border:1px #0000;
26565
26720
  border-radius:0;
26566
26721
  color:var(--salt-actionable-secondary-foreground);
26567
26722
  cursor:pointer;
@@ -26692,6 +26847,13 @@ div[class*=ag-theme-salt]{
26692
26847
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
26693
26848
  outline-offset:-2px;
26694
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
+ }
26695
26857
  .ag-theme-salt-medium-dark .ag-pinned-right-header .ag-floating-filter{
26696
26858
  border-left:0;
26697
26859
  }
@@ -26924,8 +27086,8 @@ div[class*=ag-theme-salt]{
26924
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{
26925
27087
  background-color:var(--ag-input-disabled-background-color);
26926
27088
  border-color:var(--ag-input-disabled-border-color);
26927
- color:rgba(42,44,47,.5);
26928
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
27089
+ color:#2a2c2f80;
27090
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
26929
27091
  }
26930
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{
26931
27093
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -27122,8 +27284,8 @@ div[class*=ag-theme-salt]{
27122
27284
  margin-bottom:2px;
27123
27285
  }
27124
27286
  .ag-theme-salt-medium-light .ag-angle-select[disabled]{
27125
- color:rgba(42,44,47,.5);
27126
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
27287
+ color:#2a2c2f80;
27288
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
27127
27289
  pointer-events:none;
27128
27290
  }
27129
27291
  .ag-theme-salt-medium-light .ag-angle-select[disabled] .ag-angle-select-field{
@@ -27185,16 +27347,16 @@ div[class*=ag-theme-salt]{
27185
27347
  padding:10px;
27186
27348
  }
27187
27349
  .ag-theme-salt-medium-light .ag-spectrum-sat{
27188
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
27350
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
27189
27351
  }
27190
27352
  .ag-theme-salt-medium-light .ag-spectrum-val{
27191
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
27353
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
27192
27354
  }
27193
27355
  .ag-theme-salt-medium-light .ag-spectrum-dragger{
27194
27356
  background:#000;
27195
27357
  border:1px solid #fff;
27196
27358
  border-radius:12px;
27197
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
27359
+ box-shadow:0 0 2px 0 #0000003d;
27198
27360
  height:12px;
27199
27361
  width:12px;
27200
27362
  }
@@ -27209,7 +27371,7 @@ div[class*=ag-theme-salt]{
27209
27371
  .ag-theme-salt-medium-light .ag-spectrum-slider{
27210
27372
  background-color:#f8f8f8;
27211
27373
  border-radius:13px;
27212
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
27374
+ box-shadow:0 1px 4px 0 #0000005e;
27213
27375
  height:13px;
27214
27376
  margin-top:-12px;
27215
27377
  width:13px;
@@ -27246,7 +27408,7 @@ div[class*=ag-theme-salt]{
27246
27408
  margin-right:4px;
27247
27409
  }
27248
27410
  .ag-theme-salt-medium-light .ag-popup-child:not(.ag-tooltip-custom){
27249
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
27411
+ box-shadow:5px 5px 10px #0000004d;
27250
27412
  }
27251
27413
  .ag-dragging-fill-handle .ag-theme-salt-medium-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-medium-light .ag-dialog{
27252
27414
  opacity:.7;
@@ -27419,8 +27581,8 @@ div[class*=ag-theme-salt]{
27419
27581
  margin-bottom:4px;
27420
27582
  }
27421
27583
  .ag-theme-salt-medium-light .ag-column-select-column-group-readonly,.ag-theme-salt-medium-light .ag-column-select-column-readonly{
27422
- color:rgba(42,44,47,.5);
27423
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
27584
+ color:#2a2c2f80;
27585
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
27424
27586
  pointer-events:none;
27425
27587
  }
27426
27588
  .ag-theme-salt-medium-light .ag-ltr .ag-column-select-add-group-indent{
@@ -29847,13 +30009,13 @@ div[class*=ag-theme-salt]{
29847
30009
  transition:background-color 1s;
29848
30010
  }
29849
30011
  .ag-theme-salt-medium-light .ag-value-change-value-highlight{
29850
- background-color:rgba(22,160,133,.5);
29851
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
30012
+ background-color:#16a08580;
30013
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
29852
30014
  transition:background-color .1s;
29853
30015
  }
29854
30016
  .ag-theme-salt-medium-light .ag-cell-data-changed{
29855
- background-color:rgba(22,160,133,.5) !important;
29856
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
30017
+ background-color:#16a08580 !important;
30018
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
29857
30019
  }
29858
30020
  .ag-theme-salt-medium-light .ag-cell-data-changed-animation{
29859
30021
  background-color:initial;
@@ -29952,7 +30114,7 @@ div[class*=ag-theme-salt]{
29952
30114
  --ag-internal-calculated-line-height:var(--ag-line-height, 34px);
29953
30115
  --ag-internal-padded-row-height:34px;
29954
30116
  -webkit-font-smoothing:subpixel-antialiased;
29955
- border:1px solid transparent;
30117
+ border:1px solid #0000;
29956
30118
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
29957
30119
  padding-left:7px;
29958
30120
  padding-right:7px;
@@ -29991,8 +30153,8 @@ div[class*=ag-theme-salt]{
29991
30153
  min-height:50px;
29992
30154
  }
29993
30155
  .ag-theme-salt-medium-light .ag-overlay-loading-wrapper{
29994
- background-color:hsla(0,0%,100%,.66);
29995
- background-color:var(--ag-modal-overlay-background-color, hsla(0,0%,100%,.66));
30156
+ background-color:#ffffffa8;
30157
+ background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
29996
30158
  }
29997
30159
  .ag-theme-salt-medium-light .ag-overlay-loading-center{
29998
30160
  background:#fff;
@@ -30038,11 +30200,11 @@ div[class*=ag-theme-salt]{
30038
30200
  border-top-color:var(--ag-border-color, #cacacb);
30039
30201
  }
30040
30202
  .ag-theme-salt-medium-light .ag-ltr .ag-cell{
30041
- border-right:solid transparent;
30203
+ border-right:solid #0000;
30042
30204
  }
30043
30205
 
30044
30206
  .ag-theme-salt-medium-light .ag-rtl .ag-cell{
30045
- border-left:solid transparent;
30207
+ border-left:solid #0000;
30046
30208
  }
30047
30209
 
30048
30210
  .ag-theme-salt-medium-light .ag-ltr .ag-cell{
@@ -30062,32 +30224,32 @@ div[class*=ag-theme-salt]{
30062
30224
  border-right-color:var(--ag-border-color, #cacacb);
30063
30225
  }
30064
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){
30065
- background-color:rgba(42,44,47,.2);
30066
- background-color:var(--ag-range-selection-background-color, rgba(42,44,47,.2));
30227
+ background-color:#2a2c2f33;
30228
+ background-color:var(--ag-range-selection-background-color, #2a2c2f33);
30067
30229
  }
30068
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{
30069
- background-color:rgba(0,88,255,.1) !important;
30070
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
30231
+ background-color:#0058ff1a !important;
30232
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
30071
30233
  }
30072
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{
30073
- background-color:rgba(0,255,132,.1) !important;
30074
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
30235
+ background-color:#00ff841a !important;
30236
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
30075
30237
  }
30076
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){
30077
- background-color:rgba(42,44,47,.2);
30078
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(42,44,47,.2)));
30239
+ background-color:#2a2c2f33;
30240
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
30079
30241
  }
30080
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){
30081
- background-color:rgba(42,44,47,.36);
30082
- background-color:var(--ag-range-selection-background-color-2, rgba(42,44,47,.36));
30243
+ background-color:#2a2c2f5c;
30244
+ background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
30083
30245
  }
30084
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){
30085
30247
  background-color:rgba(42,44,47,.488);
30086
30248
  background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
30087
30249
  }
30088
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){
30089
- background-color:rgba(42,44,47,.59);
30090
- background-color:var(--ag-range-selection-background-color-4, rgba(42,44,47,.59));
30251
+ background-color:#2a2c2f96;
30252
+ background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
30091
30253
  }
30092
30254
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
30093
30255
  border-top-color:#2a2c2f;
@@ -30231,7 +30393,7 @@ div[class*=ag-theme-salt]{
30231
30393
  }
30232
30394
  .ag-theme-salt-medium-light .ag-tab{
30233
30395
  align-items:center;
30234
- border-bottom:0 solid transparent;
30396
+ border-bottom:0 solid #0000;
30235
30397
  cursor:pointer;
30236
30398
  display:flex;
30237
30399
  flex:none;
@@ -30377,7 +30539,7 @@ div[class*=ag-theme-salt]{
30377
30539
  width:16px;
30378
30540
  }
30379
30541
  .ag-theme-salt-medium-light button.ag-side-button-button{
30380
- background:transparent;
30542
+ background:#0000;
30381
30543
  background-position-x:center;
30382
30544
  background-position-y:center;
30383
30545
  background-repeat:no-repeat;
@@ -30435,7 +30597,7 @@ div[class*=ag-theme-salt]{
30435
30597
  border-left-color:var(--ag-border-color, #cacacb);
30436
30598
  }
30437
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{
30438
- border-right:0 solid transparent;
30600
+ border-right:0 solid #0000;
30439
30601
  margin-right:-1px;
30440
30602
  padding-right:1px;
30441
30603
  }
@@ -30452,7 +30614,7 @@ div[class*=ag-theme-salt]{
30452
30614
  border-right-color:var(--ag-border-color, #cacacb);
30453
30615
  }
30454
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{
30455
- border-left:0 solid transparent;
30617
+ border-left:0 solid #0000;
30456
30618
  margin-left:-1px;
30457
30619
  padding-left:1px;
30458
30620
  }
@@ -30861,7 +31023,7 @@ div[class*=ag-theme-salt]{
30861
31023
 
30862
31024
  .ag-theme-salt-medium-light .ag-floating-filter-button-button{
30863
31025
  appearance:none;
30864
- background:transparent;
31026
+ background:#0000;
30865
31027
  border:none;
30866
31028
  color:inherit;
30867
31029
  font-family:inherit;
@@ -30894,8 +31056,8 @@ div[class*=ag-theme-salt]{
30894
31056
  cursor:pointer;
30895
31057
  }
30896
31058
  .ag-theme-salt-medium-light .ag-paging-button.ag-disabled{
30897
- color:rgba(42,44,47,.5);
30898
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
31059
+ color:#2a2c2f80;
31060
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
30899
31061
  cursor:default;
30900
31062
  }
30901
31063
  .ag-theme-salt-medium-light .ag-keyboard-focus .ag-paging-button:focus{
@@ -30920,8 +31082,8 @@ div[class*=ag-theme-salt]{
30920
31082
  .ag-theme-salt-medium-light .ag-status-bar{
30921
31083
  border-top:1px solid #cacacb;
30922
31084
  border-top-color:var(--ag-border-color, #cacacb);
30923
- color:rgba(42,44,47,.5);
30924
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
31085
+ color:#2a2c2f80;
31086
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
30925
31087
  line-height:1.5;
30926
31088
  padding-left:16px;
30927
31089
  padding-right:16px;
@@ -30941,7 +31103,7 @@ div[class*=ag-theme-salt]{
30941
31103
  }
30942
31104
  .ag-theme-salt-medium-light .ag-column-drop-cell{
30943
31105
  background:var(--ag-chip-background-color);
30944
- border:1px solid transparent;
31106
+ border:1px solid #0000;
30945
31107
  border-radius:16px;
30946
31108
  cursor:pointer;
30947
31109
  height:16px;
@@ -31010,8 +31172,8 @@ div[class*=ag-theme-salt]{
31010
31172
  margin:0 4px;
31011
31173
  }
31012
31174
  .ag-theme-salt-medium-light .ag-column-drop-horizontal-empty-message{
31013
- color:rgba(42,44,47,.5);
31014
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
31175
+ color:#2a2c2f80;
31176
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
31015
31177
  }
31016
31178
  .ag-theme-salt-medium-light .ag-ltr .ag-column-drop-horizontal-icon{
31017
31179
  margin-right:8px;
@@ -31043,8 +31205,8 @@ div[class*=ag-theme-salt]{
31043
31205
  }
31044
31206
  .ag-theme-salt-medium-light .ag-column-drop-vertical-empty-message{
31045
31207
  bottom:0;
31046
- color:rgba(42,44,47,.5);
31047
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
31208
+ color:#2a2c2f80;
31209
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
31048
31210
  left:0;
31049
31211
  margin-top:4px;
31050
31212
  overflow:hidden;
@@ -31422,7 +31584,7 @@ div[class*=ag-theme-salt]{
31422
31584
  background-color:#cacacb;
31423
31585
  background-color:var(--ag-border-color, #cacacb);
31424
31586
  border-radius:0;
31425
- color:transparent;
31587
+ color:#0000;
31426
31588
  height:3px;
31427
31589
  margin:0;
31428
31590
  padding:0;
@@ -31542,9 +31704,13 @@ div[class*=ag-theme-salt]{
31542
31704
  }
31543
31705
  .ag-theme-salt-medium-light .ag-menu{
31544
31706
  background-color:var(--agGrid-background);
31707
+ border-color:var(--agGrid-menu-borderColor);
31545
31708
  color:var(--agGrid-menu-color);
31546
31709
  padding:var(--salt-spacing-100);
31547
31710
  }
31711
+ .ag-theme-salt-medium-light .ag-popup-child:not(.ag-tooltip-custom){
31712
+ box-shadow:var(--agGrid-menu-shadow);
31713
+ }
31548
31714
  .ag-theme-salt-medium-light .ag-menu .ag-tabs-body{
31549
31715
  padding:0;
31550
31716
  }
@@ -31687,15 +31853,35 @@ div[class*=ag-theme-salt]{
31687
31853
  font-size:var(--agGrid-header-fontSize);
31688
31854
  font-weight:var(--agGrid-header-fontWeight);
31689
31855
  }
31856
+ .ag-theme-salt-medium-light .ag-header-icon{
31857
+ color:var(--agGrid-header-foreground);
31858
+ }
31690
31859
  .ag-theme-salt-medium-light .ag-header-cell:after,.ag-theme-salt-medium-light .ag-header-group-cell:after{
31691
31860
  height:var(--agGrid-column-separator-height);
31692
31861
  top:var(--agGrid-column-separator-top);
31693
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
+ }
31694
31878
  .ag-theme-salt-medium-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
31695
31879
  margin-right:auto;
31880
+ padding-left:var(--salt-spacing-100);
31696
31881
  }
31697
31882
  .ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
31698
31883
  margin-left:auto;
31884
+ padding-right:var(--salt-spacing-100);
31699
31885
  }
31700
31886
  .ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
31701
31887
  border:2px dotted var(--agGrid-color-focus);
@@ -31755,8 +31941,8 @@ div[class*=ag-theme-salt]{
31755
31941
  .ag-theme-salt-medium-light .ag-cell.editable-cell,.ag-theme-salt-medium-light .editable-numeric-cell{
31756
31942
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
31757
31943
  }
31758
- .ag-theme-salt-medium-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
31759
- border-color:transparent !important;
31944
+ .ag-theme-salt-medium-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-medium-light .ag-ltr .ag-cell-range-single-cell{
31945
+ border-color:#0000 !important;
31760
31946
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
31761
31947
  outline-offset:-2px;
31762
31948
  }
@@ -31767,9 +31953,9 @@ div[class*=ag-theme-salt]{
31767
31953
  overflow:visible;
31768
31954
  }
31769
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{
31770
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
31956
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
31771
31957
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
31772
- border-top:0 solid transparent;
31958
+ border-top:0 solid #0000;
31773
31959
  content:"";
31774
31960
  left:0;
31775
31961
  position:absolute;
@@ -31844,7 +32030,7 @@ div[class*=ag-theme-salt]{
31844
32030
  appearance:none;
31845
32031
  -webkit-appearance:none;
31846
32032
  background:var(--salt-actionable-secondary-background);
31847
- border:1px transparent;
32033
+ border:1px #0000;
31848
32034
  border-radius:0;
31849
32035
  color:var(--salt-actionable-secondary-foreground);
31850
32036
  cursor:pointer;
@@ -31975,6 +32161,13 @@ div[class*=ag-theme-salt]{
31975
32161
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
31976
32162
  outline-offset:-2px;
31977
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
+ }
31978
32171
  .ag-theme-salt-medium-light .ag-pinned-right-header .ag-floating-filter{
31979
32172
  border-left:0;
31980
32173
  }
@@ -32217,8 +32410,8 @@ div[class*=ag-theme-salt]{
32217
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{
32218
32411
  background-color:var(--ag-input-disabled-background-color);
32219
32412
  border-color:var(--ag-input-disabled-border-color);
32220
- color:hsla(0,0%,100%,.5);
32221
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
32413
+ color:#ffffff80;
32414
+ color:var(--ag-disabled-foreground-color, #ffffff80);
32222
32415
  }
32223
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{
32224
32417
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -32415,8 +32608,8 @@ div[class*=ag-theme-salt]{
32415
32608
  margin-bottom:2px;
32416
32609
  }
32417
32610
  .ag-theme-salt-low-dark .ag-angle-select[disabled]{
32418
- color:hsla(0,0%,100%,.5);
32419
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
32611
+ color:#ffffff80;
32612
+ color:var(--ag-disabled-foreground-color, #ffffff80);
32420
32613
  pointer-events:none;
32421
32614
  }
32422
32615
  .ag-theme-salt-low-dark .ag-angle-select[disabled] .ag-angle-select-field{
@@ -32478,16 +32671,16 @@ div[class*=ag-theme-salt]{
32478
32671
  padding:10px;
32479
32672
  }
32480
32673
  .ag-theme-salt-low-dark .ag-spectrum-sat{
32481
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
32674
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
32482
32675
  }
32483
32676
  .ag-theme-salt-low-dark .ag-spectrum-val{
32484
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
32677
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
32485
32678
  }
32486
32679
  .ag-theme-salt-low-dark .ag-spectrum-dragger{
32487
32680
  background:#000;
32488
32681
  border:1px solid #fff;
32489
32682
  border-radius:12px;
32490
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
32683
+ box-shadow:0 0 2px 0 #0000003d;
32491
32684
  height:12px;
32492
32685
  width:12px;
32493
32686
  }
@@ -32502,7 +32695,7 @@ div[class*=ag-theme-salt]{
32502
32695
  .ag-theme-salt-low-dark .ag-spectrum-slider{
32503
32696
  background-color:#f8f8f8;
32504
32697
  border-radius:13px;
32505
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
32698
+ box-shadow:0 1px 4px 0 #0000005e;
32506
32699
  height:13px;
32507
32700
  margin-top:-12px;
32508
32701
  width:13px;
@@ -32539,7 +32732,7 @@ div[class*=ag-theme-salt]{
32539
32732
  margin-right:4px;
32540
32733
  }
32541
32734
  .ag-theme-salt-low-dark .ag-popup-child:not(.ag-tooltip-custom){
32542
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
32735
+ box-shadow:5px 5px 10px #0000004d;
32543
32736
  }
32544
32737
  .ag-dragging-fill-handle .ag-theme-salt-low-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-low-dark .ag-dialog{
32545
32738
  opacity:.7;
@@ -32712,8 +32905,8 @@ div[class*=ag-theme-salt]{
32712
32905
  margin-bottom:4px;
32713
32906
  }
32714
32907
  .ag-theme-salt-low-dark .ag-column-select-column-group-readonly,.ag-theme-salt-low-dark .ag-column-select-column-readonly{
32715
- color:hsla(0,0%,100%,.5);
32716
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
32908
+ color:#ffffff80;
32909
+ color:var(--ag-disabled-foreground-color, #ffffff80);
32717
32910
  pointer-events:none;
32718
32911
  }
32719
32912
  .ag-theme-salt-low-dark .ag-ltr .ag-column-select-add-group-indent{
@@ -35140,13 +35333,13 @@ div[class*=ag-theme-salt]{
35140
35333
  transition:background-color 1s;
35141
35334
  }
35142
35335
  .ag-theme-salt-low-dark .ag-value-change-value-highlight{
35143
- background-color:rgba(22,160,133,.5);
35144
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
35336
+ background-color:#16a08580;
35337
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
35145
35338
  transition:background-color .1s;
35146
35339
  }
35147
35340
  .ag-theme-salt-low-dark .ag-cell-data-changed{
35148
- background-color:rgba(22,160,133,.5) !important;
35149
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
35341
+ background-color:#16a08580 !important;
35342
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
35150
35343
  }
35151
35344
  .ag-theme-salt-low-dark .ag-cell-data-changed-animation{
35152
35345
  background-color:initial;
@@ -35245,7 +35438,7 @@ div[class*=ag-theme-salt]{
35245
35438
  --ag-internal-calculated-line-height:var(--ag-line-height, 46px);
35246
35439
  --ag-internal-padded-row-height:46px;
35247
35440
  -webkit-font-smoothing:subpixel-antialiased;
35248
- border:1px solid transparent;
35441
+ border:1px solid #0000;
35249
35442
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
35250
35443
  padding-left:11px;
35251
35444
  padding-right:11px;
@@ -35284,8 +35477,8 @@ div[class*=ag-theme-salt]{
35284
35477
  min-height:50px;
35285
35478
  }
35286
35479
  .ag-theme-salt-low-dark .ag-overlay-loading-wrapper{
35287
- background-color:rgba(36,37,38,.66);
35288
- background-color:var(--ag-modal-overlay-background-color, rgba(36,37,38,.66));
35480
+ background-color:#242526a8;
35481
+ background-color:var(--ag-modal-overlay-background-color, #242526a8);
35289
35482
  }
35290
35483
  .ag-theme-salt-low-dark .ag-overlay-loading-center{
35291
35484
  background:#242526;
@@ -35331,11 +35524,11 @@ div[class*=ag-theme-salt]{
35331
35524
  border-top-color:var(--ag-border-color, #5b5c5c);
35332
35525
  }
35333
35526
  .ag-theme-salt-low-dark .ag-ltr .ag-cell{
35334
- border-right:solid transparent;
35527
+ border-right:solid #0000;
35335
35528
  }
35336
35529
 
35337
35530
  .ag-theme-salt-low-dark .ag-rtl .ag-cell{
35338
- border-left:solid transparent;
35531
+ border-left:solid #0000;
35339
35532
  }
35340
35533
 
35341
35534
  .ag-theme-salt-low-dark .ag-ltr .ag-cell{
@@ -35355,32 +35548,32 @@ div[class*=ag-theme-salt]{
35355
35548
  border-right-color:var(--ag-border-color, #5b5c5c);
35356
35549
  }
35357
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){
35358
- background-color:hsla(0,0%,100%,.2);
35359
- background-color:var(--ag-range-selection-background-color, hsla(0,0%,100%,.2));
35551
+ background-color:#fff3;
35552
+ background-color:var(--ag-range-selection-background-color, #fff3);
35360
35553
  }
35361
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{
35362
- background-color:rgba(0,88,255,.1) !important;
35363
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
35555
+ background-color:#0058ff1a !important;
35556
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
35364
35557
  }
35365
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{
35366
- background-color:rgba(0,255,132,.1) !important;
35367
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
35559
+ background-color:#00ff841a !important;
35560
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
35368
35561
  }
35369
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){
35370
- background-color:hsla(0,0%,100%,.2);
35371
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, hsla(0,0%,100%,.2)));
35563
+ background-color:#fff3;
35564
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
35372
35565
  }
35373
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){
35374
- background-color:hsla(0,0%,100%,.36);
35375
- background-color:var(--ag-range-selection-background-color-2, hsla(0,0%,100%,.36));
35567
+ background-color:#ffffff5c;
35568
+ background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
35376
35569
  }
35377
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){
35378
35571
  background-color:hsla(0,0%,100%,.488);
35379
35572
  background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
35380
35573
  }
35381
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){
35382
- background-color:hsla(0,0%,100%,.59);
35383
- background-color:var(--ag-range-selection-background-color-4, hsla(0,0%,100%,.59));
35575
+ background-color:#ffffff96;
35576
+ background-color:var(--ag-range-selection-background-color-4, #ffffff96);
35384
35577
  }
35385
35578
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
35386
35579
  border-top-color:#fff;
@@ -35524,7 +35717,7 @@ div[class*=ag-theme-salt]{
35524
35717
  }
35525
35718
  .ag-theme-salt-low-dark .ag-tab{
35526
35719
  align-items:center;
35527
- border-bottom:0 solid transparent;
35720
+ border-bottom:0 solid #0000;
35528
35721
  cursor:pointer;
35529
35722
  display:flex;
35530
35723
  flex:none;
@@ -35670,7 +35863,7 @@ div[class*=ag-theme-salt]{
35670
35863
  width:16px;
35671
35864
  }
35672
35865
  .ag-theme-salt-low-dark button.ag-side-button-button{
35673
- background:transparent;
35866
+ background:#0000;
35674
35867
  background-position-x:center;
35675
35868
  background-position-y:center;
35676
35869
  background-repeat:no-repeat;
@@ -35728,7 +35921,7 @@ div[class*=ag-theme-salt]{
35728
35921
  border-left-color:var(--ag-border-color, #5b5c5c);
35729
35922
  }
35730
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{
35731
- border-right:0 solid transparent;
35924
+ border-right:0 solid #0000;
35732
35925
  margin-right:-1px;
35733
35926
  padding-right:1px;
35734
35927
  }
@@ -35745,7 +35938,7 @@ div[class*=ag-theme-salt]{
35745
35938
  border-right-color:var(--ag-border-color, #5b5c5c);
35746
35939
  }
35747
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{
35748
- border-left:0 solid transparent;
35941
+ border-left:0 solid #0000;
35749
35942
  margin-left:-1px;
35750
35943
  padding-left:1px;
35751
35944
  }
@@ -36150,7 +36343,7 @@ div[class*=ag-theme-salt]{
36150
36343
 
36151
36344
  .ag-theme-salt-low-dark .ag-floating-filter-button-button{
36152
36345
  appearance:none;
36153
- background:transparent;
36346
+ background:#0000;
36154
36347
  border:none;
36155
36348
  color:inherit;
36156
36349
  font-family:inherit;
@@ -36183,8 +36376,8 @@ div[class*=ag-theme-salt]{
36183
36376
  cursor:pointer;
36184
36377
  }
36185
36378
  .ag-theme-salt-low-dark .ag-paging-button.ag-disabled{
36186
- color:hsla(0,0%,100%,.5);
36187
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
36379
+ color:#ffffff80;
36380
+ color:var(--ag-disabled-foreground-color, #ffffff80);
36188
36381
  cursor:default;
36189
36382
  }
36190
36383
  .ag-theme-salt-low-dark .ag-keyboard-focus .ag-paging-button:focus{
@@ -36209,8 +36402,8 @@ div[class*=ag-theme-salt]{
36209
36402
  .ag-theme-salt-low-dark .ag-status-bar{
36210
36403
  border-top:1px solid #5b5c5c;
36211
36404
  border-top-color:var(--ag-border-color, #5b5c5c);
36212
- color:hsla(0,0%,100%,.5);
36213
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
36405
+ color:#ffffff80;
36406
+ color:var(--ag-disabled-foreground-color, #ffffff80);
36214
36407
  line-height:1.5;
36215
36408
  padding-left:16px;
36216
36409
  padding-right:16px;
@@ -36230,7 +36423,7 @@ div[class*=ag-theme-salt]{
36230
36423
  }
36231
36424
  .ag-theme-salt-low-dark .ag-column-drop-cell{
36232
36425
  background:var(--ag-chip-background-color);
36233
- border:1px solid transparent;
36426
+ border:1px solid #0000;
36234
36427
  border-radius:16px;
36235
36428
  cursor:pointer;
36236
36429
  height:16px;
@@ -36299,8 +36492,8 @@ div[class*=ag-theme-salt]{
36299
36492
  margin:0 4px;
36300
36493
  }
36301
36494
  .ag-theme-salt-low-dark .ag-column-drop-horizontal-empty-message{
36302
- color:hsla(0,0%,100%,.5);
36303
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
36495
+ color:#ffffff80;
36496
+ color:var(--ag-disabled-foreground-color, #ffffff80);
36304
36497
  }
36305
36498
  .ag-theme-salt-low-dark .ag-ltr .ag-column-drop-horizontal-icon{
36306
36499
  margin-right:12px;
@@ -36332,8 +36525,8 @@ div[class*=ag-theme-salt]{
36332
36525
  }
36333
36526
  .ag-theme-salt-low-dark .ag-column-drop-vertical-empty-message{
36334
36527
  bottom:0;
36335
- color:hsla(0,0%,100%,.5);
36336
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
36528
+ color:#ffffff80;
36529
+ color:var(--ag-disabled-foreground-color, #ffffff80);
36337
36530
  left:0;
36338
36531
  margin-top:4px;
36339
36532
  overflow:hidden;
@@ -36711,7 +36904,7 @@ div[class*=ag-theme-salt]{
36711
36904
  background-color:#5b5c5c;
36712
36905
  background-color:var(--ag-border-color, #5b5c5c);
36713
36906
  border-radius:0;
36714
- color:transparent;
36907
+ color:#0000;
36715
36908
  height:3px;
36716
36909
  margin:0;
36717
36910
  padding:0;
@@ -36831,9 +37024,13 @@ div[class*=ag-theme-salt]{
36831
37024
  }
36832
37025
  .ag-theme-salt-low-dark .ag-menu{
36833
37026
  background-color:var(--agGrid-background);
37027
+ border-color:var(--agGrid-menu-borderColor);
36834
37028
  color:var(--agGrid-menu-color);
36835
37029
  padding:var(--salt-spacing-100);
36836
37030
  }
37031
+ .ag-theme-salt-low-dark .ag-popup-child:not(.ag-tooltip-custom){
37032
+ box-shadow:var(--agGrid-menu-shadow);
37033
+ }
36837
37034
  .ag-theme-salt-low-dark .ag-menu .ag-tabs-body{
36838
37035
  padding:0;
36839
37036
  }
@@ -36972,19 +37169,38 @@ div[class*=ag-theme-salt]{
36972
37169
  border-color:var(--agGrid-header-borderColor);
36973
37170
  }
36974
37171
  .ag-theme-salt-low-dark .ag-header-row{
36975
- color:var(--agGrid-header-foreground);
36976
37172
  font-size:var(--agGrid-header-fontSize);
36977
37173
  font-weight:var(--agGrid-header-fontWeight);
36978
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
+ }
36979
37178
  .ag-theme-salt-low-dark .ag-header-cell:after,.ag-theme-salt-low-dark .ag-header-group-cell:after{
36980
37179
  height:var(--agGrid-column-separator-height);
36981
37180
  top:var(--agGrid-column-separator-top);
36982
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
+ }
36983
37197
  .ag-theme-salt-low-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
36984
37198
  margin-right:auto;
37199
+ padding-left:var(--salt-spacing-100);
36985
37200
  }
36986
37201
  .ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
36987
37202
  margin-left:auto;
37203
+ padding-right:var(--salt-spacing-100);
36988
37204
  }
36989
37205
  .ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
36990
37206
  border:2px dotted var(--agGrid-color-focus);
@@ -37044,8 +37260,8 @@ div[class*=ag-theme-salt]{
37044
37260
  .ag-theme-salt-low-dark .ag-cell.editable-cell,.ag-theme-salt-low-dark .editable-numeric-cell{
37045
37261
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
37046
37262
  }
37047
- .ag-theme-salt-low-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
37048
- border-color:transparent !important;
37263
+ .ag-theme-salt-low-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-low-dark .ag-ltr .ag-cell-range-single-cell{
37264
+ border-color:#0000 !important;
37049
37265
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
37050
37266
  outline-offset:-2px;
37051
37267
  }
@@ -37056,9 +37272,9 @@ div[class*=ag-theme-salt]{
37056
37272
  overflow:visible;
37057
37273
  }
37058
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{
37059
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
37275
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
37060
37276
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
37061
- border-top:0 solid transparent;
37277
+ border-top:0 solid #0000;
37062
37278
  content:"";
37063
37279
  left:0;
37064
37280
  position:absolute;
@@ -37133,7 +37349,7 @@ div[class*=ag-theme-salt]{
37133
37349
  appearance:none;
37134
37350
  -webkit-appearance:none;
37135
37351
  background:var(--salt-actionable-secondary-background);
37136
- border:1px transparent;
37352
+ border:1px #0000;
37137
37353
  border-radius:0;
37138
37354
  color:var(--salt-actionable-secondary-foreground);
37139
37355
  cursor:pointer;
@@ -37264,6 +37480,13 @@ div[class*=ag-theme-salt]{
37264
37480
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
37265
37481
  outline-offset:-2px;
37266
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
+ }
37267
37490
  .ag-theme-salt-low-dark .ag-pinned-right-header .ag-floating-filter{
37268
37491
  border-left:0;
37269
37492
  }
@@ -37496,8 +37719,8 @@ div[class*=ag-theme-salt]{
37496
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{
37497
37720
  background-color:var(--ag-input-disabled-background-color);
37498
37721
  border-color:var(--ag-input-disabled-border-color);
37499
- color:rgba(42,44,47,.5);
37500
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
37722
+ color:#2a2c2f80;
37723
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
37501
37724
  }
37502
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{
37503
37726
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -37694,8 +37917,8 @@ div[class*=ag-theme-salt]{
37694
37917
  margin-bottom:2px;
37695
37918
  }
37696
37919
  .ag-theme-salt-low-light .ag-angle-select[disabled]{
37697
- color:rgba(42,44,47,.5);
37698
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
37920
+ color:#2a2c2f80;
37921
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
37699
37922
  pointer-events:none;
37700
37923
  }
37701
37924
  .ag-theme-salt-low-light .ag-angle-select[disabled] .ag-angle-select-field{
@@ -37757,16 +37980,16 @@ div[class*=ag-theme-salt]{
37757
37980
  padding:10px;
37758
37981
  }
37759
37982
  .ag-theme-salt-low-light .ag-spectrum-sat{
37760
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
37983
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
37761
37984
  }
37762
37985
  .ag-theme-salt-low-light .ag-spectrum-val{
37763
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
37986
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
37764
37987
  }
37765
37988
  .ag-theme-salt-low-light .ag-spectrum-dragger{
37766
37989
  background:#000;
37767
37990
  border:1px solid #fff;
37768
37991
  border-radius:12px;
37769
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
37992
+ box-shadow:0 0 2px 0 #0000003d;
37770
37993
  height:12px;
37771
37994
  width:12px;
37772
37995
  }
@@ -37781,7 +38004,7 @@ div[class*=ag-theme-salt]{
37781
38004
  .ag-theme-salt-low-light .ag-spectrum-slider{
37782
38005
  background-color:#f8f8f8;
37783
38006
  border-radius:13px;
37784
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
38007
+ box-shadow:0 1px 4px 0 #0000005e;
37785
38008
  height:13px;
37786
38009
  margin-top:-12px;
37787
38010
  width:13px;
@@ -37818,7 +38041,7 @@ div[class*=ag-theme-salt]{
37818
38041
  margin-right:4px;
37819
38042
  }
37820
38043
  .ag-theme-salt-low-light .ag-popup-child:not(.ag-tooltip-custom){
37821
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
38044
+ box-shadow:5px 5px 10px #0000004d;
37822
38045
  }
37823
38046
  .ag-dragging-fill-handle .ag-theme-salt-low-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-low-light .ag-dialog{
37824
38047
  opacity:.7;
@@ -37991,8 +38214,8 @@ div[class*=ag-theme-salt]{
37991
38214
  margin-bottom:4px;
37992
38215
  }
37993
38216
  .ag-theme-salt-low-light .ag-column-select-column-group-readonly,.ag-theme-salt-low-light .ag-column-select-column-readonly{
37994
- color:rgba(42,44,47,.5);
37995
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
38217
+ color:#2a2c2f80;
38218
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
37996
38219
  pointer-events:none;
37997
38220
  }
37998
38221
  .ag-theme-salt-low-light .ag-ltr .ag-column-select-add-group-indent{
@@ -40419,13 +40642,13 @@ div[class*=ag-theme-salt]{
40419
40642
  transition:background-color 1s;
40420
40643
  }
40421
40644
  .ag-theme-salt-low-light .ag-value-change-value-highlight{
40422
- background-color:rgba(22,160,133,.5);
40423
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
40645
+ background-color:#16a08580;
40646
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
40424
40647
  transition:background-color .1s;
40425
40648
  }
40426
40649
  .ag-theme-salt-low-light .ag-cell-data-changed{
40427
- background-color:rgba(22,160,133,.5) !important;
40428
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
40650
+ background-color:#16a08580 !important;
40651
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
40429
40652
  }
40430
40653
  .ag-theme-salt-low-light .ag-cell-data-changed-animation{
40431
40654
  background-color:initial;
@@ -40524,7 +40747,7 @@ div[class*=ag-theme-salt]{
40524
40747
  --ag-internal-calculated-line-height:var(--ag-line-height, 46px);
40525
40748
  --ag-internal-padded-row-height:46px;
40526
40749
  -webkit-font-smoothing:subpixel-antialiased;
40527
- border:1px solid transparent;
40750
+ border:1px solid #0000;
40528
40751
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
40529
40752
  padding-left:11px;
40530
40753
  padding-right:11px;
@@ -40563,8 +40786,8 @@ div[class*=ag-theme-salt]{
40563
40786
  min-height:50px;
40564
40787
  }
40565
40788
  .ag-theme-salt-low-light .ag-overlay-loading-wrapper{
40566
- background-color:hsla(0,0%,100%,.66);
40567
- background-color:var(--ag-modal-overlay-background-color, hsla(0,0%,100%,.66));
40789
+ background-color:#ffffffa8;
40790
+ background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
40568
40791
  }
40569
40792
  .ag-theme-salt-low-light .ag-overlay-loading-center{
40570
40793
  background:#fff;
@@ -40610,11 +40833,11 @@ div[class*=ag-theme-salt]{
40610
40833
  border-top-color:var(--ag-border-color, #cacacb);
40611
40834
  }
40612
40835
  .ag-theme-salt-low-light .ag-ltr .ag-cell{
40613
- border-right:solid transparent;
40836
+ border-right:solid #0000;
40614
40837
  }
40615
40838
 
40616
40839
  .ag-theme-salt-low-light .ag-rtl .ag-cell{
40617
- border-left:solid transparent;
40840
+ border-left:solid #0000;
40618
40841
  }
40619
40842
 
40620
40843
  .ag-theme-salt-low-light .ag-ltr .ag-cell{
@@ -40634,32 +40857,32 @@ div[class*=ag-theme-salt]{
40634
40857
  border-right-color:var(--ag-border-color, #cacacb);
40635
40858
  }
40636
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){
40637
- background-color:rgba(42,44,47,.2);
40638
- background-color:var(--ag-range-selection-background-color, rgba(42,44,47,.2));
40860
+ background-color:#2a2c2f33;
40861
+ background-color:var(--ag-range-selection-background-color, #2a2c2f33);
40639
40862
  }
40640
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{
40641
- background-color:rgba(0,88,255,.1) !important;
40642
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
40864
+ background-color:#0058ff1a !important;
40865
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
40643
40866
  }
40644
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{
40645
- background-color:rgba(0,255,132,.1) !important;
40646
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
40868
+ background-color:#00ff841a !important;
40869
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
40647
40870
  }
40648
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){
40649
- background-color:rgba(42,44,47,.2);
40650
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(42,44,47,.2)));
40872
+ background-color:#2a2c2f33;
40873
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
40651
40874
  }
40652
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){
40653
- background-color:rgba(42,44,47,.36);
40654
- background-color:var(--ag-range-selection-background-color-2, rgba(42,44,47,.36));
40876
+ background-color:#2a2c2f5c;
40877
+ background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
40655
40878
  }
40656
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){
40657
40880
  background-color:rgba(42,44,47,.488);
40658
40881
  background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
40659
40882
  }
40660
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){
40661
- background-color:rgba(42,44,47,.59);
40662
- background-color:var(--ag-range-selection-background-color-4, rgba(42,44,47,.59));
40884
+ background-color:#2a2c2f96;
40885
+ background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
40663
40886
  }
40664
40887
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
40665
40888
  border-top-color:#2a2c2f;
@@ -40803,7 +41026,7 @@ div[class*=ag-theme-salt]{
40803
41026
  }
40804
41027
  .ag-theme-salt-low-light .ag-tab{
40805
41028
  align-items:center;
40806
- border-bottom:0 solid transparent;
41029
+ border-bottom:0 solid #0000;
40807
41030
  cursor:pointer;
40808
41031
  display:flex;
40809
41032
  flex:none;
@@ -40949,7 +41172,7 @@ div[class*=ag-theme-salt]{
40949
41172
  width:16px;
40950
41173
  }
40951
41174
  .ag-theme-salt-low-light button.ag-side-button-button{
40952
- background:transparent;
41175
+ background:#0000;
40953
41176
  background-position-x:center;
40954
41177
  background-position-y:center;
40955
41178
  background-repeat:no-repeat;
@@ -41007,7 +41230,7 @@ div[class*=ag-theme-salt]{
41007
41230
  border-left-color:var(--ag-border-color, #cacacb);
41008
41231
  }
41009
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{
41010
- border-right:0 solid transparent;
41233
+ border-right:0 solid #0000;
41011
41234
  margin-right:-1px;
41012
41235
  padding-right:1px;
41013
41236
  }
@@ -41024,7 +41247,7 @@ div[class*=ag-theme-salt]{
41024
41247
  border-right-color:var(--ag-border-color, #cacacb);
41025
41248
  }
41026
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{
41027
- border-left:0 solid transparent;
41250
+ border-left:0 solid #0000;
41028
41251
  margin-left:-1px;
41029
41252
  padding-left:1px;
41030
41253
  }
@@ -41429,7 +41652,7 @@ div[class*=ag-theme-salt]{
41429
41652
 
41430
41653
  .ag-theme-salt-low-light .ag-floating-filter-button-button{
41431
41654
  appearance:none;
41432
- background:transparent;
41655
+ background:#0000;
41433
41656
  border:none;
41434
41657
  color:inherit;
41435
41658
  font-family:inherit;
@@ -41462,8 +41685,8 @@ div[class*=ag-theme-salt]{
41462
41685
  cursor:pointer;
41463
41686
  }
41464
41687
  .ag-theme-salt-low-light .ag-paging-button.ag-disabled{
41465
- color:rgba(42,44,47,.5);
41466
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
41688
+ color:#2a2c2f80;
41689
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
41467
41690
  cursor:default;
41468
41691
  }
41469
41692
  .ag-theme-salt-low-light .ag-keyboard-focus .ag-paging-button:focus{
@@ -41488,8 +41711,8 @@ div[class*=ag-theme-salt]{
41488
41711
  .ag-theme-salt-low-light .ag-status-bar{
41489
41712
  border-top:1px solid #cacacb;
41490
41713
  border-top-color:var(--ag-border-color, #cacacb);
41491
- color:rgba(42,44,47,.5);
41492
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
41714
+ color:#2a2c2f80;
41715
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
41493
41716
  line-height:1.5;
41494
41717
  padding-left:16px;
41495
41718
  padding-right:16px;
@@ -41509,7 +41732,7 @@ div[class*=ag-theme-salt]{
41509
41732
  }
41510
41733
  .ag-theme-salt-low-light .ag-column-drop-cell{
41511
41734
  background:var(--ag-chip-background-color);
41512
- border:1px solid transparent;
41735
+ border:1px solid #0000;
41513
41736
  border-radius:16px;
41514
41737
  cursor:pointer;
41515
41738
  height:16px;
@@ -41578,8 +41801,8 @@ div[class*=ag-theme-salt]{
41578
41801
  margin:0 4px;
41579
41802
  }
41580
41803
  .ag-theme-salt-low-light .ag-column-drop-horizontal-empty-message{
41581
- color:rgba(42,44,47,.5);
41582
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
41804
+ color:#2a2c2f80;
41805
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
41583
41806
  }
41584
41807
  .ag-theme-salt-low-light .ag-ltr .ag-column-drop-horizontal-icon{
41585
41808
  margin-right:12px;
@@ -41611,8 +41834,8 @@ div[class*=ag-theme-salt]{
41611
41834
  }
41612
41835
  .ag-theme-salt-low-light .ag-column-drop-vertical-empty-message{
41613
41836
  bottom:0;
41614
- color:rgba(42,44,47,.5);
41615
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
41837
+ color:#2a2c2f80;
41838
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
41616
41839
  left:0;
41617
41840
  margin-top:4px;
41618
41841
  overflow:hidden;
@@ -41990,7 +42213,7 @@ div[class*=ag-theme-salt]{
41990
42213
  background-color:#cacacb;
41991
42214
  background-color:var(--ag-border-color, #cacacb);
41992
42215
  border-radius:0;
41993
- color:transparent;
42216
+ color:#0000;
41994
42217
  height:3px;
41995
42218
  margin:0;
41996
42219
  padding:0;
@@ -42110,9 +42333,13 @@ div[class*=ag-theme-salt]{
42110
42333
  }
42111
42334
  .ag-theme-salt-low-light .ag-menu{
42112
42335
  background-color:var(--agGrid-background);
42336
+ border-color:var(--agGrid-menu-borderColor);
42113
42337
  color:var(--agGrid-menu-color);
42114
42338
  padding:var(--salt-spacing-100);
42115
42339
  }
42340
+ .ag-theme-salt-low-light .ag-popup-child:not(.ag-tooltip-custom){
42341
+ box-shadow:var(--agGrid-menu-shadow);
42342
+ }
42116
42343
  .ag-theme-salt-low-light .ag-menu .ag-tabs-body{
42117
42344
  padding:0;
42118
42345
  }
@@ -42251,19 +42478,38 @@ div[class*=ag-theme-salt]{
42251
42478
  border-color:var(--agGrid-header-borderColor);
42252
42479
  }
42253
42480
  .ag-theme-salt-low-light .ag-header-row{
42254
- color:var(--agGrid-header-foreground);
42255
42481
  font-size:var(--agGrid-header-fontSize);
42256
42482
  font-weight:var(--agGrid-header-fontWeight);
42257
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
+ }
42258
42487
  .ag-theme-salt-low-light .ag-header-cell:after,.ag-theme-salt-low-light .ag-header-group-cell:after{
42259
42488
  height:var(--agGrid-column-separator-height);
42260
42489
  top:var(--agGrid-column-separator-top);
42261
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
+ }
42262
42506
  .ag-theme-salt-low-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
42263
42507
  margin-right:auto;
42508
+ padding-left:var(--salt-spacing-100);
42264
42509
  }
42265
42510
  .ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
42266
42511
  margin-left:auto;
42512
+ padding-right:var(--salt-spacing-100);
42267
42513
  }
42268
42514
  .ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
42269
42515
  border:2px dotted var(--agGrid-color-focus);
@@ -42323,8 +42569,8 @@ div[class*=ag-theme-salt]{
42323
42569
  .ag-theme-salt-low-light .ag-cell.editable-cell,.ag-theme-salt-low-light .editable-numeric-cell{
42324
42570
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
42325
42571
  }
42326
- .ag-theme-salt-low-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
42327
- border-color:transparent !important;
42572
+ .ag-theme-salt-low-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-low-light .ag-ltr .ag-cell-range-single-cell{
42573
+ border-color:#0000 !important;
42328
42574
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
42329
42575
  outline-offset:-2px;
42330
42576
  }
@@ -42335,9 +42581,9 @@ div[class*=ag-theme-salt]{
42335
42581
  overflow:visible;
42336
42582
  }
42337
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{
42338
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
42584
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
42339
42585
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
42340
- border-top:0 solid transparent;
42586
+ border-top:0 solid #0000;
42341
42587
  content:"";
42342
42588
  left:0;
42343
42589
  position:absolute;
@@ -42412,7 +42658,7 @@ div[class*=ag-theme-salt]{
42412
42658
  appearance:none;
42413
42659
  -webkit-appearance:none;
42414
42660
  background:var(--salt-actionable-secondary-background);
42415
- border:1px transparent;
42661
+ border:1px #0000;
42416
42662
  border-radius:0;
42417
42663
  color:var(--salt-actionable-secondary-foreground);
42418
42664
  cursor:pointer;
@@ -42543,6 +42789,13 @@ div[class*=ag-theme-salt]{
42543
42789
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
42544
42790
  outline-offset:-2px;
42545
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
+ }
42546
42799
  .ag-theme-salt-low-light .ag-pinned-right-header .ag-floating-filter{
42547
42800
  border-left:0;
42548
42801
  }
@@ -42785,8 +43038,8 @@ div[class*=ag-theme-salt]{
42785
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{
42786
43039
  background-color:var(--ag-input-disabled-background-color);
42787
43040
  border-color:var(--ag-input-disabled-border-color);
42788
- color:rgba(42,44,47,.5);
42789
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
43041
+ color:#2a2c2f80;
43042
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
42790
43043
  }
42791
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{
42792
43045
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -42983,8 +43236,8 @@ div[class*=ag-theme-salt]{
42983
43236
  margin-bottom:2px;
42984
43237
  }
42985
43238
  .ag-theme-salt-touch-light .ag-angle-select[disabled]{
42986
- color:rgba(42,44,47,.5);
42987
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
43239
+ color:#2a2c2f80;
43240
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
42988
43241
  pointer-events:none;
42989
43242
  }
42990
43243
  .ag-theme-salt-touch-light .ag-angle-select[disabled] .ag-angle-select-field{
@@ -43046,16 +43299,16 @@ div[class*=ag-theme-salt]{
43046
43299
  padding:10px;
43047
43300
  }
43048
43301
  .ag-theme-salt-touch-light .ag-spectrum-sat{
43049
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
43302
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
43050
43303
  }
43051
43304
  .ag-theme-salt-touch-light .ag-spectrum-val{
43052
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
43305
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
43053
43306
  }
43054
43307
  .ag-theme-salt-touch-light .ag-spectrum-dragger{
43055
43308
  background:#000;
43056
43309
  border:1px solid #fff;
43057
43310
  border-radius:12px;
43058
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
43311
+ box-shadow:0 0 2px 0 #0000003d;
43059
43312
  height:12px;
43060
43313
  width:12px;
43061
43314
  }
@@ -43070,7 +43323,7 @@ div[class*=ag-theme-salt]{
43070
43323
  .ag-theme-salt-touch-light .ag-spectrum-slider{
43071
43324
  background-color:#f8f8f8;
43072
43325
  border-radius:13px;
43073
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
43326
+ box-shadow:0 1px 4px 0 #0000005e;
43074
43327
  height:13px;
43075
43328
  margin-top:-12px;
43076
43329
  width:13px;
@@ -43107,7 +43360,7 @@ div[class*=ag-theme-salt]{
43107
43360
  margin-right:4px;
43108
43361
  }
43109
43362
  .ag-theme-salt-touch-light .ag-popup-child:not(.ag-tooltip-custom){
43110
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
43363
+ box-shadow:5px 5px 10px #0000004d;
43111
43364
  }
43112
43365
  .ag-dragging-fill-handle .ag-theme-salt-touch-light .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-touch-light .ag-dialog{
43113
43366
  opacity:.7;
@@ -43280,8 +43533,8 @@ div[class*=ag-theme-salt]{
43280
43533
  margin-bottom:4px;
43281
43534
  }
43282
43535
  .ag-theme-salt-touch-light .ag-column-select-column-group-readonly,.ag-theme-salt-touch-light .ag-column-select-column-readonly{
43283
- color:rgba(42,44,47,.5);
43284
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
43536
+ color:#2a2c2f80;
43537
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
43285
43538
  pointer-events:none;
43286
43539
  }
43287
43540
  .ag-theme-salt-touch-light .ag-ltr .ag-column-select-add-group-indent{
@@ -45708,13 +45961,13 @@ div[class*=ag-theme-salt]{
45708
45961
  transition:background-color 1s;
45709
45962
  }
45710
45963
  .ag-theme-salt-touch-light .ag-value-change-value-highlight{
45711
- background-color:rgba(22,160,133,.5);
45712
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
45964
+ background-color:#16a08580;
45965
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
45713
45966
  transition:background-color .1s;
45714
45967
  }
45715
45968
  .ag-theme-salt-touch-light .ag-cell-data-changed{
45716
- background-color:rgba(22,160,133,.5) !important;
45717
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
45969
+ background-color:#16a08580 !important;
45970
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
45718
45971
  }
45719
45972
  .ag-theme-salt-touch-light .ag-cell-data-changed-animation{
45720
45973
  background-color:initial;
@@ -45813,7 +46066,7 @@ div[class*=ag-theme-salt]{
45813
46066
  --ag-internal-calculated-line-height:var(--ag-line-height, 58px);
45814
46067
  --ag-internal-padded-row-height:58px;
45815
46068
  -webkit-font-smoothing:subpixel-antialiased;
45816
- border:1px solid transparent;
46069
+ border:1px solid #0000;
45817
46070
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
45818
46071
  padding-left:15px;
45819
46072
  padding-right:15px;
@@ -45852,8 +46105,8 @@ div[class*=ag-theme-salt]{
45852
46105
  min-height:50px;
45853
46106
  }
45854
46107
  .ag-theme-salt-touch-light .ag-overlay-loading-wrapper{
45855
- background-color:hsla(0,0%,100%,.66);
45856
- background-color:var(--ag-modal-overlay-background-color, hsla(0,0%,100%,.66));
46108
+ background-color:#ffffffa8;
46109
+ background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
45857
46110
  }
45858
46111
  .ag-theme-salt-touch-light .ag-overlay-loading-center{
45859
46112
  background:#fff;
@@ -45899,11 +46152,11 @@ div[class*=ag-theme-salt]{
45899
46152
  border-top-color:var(--ag-border-color, #cacacb);
45900
46153
  }
45901
46154
  .ag-theme-salt-touch-light .ag-ltr .ag-cell{
45902
- border-right:solid transparent;
46155
+ border-right:solid #0000;
45903
46156
  }
45904
46157
 
45905
46158
  .ag-theme-salt-touch-light .ag-rtl .ag-cell{
45906
- border-left:solid transparent;
46159
+ border-left:solid #0000;
45907
46160
  }
45908
46161
 
45909
46162
  .ag-theme-salt-touch-light .ag-ltr .ag-cell{
@@ -45923,32 +46176,32 @@ div[class*=ag-theme-salt]{
45923
46176
  border-right-color:var(--ag-border-color, #cacacb);
45924
46177
  }
45925
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){
45926
- background-color:rgba(42,44,47,.2);
45927
- background-color:var(--ag-range-selection-background-color, rgba(42,44,47,.2));
46179
+ background-color:#2a2c2f33;
46180
+ background-color:var(--ag-range-selection-background-color, #2a2c2f33);
45928
46181
  }
45929
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{
45930
- background-color:rgba(0,88,255,.1) !important;
45931
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
46183
+ background-color:#0058ff1a !important;
46184
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
45932
46185
  }
45933
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{
45934
- background-color:rgba(0,255,132,.1) !important;
45935
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
46187
+ background-color:#00ff841a !important;
46188
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
45936
46189
  }
45937
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){
45938
- background-color:rgba(42,44,47,.2);
45939
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(42,44,47,.2)));
46191
+ background-color:#2a2c2f33;
46192
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
45940
46193
  }
45941
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){
45942
- background-color:rgba(42,44,47,.36);
45943
- background-color:var(--ag-range-selection-background-color-2, rgba(42,44,47,.36));
46195
+ background-color:#2a2c2f5c;
46196
+ background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
45944
46197
  }
45945
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){
45946
46199
  background-color:rgba(42,44,47,.488);
45947
46200
  background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
45948
46201
  }
45949
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){
45950
- background-color:rgba(42,44,47,.59);
45951
- background-color:var(--ag-range-selection-background-color-4, rgba(42,44,47,.59));
46203
+ background-color:#2a2c2f96;
46204
+ background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
45952
46205
  }
45953
46206
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
45954
46207
  border-top-color:#2a2c2f;
@@ -46092,7 +46345,7 @@ div[class*=ag-theme-salt]{
46092
46345
  }
46093
46346
  .ag-theme-salt-touch-light .ag-tab{
46094
46347
  align-items:center;
46095
- border-bottom:0 solid transparent;
46348
+ border-bottom:0 solid #0000;
46096
46349
  cursor:pointer;
46097
46350
  display:flex;
46098
46351
  flex:none;
@@ -46238,7 +46491,7 @@ div[class*=ag-theme-salt]{
46238
46491
  width:16px;
46239
46492
  }
46240
46493
  .ag-theme-salt-touch-light button.ag-side-button-button{
46241
- background:transparent;
46494
+ background:#0000;
46242
46495
  background-position-x:center;
46243
46496
  background-position-y:center;
46244
46497
  background-repeat:no-repeat;
@@ -46296,7 +46549,7 @@ div[class*=ag-theme-salt]{
46296
46549
  border-left-color:var(--ag-border-color, #cacacb);
46297
46550
  }
46298
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{
46299
- border-right:0 solid transparent;
46552
+ border-right:0 solid #0000;
46300
46553
  margin-right:-1px;
46301
46554
  padding-right:1px;
46302
46555
  }
@@ -46313,7 +46566,7 @@ div[class*=ag-theme-salt]{
46313
46566
  border-right-color:var(--ag-border-color, #cacacb);
46314
46567
  }
46315
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{
46316
- border-left:0 solid transparent;
46569
+ border-left:0 solid #0000;
46317
46570
  margin-left:-1px;
46318
46571
  padding-left:1px;
46319
46572
  }
@@ -46722,7 +46975,7 @@ div[class*=ag-theme-salt]{
46722
46975
 
46723
46976
  .ag-theme-salt-touch-light .ag-floating-filter-button-button{
46724
46977
  appearance:none;
46725
- background:transparent;
46978
+ background:#0000;
46726
46979
  border:none;
46727
46980
  color:inherit;
46728
46981
  font-family:inherit;
@@ -46755,8 +47008,8 @@ div[class*=ag-theme-salt]{
46755
47008
  cursor:pointer;
46756
47009
  }
46757
47010
  .ag-theme-salt-touch-light .ag-paging-button.ag-disabled{
46758
- color:rgba(42,44,47,.5);
46759
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
47011
+ color:#2a2c2f80;
47012
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
46760
47013
  cursor:default;
46761
47014
  }
46762
47015
  .ag-theme-salt-touch-light .ag-keyboard-focus .ag-paging-button:focus{
@@ -46781,8 +47034,8 @@ div[class*=ag-theme-salt]{
46781
47034
  .ag-theme-salt-touch-light .ag-status-bar{
46782
47035
  border-top:1px solid #cacacb;
46783
47036
  border-top-color:var(--ag-border-color, #cacacb);
46784
- color:rgba(42,44,47,.5);
46785
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
47037
+ color:#2a2c2f80;
47038
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
46786
47039
  line-height:1.5;
46787
47040
  padding-left:16px;
46788
47041
  padding-right:16px;
@@ -46802,7 +47055,7 @@ div[class*=ag-theme-salt]{
46802
47055
  }
46803
47056
  .ag-theme-salt-touch-light .ag-column-drop-cell{
46804
47057
  background:var(--ag-chip-background-color);
46805
- border:1px solid transparent;
47058
+ border:1px solid #0000;
46806
47059
  border-radius:16px;
46807
47060
  cursor:pointer;
46808
47061
  height:16px;
@@ -46871,8 +47124,8 @@ div[class*=ag-theme-salt]{
46871
47124
  margin:0 4px;
46872
47125
  }
46873
47126
  .ag-theme-salt-touch-light .ag-column-drop-horizontal-empty-message{
46874
- color:rgba(42,44,47,.5);
46875
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
47127
+ color:#2a2c2f80;
47128
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
46876
47129
  }
46877
47130
  .ag-theme-salt-touch-light .ag-ltr .ag-column-drop-horizontal-icon{
46878
47131
  margin-right:16px;
@@ -46904,8 +47157,8 @@ div[class*=ag-theme-salt]{
46904
47157
  }
46905
47158
  .ag-theme-salt-touch-light .ag-column-drop-vertical-empty-message{
46906
47159
  bottom:0;
46907
- color:rgba(42,44,47,.5);
46908
- color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
47160
+ color:#2a2c2f80;
47161
+ color:var(--ag-disabled-foreground-color, #2a2c2f80);
46909
47162
  left:0;
46910
47163
  margin-top:4px;
46911
47164
  overflow:hidden;
@@ -47283,7 +47536,7 @@ div[class*=ag-theme-salt]{
47283
47536
  background-color:#cacacb;
47284
47537
  background-color:var(--ag-border-color, #cacacb);
47285
47538
  border-radius:0;
47286
- color:transparent;
47539
+ color:#0000;
47287
47540
  height:3px;
47288
47541
  margin:0;
47289
47542
  padding:0;
@@ -47403,9 +47656,13 @@ div[class*=ag-theme-salt]{
47403
47656
  }
47404
47657
  .ag-theme-salt-touch-light .ag-menu{
47405
47658
  background-color:var(--agGrid-background);
47659
+ border-color:var(--agGrid-menu-borderColor);
47406
47660
  color:var(--agGrid-menu-color);
47407
47661
  padding:var(--salt-spacing-100);
47408
47662
  }
47663
+ .ag-theme-salt-touch-light .ag-popup-child:not(.ag-tooltip-custom){
47664
+ box-shadow:var(--agGrid-menu-shadow);
47665
+ }
47409
47666
  .ag-theme-salt-touch-light .ag-menu .ag-tabs-body{
47410
47667
  padding:0;
47411
47668
  }
@@ -47548,15 +47805,35 @@ div[class*=ag-theme-salt]{
47548
47805
  font-size:var(--agGrid-header-fontSize);
47549
47806
  font-weight:var(--agGrid-header-fontWeight);
47550
47807
  }
47808
+ .ag-theme-salt-touch-light .ag-header-icon{
47809
+ color:var(--agGrid-header-foreground);
47810
+ }
47551
47811
  .ag-theme-salt-touch-light .ag-header-cell:after,.ag-theme-salt-touch-light .ag-header-group-cell:after{
47552
47812
  height:var(--agGrid-column-separator-height);
47553
47813
  top:var(--agGrid-column-separator-top);
47554
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
+ }
47555
47830
  .ag-theme-salt-touch-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
47556
47831
  margin-right:auto;
47832
+ padding-left:var(--salt-spacing-100);
47557
47833
  }
47558
47834
  .ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
47559
47835
  margin-left:auto;
47836
+ padding-right:var(--salt-spacing-100);
47560
47837
  }
47561
47838
  .ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
47562
47839
  border:2px dotted var(--agGrid-color-focus);
@@ -47616,8 +47893,8 @@ div[class*=ag-theme-salt]{
47616
47893
  .ag-theme-salt-touch-light .ag-cell.editable-cell,.ag-theme-salt-touch-light .editable-numeric-cell{
47617
47894
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
47618
47895
  }
47619
- .ag-theme-salt-touch-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
47620
- border-color:transparent !important;
47896
+ .ag-theme-salt-touch-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-touch-light .ag-ltr .ag-cell-range-single-cell{
47897
+ border-color:#0000 !important;
47621
47898
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
47622
47899
  outline-offset:-2px;
47623
47900
  }
@@ -47628,9 +47905,9 @@ div[class*=ag-theme-salt]{
47628
47905
  overflow:visible;
47629
47906
  }
47630
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{
47631
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
47908
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
47632
47909
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
47633
- border-top:0 solid transparent;
47910
+ border-top:0 solid #0000;
47634
47911
  content:"";
47635
47912
  left:0;
47636
47913
  position:absolute;
@@ -47705,7 +47982,7 @@ div[class*=ag-theme-salt]{
47705
47982
  appearance:none;
47706
47983
  -webkit-appearance:none;
47707
47984
  background:var(--salt-actionable-secondary-background);
47708
- border:1px transparent;
47985
+ border:1px #0000;
47709
47986
  border-radius:0;
47710
47987
  color:var(--salt-actionable-secondary-foreground);
47711
47988
  cursor:pointer;
@@ -47836,6 +48113,13 @@ div[class*=ag-theme-salt]{
47836
48113
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
47837
48114
  outline-offset:-2px;
47838
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
+ }
47839
48123
  .ag-theme-salt-touch-light .ag-pinned-right-header .ag-floating-filter{
47840
48124
  border-left:0;
47841
48125
  }
@@ -48074,8 +48358,8 @@ div[class*=ag-theme-salt]{
48074
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{
48075
48359
  background-color:var(--ag-input-disabled-background-color);
48076
48360
  border-color:var(--ag-input-disabled-border-color);
48077
- color:hsla(0,0%,100%,.5);
48078
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
48361
+ color:#ffffff80;
48362
+ color:var(--ag-disabled-foreground-color, #ffffff80);
48079
48363
  }
48080
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{
48081
48365
  border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
@@ -48272,8 +48556,8 @@ div[class*=ag-theme-salt]{
48272
48556
  margin-bottom:2px;
48273
48557
  }
48274
48558
  .ag-theme-salt-touch-dark .ag-angle-select[disabled]{
48275
- color:hsla(0,0%,100%,.5);
48276
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
48559
+ color:#ffffff80;
48560
+ color:var(--ag-disabled-foreground-color, #ffffff80);
48277
48561
  pointer-events:none;
48278
48562
  }
48279
48563
  .ag-theme-salt-touch-dark .ag-angle-select[disabled] .ag-angle-select-field{
@@ -48335,16 +48619,16 @@ div[class*=ag-theme-salt]{
48335
48619
  padding:10px;
48336
48620
  }
48337
48621
  .ag-theme-salt-touch-dark .ag-spectrum-sat{
48338
- background-image:linear-gradient(90deg, #fff, hsla(20,42%,65%,0));
48622
+ background-image:linear-gradient(90deg, #fff, #cc9a8100);
48339
48623
  }
48340
48624
  .ag-theme-salt-touch-dark .ag-spectrum-val{
48341
- background-image:linear-gradient(0deg, #000, hsla(20,42%,65%,0));
48625
+ background-image:linear-gradient(0deg, #000, #cc9a8100);
48342
48626
  }
48343
48627
  .ag-theme-salt-touch-dark .ag-spectrum-dragger{
48344
48628
  background:#000;
48345
48629
  border:1px solid #fff;
48346
48630
  border-radius:12px;
48347
- box-shadow:0 0 2px 0 rgba(0,0,0,.24);
48631
+ box-shadow:0 0 2px 0 #0000003d;
48348
48632
  height:12px;
48349
48633
  width:12px;
48350
48634
  }
@@ -48359,7 +48643,7 @@ div[class*=ag-theme-salt]{
48359
48643
  .ag-theme-salt-touch-dark .ag-spectrum-slider{
48360
48644
  background-color:#f8f8f8;
48361
48645
  border-radius:13px;
48362
- box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
48646
+ box-shadow:0 1px 4px 0 #0000005e;
48363
48647
  height:13px;
48364
48648
  margin-top:-12px;
48365
48649
  width:13px;
@@ -48396,7 +48680,7 @@ div[class*=ag-theme-salt]{
48396
48680
  margin-right:4px;
48397
48681
  }
48398
48682
  .ag-theme-salt-touch-dark .ag-popup-child:not(.ag-tooltip-custom){
48399
- box-shadow:5px 5px 10px rgba(0,0,0,.3);
48683
+ box-shadow:5px 5px 10px #0000004d;
48400
48684
  }
48401
48685
  .ag-dragging-fill-handle .ag-theme-salt-touch-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-salt-touch-dark .ag-dialog{
48402
48686
  opacity:.7;
@@ -48569,8 +48853,8 @@ div[class*=ag-theme-salt]{
48569
48853
  margin-bottom:4px;
48570
48854
  }
48571
48855
  .ag-theme-salt-touch-dark .ag-column-select-column-group-readonly,.ag-theme-salt-touch-dark .ag-column-select-column-readonly{
48572
- color:hsla(0,0%,100%,.5);
48573
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
48856
+ color:#ffffff80;
48857
+ color:var(--ag-disabled-foreground-color, #ffffff80);
48574
48858
  pointer-events:none;
48575
48859
  }
48576
48860
  .ag-theme-salt-touch-dark .ag-ltr .ag-column-select-add-group-indent{
@@ -50997,13 +51281,13 @@ div[class*=ag-theme-salt]{
50997
51281
  transition:background-color 1s;
50998
51282
  }
50999
51283
  .ag-theme-salt-touch-dark .ag-value-change-value-highlight{
51000
- background-color:rgba(22,160,133,.5);
51001
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5));
51284
+ background-color:#16a08580;
51285
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
51002
51286
  transition:background-color .1s;
51003
51287
  }
51004
51288
  .ag-theme-salt-touch-dark .ag-cell-data-changed{
51005
- background-color:rgba(22,160,133,.5) !important;
51006
- background-color:var(--ag-value-change-value-highlight-background-color, rgba(22,160,133,.5)) !important;
51289
+ background-color:#16a08580 !important;
51290
+ background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
51007
51291
  }
51008
51292
  .ag-theme-salt-touch-dark .ag-cell-data-changed-animation{
51009
51293
  background-color:initial;
@@ -51102,7 +51386,7 @@ div[class*=ag-theme-salt]{
51102
51386
  --ag-internal-calculated-line-height:var(--ag-line-height, 58px);
51103
51387
  --ag-internal-padded-row-height:58px;
51104
51388
  -webkit-font-smoothing:subpixel-antialiased;
51105
- border:1px solid transparent;
51389
+ border:1px solid #0000;
51106
51390
  line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
51107
51391
  padding-left:15px;
51108
51392
  padding-right:15px;
@@ -51141,8 +51425,8 @@ div[class*=ag-theme-salt]{
51141
51425
  min-height:50px;
51142
51426
  }
51143
51427
  .ag-theme-salt-touch-dark .ag-overlay-loading-wrapper{
51144
- background-color:rgba(36,37,38,.66);
51145
- background-color:var(--ag-modal-overlay-background-color, rgba(36,37,38,.66));
51428
+ background-color:#242526a8;
51429
+ background-color:var(--ag-modal-overlay-background-color, #242526a8);
51146
51430
  }
51147
51431
  .ag-theme-salt-touch-dark .ag-overlay-loading-center{
51148
51432
  background:#242526;
@@ -51196,11 +51480,11 @@ div[class*=ag-theme-salt]{
51196
51480
  border-top-color:var(--ag-border-color, #5b5c5c);
51197
51481
  }
51198
51482
  .ag-theme-salt-touch-dark .ag-ltr .ag-cell{
51199
- border-right:solid transparent;
51483
+ border-right:solid #0000;
51200
51484
  }
51201
51485
 
51202
51486
  .ag-theme-salt-touch-dark .ag-rtl .ag-cell{
51203
- border-left:solid transparent;
51487
+ border-left:solid #0000;
51204
51488
  }
51205
51489
 
51206
51490
  .ag-theme-salt-touch-dark .ag-ltr .ag-cell{
@@ -51220,32 +51504,32 @@ div[class*=ag-theme-salt]{
51220
51504
  border-right-color:var(--ag-border-color, #5b5c5c);
51221
51505
  }
51222
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){
51223
- background-color:hsla(0,0%,100%,.2);
51224
- background-color:var(--ag-range-selection-background-color, hsla(0,0%,100%,.2));
51507
+ background-color:#fff3;
51508
+ background-color:var(--ag-range-selection-background-color, #fff3);
51225
51509
  }
51226
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{
51227
- background-color:rgba(0,88,255,.1) !important;
51228
- background-color:var(--ag-range-selection-chart-background-color, rgba(0,88,255,.1)) !important;
51511
+ background-color:#0058ff1a !important;
51512
+ background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
51229
51513
  }
51230
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{
51231
- background-color:rgba(0,255,132,.1) !important;
51232
- background-color:var(--ag-range-selection-chart-category-background-color, rgba(0,255,132,.1)) !important;
51515
+ background-color:#00ff841a !important;
51516
+ background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
51233
51517
  }
51234
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){
51235
- background-color:hsla(0,0%,100%,.2);
51236
- background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, hsla(0,0%,100%,.2)));
51519
+ background-color:#fff3;
51520
+ background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
51237
51521
  }
51238
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){
51239
- background-color:hsla(0,0%,100%,.36);
51240
- background-color:var(--ag-range-selection-background-color-2, hsla(0,0%,100%,.36));
51523
+ background-color:#ffffff5c;
51524
+ background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
51241
51525
  }
51242
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){
51243
51527
  background-color:hsla(0,0%,100%,.488);
51244
51528
  background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
51245
51529
  }
51246
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){
51247
- background-color:hsla(0,0%,100%,.59);
51248
- background-color:var(--ag-range-selection-background-color-4, hsla(0,0%,100%,.59));
51531
+ background-color:#ffffff96;
51532
+ background-color:var(--ag-range-selection-background-color-4, #ffffff96);
51249
51533
  }
51250
51534
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
51251
51535
  border-top-color:#fff;
@@ -51389,7 +51673,7 @@ div[class*=ag-theme-salt]{
51389
51673
  }
51390
51674
  .ag-theme-salt-touch-dark .ag-tab{
51391
51675
  align-items:center;
51392
- border-bottom:0 solid transparent;
51676
+ border-bottom:0 solid #0000;
51393
51677
  cursor:pointer;
51394
51678
  display:flex;
51395
51679
  flex:none;
@@ -51535,7 +51819,7 @@ div[class*=ag-theme-salt]{
51535
51819
  width:16px;
51536
51820
  }
51537
51821
  .ag-theme-salt-touch-dark button.ag-side-button-button{
51538
- background:transparent;
51822
+ background:#0000;
51539
51823
  background-position-x:center;
51540
51824
  background-position-y:center;
51541
51825
  background-repeat:no-repeat;
@@ -51593,7 +51877,7 @@ div[class*=ag-theme-salt]{
51593
51877
  border-left-color:var(--ag-border-color, #5b5c5c);
51594
51878
  }
51595
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{
51596
- border-right:0 solid transparent;
51880
+ border-right:0 solid #0000;
51597
51881
  margin-right:-1px;
51598
51882
  padding-right:1px;
51599
51883
  }
@@ -51610,7 +51894,7 @@ div[class*=ag-theme-salt]{
51610
51894
  border-right-color:var(--ag-border-color, #5b5c5c);
51611
51895
  }
51612
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{
51613
- border-left:0 solid transparent;
51897
+ border-left:0 solid #0000;
51614
51898
  margin-left:-1px;
51615
51899
  padding-left:1px;
51616
51900
  }
@@ -52019,7 +52303,7 @@ div[class*=ag-theme-salt]{
52019
52303
 
52020
52304
  .ag-theme-salt-touch-dark .ag-floating-filter-button-button{
52021
52305
  appearance:none;
52022
- background:transparent;
52306
+ background:#0000;
52023
52307
  border:none;
52024
52308
  color:inherit;
52025
52309
  font-family:inherit;
@@ -52052,8 +52336,8 @@ div[class*=ag-theme-salt]{
52052
52336
  cursor:pointer;
52053
52337
  }
52054
52338
  .ag-theme-salt-touch-dark .ag-paging-button.ag-disabled{
52055
- color:hsla(0,0%,100%,.5);
52056
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
52339
+ color:#ffffff80;
52340
+ color:var(--ag-disabled-foreground-color, #ffffff80);
52057
52341
  cursor:default;
52058
52342
  }
52059
52343
  .ag-theme-salt-touch-dark .ag-keyboard-focus .ag-paging-button:focus{
@@ -52078,8 +52362,8 @@ div[class*=ag-theme-salt]{
52078
52362
  .ag-theme-salt-touch-dark .ag-status-bar{
52079
52363
  border-top:1px solid #5b5c5c;
52080
52364
  border-top-color:var(--ag-border-color, #5b5c5c);
52081
- color:hsla(0,0%,100%,.5);
52082
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
52365
+ color:#ffffff80;
52366
+ color:var(--ag-disabled-foreground-color, #ffffff80);
52083
52367
  line-height:1.5;
52084
52368
  padding-left:16px;
52085
52369
  padding-right:16px;
@@ -52099,7 +52383,7 @@ div[class*=ag-theme-salt]{
52099
52383
  }
52100
52384
  .ag-theme-salt-touch-dark .ag-column-drop-cell{
52101
52385
  background:var(--ag-chip-background-color);
52102
- border:1px solid transparent;
52386
+ border:1px solid #0000;
52103
52387
  border-radius:16px;
52104
52388
  cursor:pointer;
52105
52389
  height:16px;
@@ -52168,8 +52452,8 @@ div[class*=ag-theme-salt]{
52168
52452
  margin:0 4px;
52169
52453
  }
52170
52454
  .ag-theme-salt-touch-dark .ag-column-drop-horizontal-empty-message{
52171
- color:hsla(0,0%,100%,.5);
52172
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
52455
+ color:#ffffff80;
52456
+ color:var(--ag-disabled-foreground-color, #ffffff80);
52173
52457
  }
52174
52458
  .ag-theme-salt-touch-dark .ag-ltr .ag-column-drop-horizontal-icon{
52175
52459
  margin-right:16px;
@@ -52201,8 +52485,8 @@ div[class*=ag-theme-salt]{
52201
52485
  }
52202
52486
  .ag-theme-salt-touch-dark .ag-column-drop-vertical-empty-message{
52203
52487
  bottom:0;
52204
- color:hsla(0,0%,100%,.5);
52205
- color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
52488
+ color:#ffffff80;
52489
+ color:var(--ag-disabled-foreground-color, #ffffff80);
52206
52490
  left:0;
52207
52491
  margin-top:4px;
52208
52492
  overflow:hidden;
@@ -52580,7 +52864,7 @@ div[class*=ag-theme-salt]{
52580
52864
  background-color:#5b5c5c;
52581
52865
  background-color:var(--ag-border-color, #5b5c5c);
52582
52866
  border-radius:0;
52583
- color:transparent;
52867
+ color:#0000;
52584
52868
  height:3px;
52585
52869
  margin:0;
52586
52870
  padding:0;
@@ -52700,9 +52984,13 @@ div[class*=ag-theme-salt]{
52700
52984
  }
52701
52985
  .ag-theme-salt-touch-dark .ag-menu{
52702
52986
  background-color:var(--agGrid-background);
52987
+ border-color:var(--agGrid-menu-borderColor);
52703
52988
  color:var(--agGrid-menu-color);
52704
52989
  padding:var(--salt-spacing-100);
52705
52990
  }
52991
+ .ag-theme-salt-touch-dark .ag-popup-child:not(.ag-tooltip-custom){
52992
+ box-shadow:var(--agGrid-menu-shadow);
52993
+ }
52706
52994
  .ag-theme-salt-touch-dark .ag-menu .ag-tabs-body{
52707
52995
  padding:0;
52708
52996
  }
@@ -52845,15 +53133,35 @@ div[class*=ag-theme-salt]{
52845
53133
  font-size:var(--agGrid-header-fontSize);
52846
53134
  font-weight:var(--agGrid-header-fontWeight);
52847
53135
  }
53136
+ .ag-theme-salt-touch-dark .ag-header-icon{
53137
+ color:var(--agGrid-header-foreground);
53138
+ }
52848
53139
  .ag-theme-salt-touch-dark .ag-header-cell:after,.ag-theme-salt-touch-dark .ag-header-group-cell:after{
52849
53140
  height:var(--agGrid-column-separator-height);
52850
53141
  top:var(--agGrid-column-separator-top);
52851
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
+ }
52852
53158
  .ag-theme-salt-touch-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
52853
53159
  margin-right:auto;
53160
+ padding-left:var(--salt-spacing-100);
52854
53161
  }
52855
53162
  .ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
52856
53163
  margin-left:auto;
53164
+ padding-right:var(--salt-spacing-100);
52857
53165
  }
52858
53166
  .ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
52859
53167
  border:2px dotted var(--agGrid-color-focus);
@@ -52913,8 +53221,8 @@ div[class*=ag-theme-salt]{
52913
53221
  .ag-theme-salt-touch-dark .ag-cell.editable-cell,.ag-theme-salt-touch-dark .editable-numeric-cell{
52914
53222
  border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
52915
53223
  }
52916
- .ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
52917
- border-color:transparent !important;
53224
+ .ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-salt-touch-dark .ag-ltr .ag-cell-range-single-cell{
53225
+ border-color:#0000 !important;
52918
53226
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
52919
53227
  outline-offset:-2px;
52920
53228
  }
@@ -52925,9 +53233,9 @@ div[class*=ag-theme-salt]{
52925
53233
  overflow:visible;
52926
53234
  }
52927
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{
52928
- border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
53236
+ border-bottom:var(--agGrid-editableCell-cornerTag-size) solid #0000;
52929
53237
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
52930
- border-top:0 solid transparent;
53238
+ border-top:0 solid #0000;
52931
53239
  content:"";
52932
53240
  left:0;
52933
53241
  position:absolute;
@@ -53002,7 +53310,7 @@ div[class*=ag-theme-salt]{
53002
53310
  appearance:none;
53003
53311
  -webkit-appearance:none;
53004
53312
  background:var(--salt-actionable-secondary-background);
53005
- border:1px transparent;
53313
+ border:1px #0000;
53006
53314
  border-radius:0;
53007
53315
  color:var(--salt-actionable-secondary-foreground);
53008
53316
  cursor:pointer;
@@ -53133,6 +53441,13 @@ div[class*=ag-theme-salt]{
53133
53441
  outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
53134
53442
  outline-offset:-2px;
53135
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
+ }
53136
53451
  .ag-theme-salt-touch-dark .ag-pinned-right-header .ag-floating-filter{
53137
53452
  border-left:0;
53138
53453
  }