@salt-ds/ag-grid-theme 1.3.7 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/salt-ag-theme.css +421 -391
package/salt-ag-theme.css
CHANGED
|
@@ -91,7 +91,7 @@ div[class*=ag-theme-salt]{
|
|
|
91
91
|
);
|
|
92
92
|
--agGrid-header-foreground:var(
|
|
93
93
|
--saltAgGrid-header-foreground,
|
|
94
|
-
var(--salt-content-
|
|
94
|
+
var(--salt-content-secondary-foreground)
|
|
95
95
|
);
|
|
96
96
|
--agGrid-header-fontWeight:var(
|
|
97
97
|
--saltAgGrid-header-fontWeight,
|
|
@@ -494,7 +494,7 @@ div[class*=ag-theme-salt]{
|
|
|
494
494
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
495
495
|
}
|
|
496
496
|
.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
|
-
border-color:var(--ag-input-focus-border-color);
|
|
497
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
498
498
|
outline:none;
|
|
499
499
|
}
|
|
500
500
|
.ag-theme-salt-high-compact-dark input[class^=ag-]:not([type]):invalid,.ag-theme-salt-high-compact-dark input[class^=ag-][type=date]:invalid,.ag-theme-salt-high-compact-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-high-compact-dark input[class^=ag-][type=number]:invalid,.ag-theme-salt-high-compact-dark input[class^=ag-][type=tel]:invalid,.ag-theme-salt-high-compact-dark input[class^=ag-][type=text]:invalid,.ag-theme-salt-high-compact-dark textarea[class^=ag-]:invalid{
|
|
@@ -525,7 +525,7 @@ div[class*=ag-theme-salt]{
|
|
|
525
525
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
526
526
|
background-color:initial;
|
|
527
527
|
border:1px solid;
|
|
528
|
-
border-color:var(--ag-input-focus-border-color);
|
|
528
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
529
529
|
content:"";
|
|
530
530
|
display:block;
|
|
531
531
|
height:calc(100% - 8px);
|
|
@@ -947,7 +947,7 @@ div[class*=ag-theme-salt]{
|
|
|
947
947
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
948
948
|
background-color:initial;
|
|
949
949
|
border:1px solid;
|
|
950
|
-
border-color:var(--ag-input-focus-border-color);
|
|
950
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
951
951
|
content:"";
|
|
952
952
|
display:block;
|
|
953
953
|
height:100%;
|
|
@@ -971,7 +971,7 @@ div[class*=ag-theme-salt]{
|
|
|
971
971
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
972
972
|
background-color:initial;
|
|
973
973
|
border:1px solid;
|
|
974
|
-
border-color:var(--ag-input-focus-border-color);
|
|
974
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
975
975
|
content:"";
|
|
976
976
|
display:block;
|
|
977
977
|
height:calc(100% - 2px);
|
|
@@ -3727,7 +3727,7 @@ div[class*=ag-theme-salt]{
|
|
|
3727
3727
|
cursor:nwse-resize;
|
|
3728
3728
|
}
|
|
3729
3729
|
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing{
|
|
3730
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
3730
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
3731
3731
|
}
|
|
3732
3732
|
.ag-theme-salt-high-compact-dark .ag-menu{
|
|
3733
3733
|
background:#242526;
|
|
@@ -3809,7 +3809,7 @@ div[class*=ag-theme-salt]{
|
|
|
3809
3809
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
3810
3810
|
background-color:initial;
|
|
3811
3811
|
border:1px solid;
|
|
3812
|
-
border-color:var(--ag-input-focus-border-color);
|
|
3812
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
3813
3813
|
content:"";
|
|
3814
3814
|
display:block;
|
|
3815
3815
|
height:calc(100% - 8px);
|
|
@@ -3917,7 +3917,7 @@ div[class*=ag-theme-salt]{
|
|
|
3917
3917
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
3918
3918
|
background-color:initial;
|
|
3919
3919
|
border:1px solid;
|
|
3920
|
-
border-color:var(--ag-input-focus-border-color);
|
|
3920
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
3921
3921
|
content:"";
|
|
3922
3922
|
display:block;
|
|
3923
3923
|
height:calc(100% - 8px);
|
|
@@ -3972,7 +3972,7 @@ div[class*=ag-theme-salt]{
|
|
|
3972
3972
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
3973
3973
|
background-color:initial;
|
|
3974
3974
|
border:1px solid;
|
|
3975
|
-
border-color:var(--ag-input-focus-border-color);
|
|
3975
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
3976
3976
|
content:"";
|
|
3977
3977
|
display:block;
|
|
3978
3978
|
height:calc(100% - 8px);
|
|
@@ -4043,7 +4043,7 @@ div[class*=ag-theme-salt]{
|
|
|
4043
4043
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
4044
4044
|
background-color:initial;
|
|
4045
4045
|
border:1px solid;
|
|
4046
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4046
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4047
4047
|
content:"";
|
|
4048
4048
|
display:block;
|
|
4049
4049
|
height:calc(100% - 8px);
|
|
@@ -4259,7 +4259,7 @@ div[class*=ag-theme-salt]{
|
|
|
4259
4259
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
4260
4260
|
background-color:initial;
|
|
4261
4261
|
border:1px solid;
|
|
4262
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4262
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4263
4263
|
content:"";
|
|
4264
4264
|
display:block;
|
|
4265
4265
|
height:calc(100% - 8px);
|
|
@@ -4345,7 +4345,7 @@ div[class*=ag-theme-salt]{
|
|
|
4345
4345
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
4346
4346
|
background-color:initial;
|
|
4347
4347
|
border:1px solid;
|
|
4348
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4348
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4349
4349
|
content:"";
|
|
4350
4350
|
display:block;
|
|
4351
4351
|
height:calc(100% - 8px);
|
|
@@ -4361,7 +4361,7 @@ div[class*=ag-theme-salt]{
|
|
|
4361
4361
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
4362
4362
|
background-color:initial;
|
|
4363
4363
|
border:1px solid;
|
|
4364
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4364
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4365
4365
|
content:"";
|
|
4366
4366
|
display:block;
|
|
4367
4367
|
height:calc(100% - 8px);
|
|
@@ -4470,7 +4470,7 @@ div[class*=ag-theme-salt]{
|
|
|
4470
4470
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
4471
4471
|
background-color:initial;
|
|
4472
4472
|
border:1px solid;
|
|
4473
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4473
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4474
4474
|
content:"";
|
|
4475
4475
|
display:block;
|
|
4476
4476
|
height:100%;
|
|
@@ -4519,7 +4519,7 @@ div[class*=ag-theme-salt]{
|
|
|
4519
4519
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
4520
4520
|
background-color:initial;
|
|
4521
4521
|
border:1px solid;
|
|
4522
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4522
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4523
4523
|
content:"";
|
|
4524
4524
|
display:block;
|
|
4525
4525
|
height:calc(100% - 4px);
|
|
@@ -4642,7 +4642,7 @@ div[class*=ag-theme-salt]{
|
|
|
4642
4642
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
4643
4643
|
background-color:initial;
|
|
4644
4644
|
border:1px solid;
|
|
4645
|
-
border-color:var(--ag-input-focus-border-color);
|
|
4645
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
4646
4646
|
content:"";
|
|
4647
4647
|
display:block;
|
|
4648
4648
|
height:calc(100% - 2px);
|
|
@@ -5048,13 +5048,16 @@ div[class*=ag-theme-salt]{
|
|
|
5048
5048
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
5049
5049
|
}
|
|
5050
5050
|
.ag-theme-salt-high-compact-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
5051
|
-
background-color:var(--
|
|
5051
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
5052
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5052
5053
|
}
|
|
5053
5054
|
.ag-theme-salt-high-compact-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
5054
|
-
background-color:var(--
|
|
5055
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
5056
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5055
5057
|
}
|
|
5056
5058
|
.ag-theme-salt-high-compact-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
5057
|
-
background-color:var(--
|
|
5059
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
5060
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5058
5061
|
}
|
|
5059
5062
|
.ag-theme-salt-high-compact-dark input[class^=ag-][type=range]:disabled{
|
|
5060
5063
|
opacity:.5;
|
|
@@ -5062,11 +5065,6 @@ div[class*=ag-theme-salt]{
|
|
|
5062
5065
|
.ag-theme-salt-high-compact-dark .ag-root-wrapper{
|
|
5063
5066
|
border:none;
|
|
5064
5067
|
}
|
|
5065
|
-
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
5066
|
-
border:none;
|
|
5067
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
5068
|
-
outline-offset:-2px;
|
|
5069
|
-
}
|
|
5070
5068
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
5071
5069
|
align-items:center;
|
|
5072
5070
|
}
|
|
@@ -5309,9 +5307,6 @@ div[class*=ag-theme-salt]{
|
|
|
5309
5307
|
padding-left:var(--salt-spacing-100);
|
|
5310
5308
|
padding-right:var(--salt-spacing-100);
|
|
5311
5309
|
}
|
|
5312
|
-
.ag-theme-salt-high-compact-dark .ag-cell-wrapper{
|
|
5313
|
-
height:100%;
|
|
5314
|
-
}
|
|
5315
5310
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell{
|
|
5316
5311
|
border:none;
|
|
5317
5312
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -5324,37 +5319,45 @@ div[class*=ag-theme-salt]{
|
|
|
5324
5319
|
text-align:right;
|
|
5325
5320
|
}
|
|
5326
5321
|
.ag-theme-salt-high-compact-dark .ag-cell.editable-cell,.ag-theme-salt-high-compact-dark .editable-numeric-cell{
|
|
5327
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
5322
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
5323
|
+
}
|
|
5324
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
5325
|
+
border-color:transparent !important;
|
|
5326
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
5327
|
+
outline-offset:-2px;
|
|
5328
|
+
}
|
|
5329
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
5330
|
+
background-color:var(--salt-container-primary-background);
|
|
5328
5331
|
}
|
|
5329
|
-
.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-compact-dark .editable-numeric-cell.ag-cell-focus:focus{
|
|
5330
|
-
clip-path:inset(0, 0);
|
|
5332
|
+
.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-compact-dark .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-high-compact-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
5331
5333
|
overflow:visible;
|
|
5332
5334
|
}
|
|
5333
|
-
.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{
|
|
5335
|
+
.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{
|
|
5334
5336
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
5335
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
5337
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
5336
5338
|
border-top:0 solid transparent;
|
|
5337
5339
|
content:"";
|
|
5338
5340
|
left:0;
|
|
5339
5341
|
position:absolute;
|
|
5340
5342
|
top:0;
|
|
5343
|
+
transform:translate(-1px, -1px);
|
|
5341
5344
|
z-index:2;
|
|
5342
5345
|
}
|
|
5343
|
-
.ag-theme-salt-high-compact-dark .ag-cell
|
|
5344
|
-
|
|
5346
|
+
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-inline-editing{
|
|
5347
|
+
padding:0;
|
|
5345
5348
|
}
|
|
5346
|
-
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing
|
|
5347
|
-
|
|
5349
|
+
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing input{
|
|
5350
|
+
background-color:initial;
|
|
5348
5351
|
}
|
|
5349
|
-
.ag-theme-salt-high-compact-dark .ag-cell
|
|
5350
|
-
|
|
5352
|
+
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
5353
|
+
text-align:right;
|
|
5351
5354
|
}
|
|
5352
|
-
.ag-theme-salt-high-compact-dark .ag-cell-editor .ag-input-field-input{
|
|
5355
|
+
.ag-theme-salt-high-compact-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
5353
5356
|
padding-left:4px;
|
|
5354
5357
|
padding-right:4px;
|
|
5355
5358
|
}
|
|
5356
5359
|
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
5357
|
-
border-left:
|
|
5360
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
5358
5361
|
content:"";
|
|
5359
5362
|
height:100%;
|
|
5360
5363
|
left:0;
|
|
@@ -5774,7 +5777,7 @@ div[class*=ag-theme-salt]{
|
|
|
5774
5777
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
5775
5778
|
}
|
|
5776
5779
|
.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{
|
|
5777
|
-
border-color:var(--ag-input-focus-border-color);
|
|
5780
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5778
5781
|
outline:none;
|
|
5779
5782
|
}
|
|
5780
5783
|
.ag-theme-salt-high-compact-light input[class^=ag-]:not([type]):invalid,.ag-theme-salt-high-compact-light input[class^=ag-][type=date]:invalid,.ag-theme-salt-high-compact-light input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-high-compact-light input[class^=ag-][type=number]:invalid,.ag-theme-salt-high-compact-light input[class^=ag-][type=tel]:invalid,.ag-theme-salt-high-compact-light input[class^=ag-][type=text]:invalid,.ag-theme-salt-high-compact-light textarea[class^=ag-]:invalid{
|
|
@@ -5805,7 +5808,7 @@ div[class*=ag-theme-salt]{
|
|
|
5805
5808
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
5806
5809
|
background-color:initial;
|
|
5807
5810
|
border:1px solid;
|
|
5808
|
-
border-color:var(--ag-input-focus-border-color);
|
|
5811
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5809
5812
|
content:"";
|
|
5810
5813
|
display:block;
|
|
5811
5814
|
height:calc(100% - 8px);
|
|
@@ -6227,7 +6230,7 @@ div[class*=ag-theme-salt]{
|
|
|
6227
6230
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
6228
6231
|
background-color:initial;
|
|
6229
6232
|
border:1px solid;
|
|
6230
|
-
border-color:var(--ag-input-focus-border-color);
|
|
6233
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
6231
6234
|
content:"";
|
|
6232
6235
|
display:block;
|
|
6233
6236
|
height:100%;
|
|
@@ -6251,7 +6254,7 @@ div[class*=ag-theme-salt]{
|
|
|
6251
6254
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
6252
6255
|
background-color:initial;
|
|
6253
6256
|
border:1px solid;
|
|
6254
|
-
border-color:var(--ag-input-focus-border-color);
|
|
6257
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
6255
6258
|
content:"";
|
|
6256
6259
|
display:block;
|
|
6257
6260
|
height:calc(100% - 2px);
|
|
@@ -9007,7 +9010,7 @@ div[class*=ag-theme-salt]{
|
|
|
9007
9010
|
cursor:nwse-resize;
|
|
9008
9011
|
}
|
|
9009
9012
|
.ag-theme-salt-high-compact-light .ag-cell-inline-editing{
|
|
9010
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
9013
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
9011
9014
|
}
|
|
9012
9015
|
.ag-theme-salt-high-compact-light .ag-menu{
|
|
9013
9016
|
background:#fff;
|
|
@@ -9089,7 +9092,7 @@ div[class*=ag-theme-salt]{
|
|
|
9089
9092
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
9090
9093
|
background-color:initial;
|
|
9091
9094
|
border:1px solid;
|
|
9092
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9095
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9093
9096
|
content:"";
|
|
9094
9097
|
display:block;
|
|
9095
9098
|
height:calc(100% - 8px);
|
|
@@ -9197,7 +9200,7 @@ div[class*=ag-theme-salt]{
|
|
|
9197
9200
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
9198
9201
|
background-color:initial;
|
|
9199
9202
|
border:1px solid;
|
|
9200
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9203
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9201
9204
|
content:"";
|
|
9202
9205
|
display:block;
|
|
9203
9206
|
height:calc(100% - 8px);
|
|
@@ -9252,7 +9255,7 @@ div[class*=ag-theme-salt]{
|
|
|
9252
9255
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
9253
9256
|
background-color:initial;
|
|
9254
9257
|
border:1px solid;
|
|
9255
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9258
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9256
9259
|
content:"";
|
|
9257
9260
|
display:block;
|
|
9258
9261
|
height:calc(100% - 8px);
|
|
@@ -9323,7 +9326,7 @@ div[class*=ag-theme-salt]{
|
|
|
9323
9326
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
9324
9327
|
background-color:initial;
|
|
9325
9328
|
border:1px solid;
|
|
9326
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9329
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9327
9330
|
content:"";
|
|
9328
9331
|
display:block;
|
|
9329
9332
|
height:calc(100% - 8px);
|
|
@@ -9539,7 +9542,7 @@ div[class*=ag-theme-salt]{
|
|
|
9539
9542
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
9540
9543
|
background-color:initial;
|
|
9541
9544
|
border:1px solid;
|
|
9542
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9545
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9543
9546
|
content:"";
|
|
9544
9547
|
display:block;
|
|
9545
9548
|
height:calc(100% - 8px);
|
|
@@ -9625,7 +9628,7 @@ div[class*=ag-theme-salt]{
|
|
|
9625
9628
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
9626
9629
|
background-color:initial;
|
|
9627
9630
|
border:1px solid;
|
|
9628
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9631
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9629
9632
|
content:"";
|
|
9630
9633
|
display:block;
|
|
9631
9634
|
height:calc(100% - 8px);
|
|
@@ -9641,7 +9644,7 @@ div[class*=ag-theme-salt]{
|
|
|
9641
9644
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
9642
9645
|
background-color:initial;
|
|
9643
9646
|
border:1px solid;
|
|
9644
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9647
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9645
9648
|
content:"";
|
|
9646
9649
|
display:block;
|
|
9647
9650
|
height:calc(100% - 8px);
|
|
@@ -9750,7 +9753,7 @@ div[class*=ag-theme-salt]{
|
|
|
9750
9753
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
9751
9754
|
background-color:initial;
|
|
9752
9755
|
border:1px solid;
|
|
9753
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9756
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9754
9757
|
content:"";
|
|
9755
9758
|
display:block;
|
|
9756
9759
|
height:100%;
|
|
@@ -9799,7 +9802,7 @@ div[class*=ag-theme-salt]{
|
|
|
9799
9802
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
9800
9803
|
background-color:initial;
|
|
9801
9804
|
border:1px solid;
|
|
9802
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9805
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9803
9806
|
content:"";
|
|
9804
9807
|
display:block;
|
|
9805
9808
|
height:calc(100% - 4px);
|
|
@@ -9922,7 +9925,7 @@ div[class*=ag-theme-salt]{
|
|
|
9922
9925
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
9923
9926
|
background-color:initial;
|
|
9924
9927
|
border:1px solid;
|
|
9925
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9928
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9926
9929
|
content:"";
|
|
9927
9930
|
display:block;
|
|
9928
9931
|
height:calc(100% - 2px);
|
|
@@ -10328,13 +10331,16 @@ div[class*=ag-theme-salt]{
|
|
|
10328
10331
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
10329
10332
|
}
|
|
10330
10333
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
10331
|
-
background-color:var(--
|
|
10334
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
10335
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
10332
10336
|
}
|
|
10333
10337
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
10334
|
-
background-color:var(--
|
|
10338
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
10339
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
10335
10340
|
}
|
|
10336
10341
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-ms-track{
|
|
10337
|
-
background-color:var(--
|
|
10342
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
10343
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
10338
10344
|
}
|
|
10339
10345
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:disabled{
|
|
10340
10346
|
opacity:.5;
|
|
@@ -10342,11 +10348,6 @@ div[class*=ag-theme-salt]{
|
|
|
10342
10348
|
.ag-theme-salt-high-compact-light .ag-root-wrapper{
|
|
10343
10349
|
border:none;
|
|
10344
10350
|
}
|
|
10345
|
-
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
10346
|
-
border:none;
|
|
10347
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
10348
|
-
outline-offset:-2px;
|
|
10349
|
-
}
|
|
10350
10351
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
10351
10352
|
align-items:center;
|
|
10352
10353
|
}
|
|
@@ -10589,9 +10590,6 @@ div[class*=ag-theme-salt]{
|
|
|
10589
10590
|
padding-left:var(--salt-spacing-100);
|
|
10590
10591
|
padding-right:var(--salt-spacing-100);
|
|
10591
10592
|
}
|
|
10592
|
-
.ag-theme-salt-high-compact-light .ag-cell-wrapper{
|
|
10593
|
-
height:100%;
|
|
10594
|
-
}
|
|
10595
10593
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
|
|
10596
10594
|
border:none;
|
|
10597
10595
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -10604,37 +10602,45 @@ div[class*=ag-theme-salt]{
|
|
|
10604
10602
|
text-align:right;
|
|
10605
10603
|
}
|
|
10606
10604
|
.ag-theme-salt-high-compact-light .ag-cell.editable-cell,.ag-theme-salt-high-compact-light .editable-numeric-cell{
|
|
10607
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
10605
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
10606
|
+
}
|
|
10607
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
10608
|
+
border-color:transparent !important;
|
|
10609
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
10610
|
+
outline-offset:-2px;
|
|
10608
10611
|
}
|
|
10609
|
-
.ag-theme-salt-high-compact-light .ag-
|
|
10610
|
-
|
|
10612
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
10613
|
+
background-color:var(--salt-container-primary-background);
|
|
10614
|
+
}
|
|
10615
|
+
.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-high-compact-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
10611
10616
|
overflow:visible;
|
|
10612
10617
|
}
|
|
10613
|
-
.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{
|
|
10618
|
+
.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{
|
|
10614
10619
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
10615
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
10620
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
10616
10621
|
border-top:0 solid transparent;
|
|
10617
10622
|
content:"";
|
|
10618
10623
|
left:0;
|
|
10619
10624
|
position:absolute;
|
|
10620
10625
|
top:0;
|
|
10626
|
+
transform:translate(-1px, -1px);
|
|
10621
10627
|
z-index:2;
|
|
10622
10628
|
}
|
|
10623
|
-
.ag-theme-salt-high-compact-light .ag-cell
|
|
10624
|
-
|
|
10629
|
+
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-inline-editing{
|
|
10630
|
+
padding:0;
|
|
10625
10631
|
}
|
|
10626
|
-
.ag-theme-salt-high-compact-light .ag-cell-inline-editing
|
|
10627
|
-
|
|
10632
|
+
.ag-theme-salt-high-compact-light .ag-cell-inline-editing input{
|
|
10633
|
+
background-color:initial;
|
|
10628
10634
|
}
|
|
10629
|
-
.ag-theme-salt-high-compact-light .ag-cell
|
|
10630
|
-
|
|
10635
|
+
.ag-theme-salt-high-compact-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
10636
|
+
text-align:right;
|
|
10631
10637
|
}
|
|
10632
|
-
.ag-theme-salt-high-compact-light .ag-cell-editor .ag-input-field-input{
|
|
10638
|
+
.ag-theme-salt-high-compact-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
10633
10639
|
padding-left:4px;
|
|
10634
10640
|
padding-right:4px;
|
|
10635
10641
|
}
|
|
10636
10642
|
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
10637
|
-
border-left:
|
|
10643
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
10638
10644
|
content:"";
|
|
10639
10645
|
height:100%;
|
|
10640
10646
|
left:0;
|
|
@@ -11063,7 +11069,7 @@ div[class*=ag-theme-salt]{
|
|
|
11063
11069
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
11064
11070
|
}
|
|
11065
11071
|
.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{
|
|
11066
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11072
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11067
11073
|
outline:none;
|
|
11068
11074
|
}
|
|
11069
11075
|
.ag-theme-salt-high-dark input[class^=ag-]:not([type]):invalid,.ag-theme-salt-high-dark input[class^=ag-][type=date]:invalid,.ag-theme-salt-high-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-high-dark input[class^=ag-][type=number]:invalid,.ag-theme-salt-high-dark input[class^=ag-][type=tel]:invalid,.ag-theme-salt-high-dark input[class^=ag-][type=text]:invalid,.ag-theme-salt-high-dark textarea[class^=ag-]:invalid{
|
|
@@ -11094,7 +11100,7 @@ div[class*=ag-theme-salt]{
|
|
|
11094
11100
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
11095
11101
|
background-color:initial;
|
|
11096
11102
|
border:1px solid;
|
|
11097
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11103
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11098
11104
|
content:"";
|
|
11099
11105
|
display:block;
|
|
11100
11106
|
height:calc(100% - 8px);
|
|
@@ -11516,7 +11522,7 @@ div[class*=ag-theme-salt]{
|
|
|
11516
11522
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
11517
11523
|
background-color:initial;
|
|
11518
11524
|
border:1px solid;
|
|
11519
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11525
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11520
11526
|
content:"";
|
|
11521
11527
|
display:block;
|
|
11522
11528
|
height:100%;
|
|
@@ -11540,7 +11546,7 @@ div[class*=ag-theme-salt]{
|
|
|
11540
11546
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
11541
11547
|
background-color:initial;
|
|
11542
11548
|
border:1px solid;
|
|
11543
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11549
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11544
11550
|
content:"";
|
|
11545
11551
|
display:block;
|
|
11546
11552
|
height:calc(100% - 2px);
|
|
@@ -14296,7 +14302,7 @@ div[class*=ag-theme-salt]{
|
|
|
14296
14302
|
cursor:nwse-resize;
|
|
14297
14303
|
}
|
|
14298
14304
|
.ag-theme-salt-high-dark .ag-cell-inline-editing{
|
|
14299
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
14305
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
14300
14306
|
}
|
|
14301
14307
|
.ag-theme-salt-high-dark .ag-menu{
|
|
14302
14308
|
background:#242526;
|
|
@@ -14378,7 +14384,7 @@ div[class*=ag-theme-salt]{
|
|
|
14378
14384
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
14379
14385
|
background-color:initial;
|
|
14380
14386
|
border:1px solid;
|
|
14381
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14387
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14382
14388
|
content:"";
|
|
14383
14389
|
display:block;
|
|
14384
14390
|
height:calc(100% - 8px);
|
|
@@ -14486,7 +14492,7 @@ div[class*=ag-theme-salt]{
|
|
|
14486
14492
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
14487
14493
|
background-color:initial;
|
|
14488
14494
|
border:1px solid;
|
|
14489
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14495
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14490
14496
|
content:"";
|
|
14491
14497
|
display:block;
|
|
14492
14498
|
height:calc(100% - 8px);
|
|
@@ -14541,7 +14547,7 @@ div[class*=ag-theme-salt]{
|
|
|
14541
14547
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
14542
14548
|
background-color:initial;
|
|
14543
14549
|
border:1px solid;
|
|
14544
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14550
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14545
14551
|
content:"";
|
|
14546
14552
|
display:block;
|
|
14547
14553
|
height:calc(100% - 8px);
|
|
@@ -14612,7 +14618,7 @@ div[class*=ag-theme-salt]{
|
|
|
14612
14618
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
14613
14619
|
background-color:initial;
|
|
14614
14620
|
border:1px solid;
|
|
14615
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14621
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14616
14622
|
content:"";
|
|
14617
14623
|
display:block;
|
|
14618
14624
|
height:calc(100% - 8px);
|
|
@@ -14828,7 +14834,7 @@ div[class*=ag-theme-salt]{
|
|
|
14828
14834
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
14829
14835
|
background-color:initial;
|
|
14830
14836
|
border:1px solid;
|
|
14831
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14837
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14832
14838
|
content:"";
|
|
14833
14839
|
display:block;
|
|
14834
14840
|
height:calc(100% - 8px);
|
|
@@ -14914,7 +14920,7 @@ div[class*=ag-theme-salt]{
|
|
|
14914
14920
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
14915
14921
|
background-color:initial;
|
|
14916
14922
|
border:1px solid;
|
|
14917
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14923
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14918
14924
|
content:"";
|
|
14919
14925
|
display:block;
|
|
14920
14926
|
height:calc(100% - 8px);
|
|
@@ -14930,7 +14936,7 @@ div[class*=ag-theme-salt]{
|
|
|
14930
14936
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
14931
14937
|
background-color:initial;
|
|
14932
14938
|
border:1px solid;
|
|
14933
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14939
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14934
14940
|
content:"";
|
|
14935
14941
|
display:block;
|
|
14936
14942
|
height:calc(100% - 8px);
|
|
@@ -15039,7 +15045,7 @@ div[class*=ag-theme-salt]{
|
|
|
15039
15045
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
15040
15046
|
background-color:initial;
|
|
15041
15047
|
border:1px solid;
|
|
15042
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15048
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15043
15049
|
content:"";
|
|
15044
15050
|
display:block;
|
|
15045
15051
|
height:100%;
|
|
@@ -15088,7 +15094,7 @@ div[class*=ag-theme-salt]{
|
|
|
15088
15094
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
15089
15095
|
background-color:initial;
|
|
15090
15096
|
border:1px solid;
|
|
15091
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15097
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15092
15098
|
content:"";
|
|
15093
15099
|
display:block;
|
|
15094
15100
|
height:calc(100% - 4px);
|
|
@@ -15211,7 +15217,7 @@ div[class*=ag-theme-salt]{
|
|
|
15211
15217
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
15212
15218
|
background-color:initial;
|
|
15213
15219
|
border:1px solid;
|
|
15214
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15220
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15215
15221
|
content:"";
|
|
15216
15222
|
display:block;
|
|
15217
15223
|
height:calc(100% - 2px);
|
|
@@ -15617,13 +15623,16 @@ div[class*=ag-theme-salt]{
|
|
|
15617
15623
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
15618
15624
|
}
|
|
15619
15625
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
15620
|
-
background-color:var(--
|
|
15626
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
15627
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15621
15628
|
}
|
|
15622
15629
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
15623
|
-
background-color:var(--
|
|
15630
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
15631
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15624
15632
|
}
|
|
15625
15633
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
15626
|
-
background-color:var(--
|
|
15634
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
15635
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15627
15636
|
}
|
|
15628
15637
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:disabled{
|
|
15629
15638
|
opacity:.5;
|
|
@@ -15631,11 +15640,6 @@ div[class*=ag-theme-salt]{
|
|
|
15631
15640
|
.ag-theme-salt-high-dark .ag-root-wrapper{
|
|
15632
15641
|
border:none;
|
|
15633
15642
|
}
|
|
15634
|
-
.ag-theme-salt-high-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
15635
|
-
border:none;
|
|
15636
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
15637
|
-
outline-offset:-2px;
|
|
15638
|
-
}
|
|
15639
15643
|
.ag-theme-salt-high-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
15640
15644
|
align-items:center;
|
|
15641
15645
|
}
|
|
@@ -15878,9 +15882,6 @@ div[class*=ag-theme-salt]{
|
|
|
15878
15882
|
padding-left:var(--salt-spacing-100);
|
|
15879
15883
|
padding-right:var(--salt-spacing-100);
|
|
15880
15884
|
}
|
|
15881
|
-
.ag-theme-salt-high-dark .ag-cell-wrapper{
|
|
15882
|
-
height:100%;
|
|
15883
|
-
}
|
|
15884
15885
|
.ag-theme-salt-high-dark .ag-ltr .ag-cell{
|
|
15885
15886
|
border:none;
|
|
15886
15887
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -15893,37 +15894,45 @@ div[class*=ag-theme-salt]{
|
|
|
15893
15894
|
text-align:right;
|
|
15894
15895
|
}
|
|
15895
15896
|
.ag-theme-salt-high-dark .ag-cell.editable-cell,.ag-theme-salt-high-dark .editable-numeric-cell{
|
|
15896
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
15897
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
15897
15898
|
}
|
|
15898
|
-
.ag-theme-salt-high-dark .ag-
|
|
15899
|
-
|
|
15899
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
15900
|
+
border-color:transparent !important;
|
|
15901
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
15902
|
+
outline-offset:-2px;
|
|
15903
|
+
}
|
|
15904
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
15905
|
+
background-color:var(--salt-container-primary-background);
|
|
15906
|
+
}
|
|
15907
|
+
.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-high-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
15900
15908
|
overflow:visible;
|
|
15901
15909
|
}
|
|
15902
|
-
.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{
|
|
15910
|
+
.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{
|
|
15903
15911
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
15904
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
15912
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
15905
15913
|
border-top:0 solid transparent;
|
|
15906
15914
|
content:"";
|
|
15907
15915
|
left:0;
|
|
15908
15916
|
position:absolute;
|
|
15909
15917
|
top:0;
|
|
15918
|
+
transform:translate(-1px, -1px);
|
|
15910
15919
|
z-index:2;
|
|
15911
15920
|
}
|
|
15912
|
-
.ag-theme-salt-high-dark .ag-cell
|
|
15913
|
-
|
|
15921
|
+
.ag-theme-salt-high-dark .ag-cell.ag-cell-inline-editing{
|
|
15922
|
+
padding:0;
|
|
15914
15923
|
}
|
|
15915
|
-
.ag-theme-salt-high-dark .ag-cell-inline-editing
|
|
15916
|
-
|
|
15924
|
+
.ag-theme-salt-high-dark .ag-cell-inline-editing input{
|
|
15925
|
+
background-color:initial;
|
|
15917
15926
|
}
|
|
15918
|
-
.ag-theme-salt-high-dark .ag-cell
|
|
15919
|
-
|
|
15927
|
+
.ag-theme-salt-high-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
15928
|
+
text-align:right;
|
|
15920
15929
|
}
|
|
15921
|
-
.ag-theme-salt-high-dark .ag-cell-editor .ag-input-field-input{
|
|
15930
|
+
.ag-theme-salt-high-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
15922
15931
|
padding-left:4px;
|
|
15923
15932
|
padding-right:4px;
|
|
15924
15933
|
}
|
|
15925
15934
|
.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
15926
|
-
border-left:
|
|
15935
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
15927
15936
|
content:"";
|
|
15928
15937
|
height:100%;
|
|
15929
15938
|
left:0;
|
|
@@ -16343,7 +16352,7 @@ div[class*=ag-theme-salt]{
|
|
|
16343
16352
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
16344
16353
|
}
|
|
16345
16354
|
.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{
|
|
16346
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16355
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16347
16356
|
outline:none;
|
|
16348
16357
|
}
|
|
16349
16358
|
.ag-theme-salt-high-light input[class^=ag-]:not([type]):invalid,.ag-theme-salt-high-light input[class^=ag-][type=date]:invalid,.ag-theme-salt-high-light input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-high-light input[class^=ag-][type=number]:invalid,.ag-theme-salt-high-light input[class^=ag-][type=tel]:invalid,.ag-theme-salt-high-light input[class^=ag-][type=text]:invalid,.ag-theme-salt-high-light textarea[class^=ag-]:invalid{
|
|
@@ -16374,7 +16383,7 @@ div[class*=ag-theme-salt]{
|
|
|
16374
16383
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
16375
16384
|
background-color:initial;
|
|
16376
16385
|
border:1px solid;
|
|
16377
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16386
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16378
16387
|
content:"";
|
|
16379
16388
|
display:block;
|
|
16380
16389
|
height:calc(100% - 8px);
|
|
@@ -16796,7 +16805,7 @@ div[class*=ag-theme-salt]{
|
|
|
16796
16805
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
16797
16806
|
background-color:initial;
|
|
16798
16807
|
border:1px solid;
|
|
16799
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16808
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16800
16809
|
content:"";
|
|
16801
16810
|
display:block;
|
|
16802
16811
|
height:100%;
|
|
@@ -16820,7 +16829,7 @@ div[class*=ag-theme-salt]{
|
|
|
16820
16829
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
16821
16830
|
background-color:initial;
|
|
16822
16831
|
border:1px solid;
|
|
16823
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16832
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16824
16833
|
content:"";
|
|
16825
16834
|
display:block;
|
|
16826
16835
|
height:calc(100% - 2px);
|
|
@@ -19576,7 +19585,7 @@ div[class*=ag-theme-salt]{
|
|
|
19576
19585
|
cursor:nwse-resize;
|
|
19577
19586
|
}
|
|
19578
19587
|
.ag-theme-salt-high-light .ag-cell-inline-editing{
|
|
19579
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
19588
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
19580
19589
|
}
|
|
19581
19590
|
.ag-theme-salt-high-light .ag-menu{
|
|
19582
19591
|
background:#fff;
|
|
@@ -19658,7 +19667,7 @@ div[class*=ag-theme-salt]{
|
|
|
19658
19667
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
19659
19668
|
background-color:initial;
|
|
19660
19669
|
border:1px solid;
|
|
19661
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19670
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19662
19671
|
content:"";
|
|
19663
19672
|
display:block;
|
|
19664
19673
|
height:calc(100% - 8px);
|
|
@@ -19766,7 +19775,7 @@ div[class*=ag-theme-salt]{
|
|
|
19766
19775
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
19767
19776
|
background-color:initial;
|
|
19768
19777
|
border:1px solid;
|
|
19769
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19778
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19770
19779
|
content:"";
|
|
19771
19780
|
display:block;
|
|
19772
19781
|
height:calc(100% - 8px);
|
|
@@ -19821,7 +19830,7 @@ div[class*=ag-theme-salt]{
|
|
|
19821
19830
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
19822
19831
|
background-color:initial;
|
|
19823
19832
|
border:1px solid;
|
|
19824
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19833
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19825
19834
|
content:"";
|
|
19826
19835
|
display:block;
|
|
19827
19836
|
height:calc(100% - 8px);
|
|
@@ -19892,7 +19901,7 @@ div[class*=ag-theme-salt]{
|
|
|
19892
19901
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
19893
19902
|
background-color:initial;
|
|
19894
19903
|
border:1px solid;
|
|
19895
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19904
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19896
19905
|
content:"";
|
|
19897
19906
|
display:block;
|
|
19898
19907
|
height:calc(100% - 8px);
|
|
@@ -20108,7 +20117,7 @@ div[class*=ag-theme-salt]{
|
|
|
20108
20117
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
20109
20118
|
background-color:initial;
|
|
20110
20119
|
border:1px solid;
|
|
20111
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20120
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20112
20121
|
content:"";
|
|
20113
20122
|
display:block;
|
|
20114
20123
|
height:calc(100% - 8px);
|
|
@@ -20194,7 +20203,7 @@ div[class*=ag-theme-salt]{
|
|
|
20194
20203
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
20195
20204
|
background-color:initial;
|
|
20196
20205
|
border:1px solid;
|
|
20197
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20206
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20198
20207
|
content:"";
|
|
20199
20208
|
display:block;
|
|
20200
20209
|
height:calc(100% - 8px);
|
|
@@ -20210,7 +20219,7 @@ div[class*=ag-theme-salt]{
|
|
|
20210
20219
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
20211
20220
|
background-color:initial;
|
|
20212
20221
|
border:1px solid;
|
|
20213
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20222
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20214
20223
|
content:"";
|
|
20215
20224
|
display:block;
|
|
20216
20225
|
height:calc(100% - 8px);
|
|
@@ -20319,7 +20328,7 @@ div[class*=ag-theme-salt]{
|
|
|
20319
20328
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
20320
20329
|
background-color:initial;
|
|
20321
20330
|
border:1px solid;
|
|
20322
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20331
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20323
20332
|
content:"";
|
|
20324
20333
|
display:block;
|
|
20325
20334
|
height:100%;
|
|
@@ -20368,7 +20377,7 @@ div[class*=ag-theme-salt]{
|
|
|
20368
20377
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
20369
20378
|
background-color:initial;
|
|
20370
20379
|
border:1px solid;
|
|
20371
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20380
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20372
20381
|
content:"";
|
|
20373
20382
|
display:block;
|
|
20374
20383
|
height:calc(100% - 4px);
|
|
@@ -20491,7 +20500,7 @@ div[class*=ag-theme-salt]{
|
|
|
20491
20500
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
20492
20501
|
background-color:initial;
|
|
20493
20502
|
border:1px solid;
|
|
20494
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20503
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20495
20504
|
content:"";
|
|
20496
20505
|
display:block;
|
|
20497
20506
|
height:calc(100% - 2px);
|
|
@@ -20897,13 +20906,16 @@ div[class*=ag-theme-salt]{
|
|
|
20897
20906
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
20898
20907
|
}
|
|
20899
20908
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
20900
|
-
background-color:var(--
|
|
20909
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
20910
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20901
20911
|
}
|
|
20902
20912
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
20903
|
-
background-color:var(--
|
|
20913
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
20914
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20904
20915
|
}
|
|
20905
20916
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-ms-track{
|
|
20906
|
-
background-color:var(--
|
|
20917
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
20918
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20907
20919
|
}
|
|
20908
20920
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:disabled{
|
|
20909
20921
|
opacity:.5;
|
|
@@ -20911,11 +20923,6 @@ div[class*=ag-theme-salt]{
|
|
|
20911
20923
|
.ag-theme-salt-high-light .ag-root-wrapper{
|
|
20912
20924
|
border:none;
|
|
20913
20925
|
}
|
|
20914
|
-
.ag-theme-salt-high-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
20915
|
-
border:none;
|
|
20916
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
20917
|
-
outline-offset:-2px;
|
|
20918
|
-
}
|
|
20919
20926
|
.ag-theme-salt-high-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-light .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
20920
20927
|
align-items:center;
|
|
20921
20928
|
}
|
|
@@ -21158,9 +21165,6 @@ div[class*=ag-theme-salt]{
|
|
|
21158
21165
|
padding-left:var(--salt-spacing-100);
|
|
21159
21166
|
padding-right:var(--salt-spacing-100);
|
|
21160
21167
|
}
|
|
21161
|
-
.ag-theme-salt-high-light .ag-cell-wrapper{
|
|
21162
|
-
height:100%;
|
|
21163
|
-
}
|
|
21164
21168
|
.ag-theme-salt-high-light .ag-ltr .ag-cell{
|
|
21165
21169
|
border:none;
|
|
21166
21170
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -21173,37 +21177,45 @@ div[class*=ag-theme-salt]{
|
|
|
21173
21177
|
text-align:right;
|
|
21174
21178
|
}
|
|
21175
21179
|
.ag-theme-salt-high-light .ag-cell.editable-cell,.ag-theme-salt-high-light .editable-numeric-cell{
|
|
21176
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
21180
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
21181
|
+
}
|
|
21182
|
+
.ag-theme-salt-high-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
21183
|
+
border-color:transparent !important;
|
|
21184
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
21185
|
+
outline-offset:-2px;
|
|
21186
|
+
}
|
|
21187
|
+
.ag-theme-salt-high-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
21188
|
+
background-color:var(--salt-container-primary-background);
|
|
21177
21189
|
}
|
|
21178
|
-
.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-light .editable-numeric-cell.ag-cell-focus:focus{
|
|
21179
|
-
clip-path:inset(0, 0);
|
|
21190
|
+
.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-light .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-high-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
21180
21191
|
overflow:visible;
|
|
21181
21192
|
}
|
|
21182
|
-
.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{
|
|
21193
|
+
.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{
|
|
21183
21194
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
21184
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
21195
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
21185
21196
|
border-top:0 solid transparent;
|
|
21186
21197
|
content:"";
|
|
21187
21198
|
left:0;
|
|
21188
21199
|
position:absolute;
|
|
21189
21200
|
top:0;
|
|
21201
|
+
transform:translate(-1px, -1px);
|
|
21190
21202
|
z-index:2;
|
|
21191
21203
|
}
|
|
21192
|
-
.ag-theme-salt-high-light .ag-cell
|
|
21193
|
-
|
|
21204
|
+
.ag-theme-salt-high-light .ag-cell.ag-cell-inline-editing{
|
|
21205
|
+
padding:0;
|
|
21194
21206
|
}
|
|
21195
|
-
.ag-theme-salt-high-light .ag-cell-inline-editing
|
|
21196
|
-
|
|
21207
|
+
.ag-theme-salt-high-light .ag-cell-inline-editing input{
|
|
21208
|
+
background-color:initial;
|
|
21197
21209
|
}
|
|
21198
|
-
.ag-theme-salt-high-light .ag-cell
|
|
21199
|
-
|
|
21210
|
+
.ag-theme-salt-high-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
21211
|
+
text-align:right;
|
|
21200
21212
|
}
|
|
21201
|
-
.ag-theme-salt-high-light .ag-cell-editor .ag-input-field-input{
|
|
21213
|
+
.ag-theme-salt-high-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
21202
21214
|
padding-left:4px;
|
|
21203
21215
|
padding-right:4px;
|
|
21204
21216
|
}
|
|
21205
21217
|
.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
21206
|
-
border-left:
|
|
21218
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
21207
21219
|
content:"";
|
|
21208
21220
|
height:100%;
|
|
21209
21221
|
left:0;
|
|
@@ -21633,7 +21645,7 @@ div[class*=ag-theme-salt]{
|
|
|
21633
21645
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
21634
21646
|
}
|
|
21635
21647
|
.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{
|
|
21636
|
-
border-color:var(--ag-input-focus-border-color);
|
|
21648
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
21637
21649
|
outline:none;
|
|
21638
21650
|
}
|
|
21639
21651
|
.ag-theme-salt-medium-dark input[class^=ag-]:not([type]):invalid,.ag-theme-salt-medium-dark input[class^=ag-][type=date]:invalid,.ag-theme-salt-medium-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-medium-dark input[class^=ag-][type=number]:invalid,.ag-theme-salt-medium-dark input[class^=ag-][type=tel]:invalid,.ag-theme-salt-medium-dark input[class^=ag-][type=text]:invalid,.ag-theme-salt-medium-dark textarea[class^=ag-]:invalid{
|
|
@@ -21664,7 +21676,7 @@ div[class*=ag-theme-salt]{
|
|
|
21664
21676
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
21665
21677
|
background-color:initial;
|
|
21666
21678
|
border:1px solid;
|
|
21667
|
-
border-color:var(--ag-input-focus-border-color);
|
|
21679
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
21668
21680
|
content:"";
|
|
21669
21681
|
display:block;
|
|
21670
21682
|
height:calc(100% - 8px);
|
|
@@ -22086,7 +22098,7 @@ div[class*=ag-theme-salt]{
|
|
|
22086
22098
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
22087
22099
|
background-color:initial;
|
|
22088
22100
|
border:1px solid;
|
|
22089
|
-
border-color:var(--ag-input-focus-border-color);
|
|
22101
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
22090
22102
|
content:"";
|
|
22091
22103
|
display:block;
|
|
22092
22104
|
height:100%;
|
|
@@ -22110,7 +22122,7 @@ div[class*=ag-theme-salt]{
|
|
|
22110
22122
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
22111
22123
|
background-color:initial;
|
|
22112
22124
|
border:1px solid;
|
|
22113
|
-
border-color:var(--ag-input-focus-border-color);
|
|
22125
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
22114
22126
|
content:"";
|
|
22115
22127
|
display:block;
|
|
22116
22128
|
height:calc(100% - 2px);
|
|
@@ -24866,7 +24878,7 @@ div[class*=ag-theme-salt]{
|
|
|
24866
24878
|
cursor:nwse-resize;
|
|
24867
24879
|
}
|
|
24868
24880
|
.ag-theme-salt-medium-dark .ag-cell-inline-editing{
|
|
24869
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
24881
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
24870
24882
|
}
|
|
24871
24883
|
.ag-theme-salt-medium-dark .ag-menu{
|
|
24872
24884
|
background:#242526;
|
|
@@ -24948,7 +24960,7 @@ div[class*=ag-theme-salt]{
|
|
|
24948
24960
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
24949
24961
|
background-color:initial;
|
|
24950
24962
|
border:1px solid;
|
|
24951
|
-
border-color:var(--ag-input-focus-border-color);
|
|
24963
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
24952
24964
|
content:"";
|
|
24953
24965
|
display:block;
|
|
24954
24966
|
height:calc(100% - 8px);
|
|
@@ -25056,7 +25068,7 @@ div[class*=ag-theme-salt]{
|
|
|
25056
25068
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
25057
25069
|
background-color:initial;
|
|
25058
25070
|
border:1px solid;
|
|
25059
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25071
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25060
25072
|
content:"";
|
|
25061
25073
|
display:block;
|
|
25062
25074
|
height:calc(100% - 8px);
|
|
@@ -25111,7 +25123,7 @@ div[class*=ag-theme-salt]{
|
|
|
25111
25123
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
25112
25124
|
background-color:initial;
|
|
25113
25125
|
border:1px solid;
|
|
25114
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25126
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25115
25127
|
content:"";
|
|
25116
25128
|
display:block;
|
|
25117
25129
|
height:calc(100% - 8px);
|
|
@@ -25182,7 +25194,7 @@ div[class*=ag-theme-salt]{
|
|
|
25182
25194
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
25183
25195
|
background-color:initial;
|
|
25184
25196
|
border:1px solid;
|
|
25185
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25197
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25186
25198
|
content:"";
|
|
25187
25199
|
display:block;
|
|
25188
25200
|
height:calc(100% - 8px);
|
|
@@ -25398,7 +25410,7 @@ div[class*=ag-theme-salt]{
|
|
|
25398
25410
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
25399
25411
|
background-color:initial;
|
|
25400
25412
|
border:1px solid;
|
|
25401
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25413
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25402
25414
|
content:"";
|
|
25403
25415
|
display:block;
|
|
25404
25416
|
height:calc(100% - 8px);
|
|
@@ -25484,7 +25496,7 @@ div[class*=ag-theme-salt]{
|
|
|
25484
25496
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
25485
25497
|
background-color:initial;
|
|
25486
25498
|
border:1px solid;
|
|
25487
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25499
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25488
25500
|
content:"";
|
|
25489
25501
|
display:block;
|
|
25490
25502
|
height:calc(100% - 8px);
|
|
@@ -25500,7 +25512,7 @@ div[class*=ag-theme-salt]{
|
|
|
25500
25512
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
25501
25513
|
background-color:initial;
|
|
25502
25514
|
border:1px solid;
|
|
25503
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25515
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25504
25516
|
content:"";
|
|
25505
25517
|
display:block;
|
|
25506
25518
|
height:calc(100% - 8px);
|
|
@@ -25609,7 +25621,7 @@ div[class*=ag-theme-salt]{
|
|
|
25609
25621
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
25610
25622
|
background-color:initial;
|
|
25611
25623
|
border:1px solid;
|
|
25612
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25624
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25613
25625
|
content:"";
|
|
25614
25626
|
display:block;
|
|
25615
25627
|
height:100%;
|
|
@@ -25658,7 +25670,7 @@ div[class*=ag-theme-salt]{
|
|
|
25658
25670
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
25659
25671
|
background-color:initial;
|
|
25660
25672
|
border:1px solid;
|
|
25661
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25673
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25662
25674
|
content:"";
|
|
25663
25675
|
display:block;
|
|
25664
25676
|
height:calc(100% - 4px);
|
|
@@ -25781,7 +25793,7 @@ div[class*=ag-theme-salt]{
|
|
|
25781
25793
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
25782
25794
|
background-color:initial;
|
|
25783
25795
|
border:1px solid;
|
|
25784
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25796
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25785
25797
|
content:"";
|
|
25786
25798
|
display:block;
|
|
25787
25799
|
height:calc(100% - 2px);
|
|
@@ -26187,13 +26199,16 @@ div[class*=ag-theme-salt]{
|
|
|
26187
26199
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
26188
26200
|
}
|
|
26189
26201
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
26190
|
-
background-color:var(--
|
|
26202
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
26203
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26191
26204
|
}
|
|
26192
26205
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
26193
|
-
background-color:var(--
|
|
26206
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
26207
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26194
26208
|
}
|
|
26195
26209
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
26196
|
-
background-color:var(--
|
|
26210
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
26211
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26197
26212
|
}
|
|
26198
26213
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:disabled{
|
|
26199
26214
|
opacity:.5;
|
|
@@ -26201,11 +26216,6 @@ div[class*=ag-theme-salt]{
|
|
|
26201
26216
|
.ag-theme-salt-medium-dark .ag-root-wrapper{
|
|
26202
26217
|
border:none;
|
|
26203
26218
|
}
|
|
26204
|
-
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-medium-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-medium-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
26205
|
-
border:none;
|
|
26206
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
26207
|
-
outline-offset:-2px;
|
|
26208
|
-
}
|
|
26209
26219
|
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-medium-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
26210
26220
|
align-items:center;
|
|
26211
26221
|
}
|
|
@@ -26448,9 +26458,6 @@ div[class*=ag-theme-salt]{
|
|
|
26448
26458
|
padding-left:var(--salt-spacing-100);
|
|
26449
26459
|
padding-right:var(--salt-spacing-100);
|
|
26450
26460
|
}
|
|
26451
|
-
.ag-theme-salt-medium-dark .ag-cell-wrapper{
|
|
26452
|
-
height:100%;
|
|
26453
|
-
}
|
|
26454
26461
|
.ag-theme-salt-medium-dark .ag-ltr .ag-cell{
|
|
26455
26462
|
border:none;
|
|
26456
26463
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -26463,37 +26470,45 @@ div[class*=ag-theme-salt]{
|
|
|
26463
26470
|
text-align:right;
|
|
26464
26471
|
}
|
|
26465
26472
|
.ag-theme-salt-medium-dark .ag-cell.editable-cell,.ag-theme-salt-medium-dark .editable-numeric-cell{
|
|
26466
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
26473
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
26467
26474
|
}
|
|
26468
|
-
.ag-theme-salt-medium-dark .ag-
|
|
26469
|
-
|
|
26475
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
26476
|
+
border-color:transparent !important;
|
|
26477
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
26478
|
+
outline-offset:-2px;
|
|
26479
|
+
}
|
|
26480
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
26481
|
+
background-color:var(--salt-container-primary-background);
|
|
26482
|
+
}
|
|
26483
|
+
.ag-theme-salt-medium-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-medium-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-medium-dark .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-medium-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
26470
26484
|
overflow:visible;
|
|
26471
26485
|
}
|
|
26472
|
-
.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{
|
|
26486
|
+
.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{
|
|
26473
26487
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
26474
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
26488
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
26475
26489
|
border-top:0 solid transparent;
|
|
26476
26490
|
content:"";
|
|
26477
26491
|
left:0;
|
|
26478
26492
|
position:absolute;
|
|
26479
26493
|
top:0;
|
|
26494
|
+
transform:translate(-1px, -1px);
|
|
26480
26495
|
z-index:2;
|
|
26481
26496
|
}
|
|
26482
|
-
.ag-theme-salt-medium-dark .ag-cell
|
|
26483
|
-
|
|
26497
|
+
.ag-theme-salt-medium-dark .ag-cell.ag-cell-inline-editing{
|
|
26498
|
+
padding:0;
|
|
26484
26499
|
}
|
|
26485
|
-
.ag-theme-salt-medium-dark .ag-cell-inline-editing
|
|
26486
|
-
|
|
26500
|
+
.ag-theme-salt-medium-dark .ag-cell-inline-editing input{
|
|
26501
|
+
background-color:initial;
|
|
26487
26502
|
}
|
|
26488
|
-
.ag-theme-salt-medium-dark .ag-cell
|
|
26489
|
-
|
|
26503
|
+
.ag-theme-salt-medium-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
26504
|
+
text-align:right;
|
|
26490
26505
|
}
|
|
26491
|
-
.ag-theme-salt-medium-dark .ag-cell-editor .ag-input-field-input{
|
|
26506
|
+
.ag-theme-salt-medium-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
26492
26507
|
padding-left:8px;
|
|
26493
26508
|
padding-right:8px;
|
|
26494
26509
|
}
|
|
26495
26510
|
.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
26496
|
-
border-left:
|
|
26511
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
26497
26512
|
content:"";
|
|
26498
26513
|
height:100%;
|
|
26499
26514
|
left:0;
|
|
@@ -26913,7 +26928,7 @@ div[class*=ag-theme-salt]{
|
|
|
26913
26928
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
26914
26929
|
}
|
|
26915
26930
|
.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{
|
|
26916
|
-
border-color:var(--ag-input-focus-border-color);
|
|
26931
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26917
26932
|
outline:none;
|
|
26918
26933
|
}
|
|
26919
26934
|
.ag-theme-salt-medium-light input[class^=ag-]:not([type]):invalid,.ag-theme-salt-medium-light input[class^=ag-][type=date]:invalid,.ag-theme-salt-medium-light input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-medium-light input[class^=ag-][type=number]:invalid,.ag-theme-salt-medium-light input[class^=ag-][type=tel]:invalid,.ag-theme-salt-medium-light input[class^=ag-][type=text]:invalid,.ag-theme-salt-medium-light textarea[class^=ag-]:invalid{
|
|
@@ -26944,7 +26959,7 @@ div[class*=ag-theme-salt]{
|
|
|
26944
26959
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
26945
26960
|
background-color:initial;
|
|
26946
26961
|
border:1px solid;
|
|
26947
|
-
border-color:var(--ag-input-focus-border-color);
|
|
26962
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26948
26963
|
content:"";
|
|
26949
26964
|
display:block;
|
|
26950
26965
|
height:calc(100% - 8px);
|
|
@@ -27366,7 +27381,7 @@ div[class*=ag-theme-salt]{
|
|
|
27366
27381
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
27367
27382
|
background-color:initial;
|
|
27368
27383
|
border:1px solid;
|
|
27369
|
-
border-color:var(--ag-input-focus-border-color);
|
|
27384
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
27370
27385
|
content:"";
|
|
27371
27386
|
display:block;
|
|
27372
27387
|
height:100%;
|
|
@@ -27390,7 +27405,7 @@ div[class*=ag-theme-salt]{
|
|
|
27390
27405
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
27391
27406
|
background-color:initial;
|
|
27392
27407
|
border:1px solid;
|
|
27393
|
-
border-color:var(--ag-input-focus-border-color);
|
|
27408
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
27394
27409
|
content:"";
|
|
27395
27410
|
display:block;
|
|
27396
27411
|
height:calc(100% - 2px);
|
|
@@ -30146,7 +30161,7 @@ div[class*=ag-theme-salt]{
|
|
|
30146
30161
|
cursor:nwse-resize;
|
|
30147
30162
|
}
|
|
30148
30163
|
.ag-theme-salt-medium-light .ag-cell-inline-editing{
|
|
30149
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
30164
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
30150
30165
|
}
|
|
30151
30166
|
.ag-theme-salt-medium-light .ag-menu{
|
|
30152
30167
|
background:#fff;
|
|
@@ -30228,7 +30243,7 @@ div[class*=ag-theme-salt]{
|
|
|
30228
30243
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
30229
30244
|
background-color:initial;
|
|
30230
30245
|
border:1px solid;
|
|
30231
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30246
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30232
30247
|
content:"";
|
|
30233
30248
|
display:block;
|
|
30234
30249
|
height:calc(100% - 8px);
|
|
@@ -30336,7 +30351,7 @@ div[class*=ag-theme-salt]{
|
|
|
30336
30351
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
30337
30352
|
background-color:initial;
|
|
30338
30353
|
border:1px solid;
|
|
30339
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30354
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30340
30355
|
content:"";
|
|
30341
30356
|
display:block;
|
|
30342
30357
|
height:calc(100% - 8px);
|
|
@@ -30391,7 +30406,7 @@ div[class*=ag-theme-salt]{
|
|
|
30391
30406
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
30392
30407
|
background-color:initial;
|
|
30393
30408
|
border:1px solid;
|
|
30394
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30409
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30395
30410
|
content:"";
|
|
30396
30411
|
display:block;
|
|
30397
30412
|
height:calc(100% - 8px);
|
|
@@ -30462,7 +30477,7 @@ div[class*=ag-theme-salt]{
|
|
|
30462
30477
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
30463
30478
|
background-color:initial;
|
|
30464
30479
|
border:1px solid;
|
|
30465
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30480
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30466
30481
|
content:"";
|
|
30467
30482
|
display:block;
|
|
30468
30483
|
height:calc(100% - 8px);
|
|
@@ -30678,7 +30693,7 @@ div[class*=ag-theme-salt]{
|
|
|
30678
30693
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
30679
30694
|
background-color:initial;
|
|
30680
30695
|
border:1px solid;
|
|
30681
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30696
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30682
30697
|
content:"";
|
|
30683
30698
|
display:block;
|
|
30684
30699
|
height:calc(100% - 8px);
|
|
@@ -30764,7 +30779,7 @@ div[class*=ag-theme-salt]{
|
|
|
30764
30779
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
30765
30780
|
background-color:initial;
|
|
30766
30781
|
border:1px solid;
|
|
30767
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30782
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30768
30783
|
content:"";
|
|
30769
30784
|
display:block;
|
|
30770
30785
|
height:calc(100% - 8px);
|
|
@@ -30780,7 +30795,7 @@ div[class*=ag-theme-salt]{
|
|
|
30780
30795
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
30781
30796
|
background-color:initial;
|
|
30782
30797
|
border:1px solid;
|
|
30783
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30798
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30784
30799
|
content:"";
|
|
30785
30800
|
display:block;
|
|
30786
30801
|
height:calc(100% - 8px);
|
|
@@ -30889,7 +30904,7 @@ div[class*=ag-theme-salt]{
|
|
|
30889
30904
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
30890
30905
|
background-color:initial;
|
|
30891
30906
|
border:1px solid;
|
|
30892
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30907
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30893
30908
|
content:"";
|
|
30894
30909
|
display:block;
|
|
30895
30910
|
height:100%;
|
|
@@ -30938,7 +30953,7 @@ div[class*=ag-theme-salt]{
|
|
|
30938
30953
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
30939
30954
|
background-color:initial;
|
|
30940
30955
|
border:1px solid;
|
|
30941
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30956
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30942
30957
|
content:"";
|
|
30943
30958
|
display:block;
|
|
30944
30959
|
height:calc(100% - 4px);
|
|
@@ -31061,7 +31076,7 @@ div[class*=ag-theme-salt]{
|
|
|
31061
31076
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
31062
31077
|
background-color:initial;
|
|
31063
31078
|
border:1px solid;
|
|
31064
|
-
border-color:var(--ag-input-focus-border-color);
|
|
31079
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31065
31080
|
content:"";
|
|
31066
31081
|
display:block;
|
|
31067
31082
|
height:calc(100% - 2px);
|
|
@@ -31467,13 +31482,16 @@ div[class*=ag-theme-salt]{
|
|
|
31467
31482
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
31468
31483
|
}
|
|
31469
31484
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
31470
|
-
background-color:var(--
|
|
31485
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
31486
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31471
31487
|
}
|
|
31472
31488
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
31473
|
-
background-color:var(--
|
|
31489
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
31490
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31474
31491
|
}
|
|
31475
31492
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-ms-track{
|
|
31476
|
-
background-color:var(--
|
|
31493
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
31494
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31477
31495
|
}
|
|
31478
31496
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:disabled{
|
|
31479
31497
|
opacity:.5;
|
|
@@ -31481,11 +31499,6 @@ div[class*=ag-theme-salt]{
|
|
|
31481
31499
|
.ag-theme-salt-medium-light .ag-root-wrapper{
|
|
31482
31500
|
border:none;
|
|
31483
31501
|
}
|
|
31484
|
-
.ag-theme-salt-medium-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-medium-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-medium-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
31485
|
-
border:none;
|
|
31486
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
31487
|
-
outline-offset:-2px;
|
|
31488
|
-
}
|
|
31489
31502
|
.ag-theme-salt-medium-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-medium-light .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
31490
31503
|
align-items:center;
|
|
31491
31504
|
}
|
|
@@ -31728,9 +31741,6 @@ div[class*=ag-theme-salt]{
|
|
|
31728
31741
|
padding-left:var(--salt-spacing-100);
|
|
31729
31742
|
padding-right:var(--salt-spacing-100);
|
|
31730
31743
|
}
|
|
31731
|
-
.ag-theme-salt-medium-light .ag-cell-wrapper{
|
|
31732
|
-
height:100%;
|
|
31733
|
-
}
|
|
31734
31744
|
.ag-theme-salt-medium-light .ag-ltr .ag-cell{
|
|
31735
31745
|
border:none;
|
|
31736
31746
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -31743,37 +31753,45 @@ div[class*=ag-theme-salt]{
|
|
|
31743
31753
|
text-align:right;
|
|
31744
31754
|
}
|
|
31745
31755
|
.ag-theme-salt-medium-light .ag-cell.editable-cell,.ag-theme-salt-medium-light .editable-numeric-cell{
|
|
31746
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
31756
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
31747
31757
|
}
|
|
31748
|
-
.ag-theme-salt-medium-light .ag-
|
|
31749
|
-
|
|
31758
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
31759
|
+
border-color:transparent !important;
|
|
31760
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
31761
|
+
outline-offset:-2px;
|
|
31762
|
+
}
|
|
31763
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
31764
|
+
background-color:var(--salt-container-primary-background);
|
|
31765
|
+
}
|
|
31766
|
+
.ag-theme-salt-medium-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-medium-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-medium-light .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-medium-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
31750
31767
|
overflow:visible;
|
|
31751
31768
|
}
|
|
31752
|
-
.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{
|
|
31769
|
+
.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{
|
|
31753
31770
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
31754
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
31771
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
31755
31772
|
border-top:0 solid transparent;
|
|
31756
31773
|
content:"";
|
|
31757
31774
|
left:0;
|
|
31758
31775
|
position:absolute;
|
|
31759
31776
|
top:0;
|
|
31777
|
+
transform:translate(-1px, -1px);
|
|
31760
31778
|
z-index:2;
|
|
31761
31779
|
}
|
|
31762
|
-
.ag-theme-salt-medium-light .ag-cell
|
|
31763
|
-
|
|
31780
|
+
.ag-theme-salt-medium-light .ag-cell.ag-cell-inline-editing{
|
|
31781
|
+
padding:0;
|
|
31764
31782
|
}
|
|
31765
|
-
.ag-theme-salt-medium-light .ag-cell-inline-editing
|
|
31766
|
-
|
|
31783
|
+
.ag-theme-salt-medium-light .ag-cell-inline-editing input{
|
|
31784
|
+
background-color:initial;
|
|
31767
31785
|
}
|
|
31768
|
-
.ag-theme-salt-medium-light .ag-cell
|
|
31769
|
-
|
|
31786
|
+
.ag-theme-salt-medium-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
31787
|
+
text-align:right;
|
|
31770
31788
|
}
|
|
31771
|
-
.ag-theme-salt-medium-light .ag-cell-editor .ag-input-field-input{
|
|
31789
|
+
.ag-theme-salt-medium-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
31772
31790
|
padding-left:8px;
|
|
31773
31791
|
padding-right:8px;
|
|
31774
31792
|
}
|
|
31775
31793
|
.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
31776
|
-
border-left:
|
|
31794
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
31777
31795
|
content:"";
|
|
31778
31796
|
height:100%;
|
|
31779
31797
|
left:0;
|
|
@@ -32203,7 +32221,7 @@ div[class*=ag-theme-salt]{
|
|
|
32203
32221
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
32204
32222
|
}
|
|
32205
32223
|
.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{
|
|
32206
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32224
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32207
32225
|
outline:none;
|
|
32208
32226
|
}
|
|
32209
32227
|
.ag-theme-salt-low-dark input[class^=ag-]:not([type]):invalid,.ag-theme-salt-low-dark input[class^=ag-][type=date]:invalid,.ag-theme-salt-low-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-low-dark input[class^=ag-][type=number]:invalid,.ag-theme-salt-low-dark input[class^=ag-][type=tel]:invalid,.ag-theme-salt-low-dark input[class^=ag-][type=text]:invalid,.ag-theme-salt-low-dark textarea[class^=ag-]:invalid{
|
|
@@ -32234,7 +32252,7 @@ div[class*=ag-theme-salt]{
|
|
|
32234
32252
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
32235
32253
|
background-color:initial;
|
|
32236
32254
|
border:1px solid;
|
|
32237
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32255
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32238
32256
|
content:"";
|
|
32239
32257
|
display:block;
|
|
32240
32258
|
height:calc(100% - 8px);
|
|
@@ -32656,7 +32674,7 @@ div[class*=ag-theme-salt]{
|
|
|
32656
32674
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
32657
32675
|
background-color:initial;
|
|
32658
32676
|
border:1px solid;
|
|
32659
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32677
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32660
32678
|
content:"";
|
|
32661
32679
|
display:block;
|
|
32662
32680
|
height:100%;
|
|
@@ -32680,7 +32698,7 @@ div[class*=ag-theme-salt]{
|
|
|
32680
32698
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
32681
32699
|
background-color:initial;
|
|
32682
32700
|
border:1px solid;
|
|
32683
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32701
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32684
32702
|
content:"";
|
|
32685
32703
|
display:block;
|
|
32686
32704
|
height:calc(100% - 2px);
|
|
@@ -35436,7 +35454,7 @@ div[class*=ag-theme-salt]{
|
|
|
35436
35454
|
cursor:nwse-resize;
|
|
35437
35455
|
}
|
|
35438
35456
|
.ag-theme-salt-low-dark .ag-cell-inline-editing{
|
|
35439
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
35457
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
35440
35458
|
}
|
|
35441
35459
|
.ag-theme-salt-low-dark .ag-menu{
|
|
35442
35460
|
background:#242526;
|
|
@@ -35518,7 +35536,7 @@ div[class*=ag-theme-salt]{
|
|
|
35518
35536
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
35519
35537
|
background-color:initial;
|
|
35520
35538
|
border:1px solid;
|
|
35521
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35539
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35522
35540
|
content:"";
|
|
35523
35541
|
display:block;
|
|
35524
35542
|
height:calc(100% - 8px);
|
|
@@ -35626,7 +35644,7 @@ div[class*=ag-theme-salt]{
|
|
|
35626
35644
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
35627
35645
|
background-color:initial;
|
|
35628
35646
|
border:1px solid;
|
|
35629
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35647
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35630
35648
|
content:"";
|
|
35631
35649
|
display:block;
|
|
35632
35650
|
height:calc(100% - 8px);
|
|
@@ -35681,7 +35699,7 @@ div[class*=ag-theme-salt]{
|
|
|
35681
35699
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
35682
35700
|
background-color:initial;
|
|
35683
35701
|
border:1px solid;
|
|
35684
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35702
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35685
35703
|
content:"";
|
|
35686
35704
|
display:block;
|
|
35687
35705
|
height:calc(100% - 8px);
|
|
@@ -35752,7 +35770,7 @@ div[class*=ag-theme-salt]{
|
|
|
35752
35770
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
35753
35771
|
background-color:initial;
|
|
35754
35772
|
border:1px solid;
|
|
35755
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35773
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35756
35774
|
content:"";
|
|
35757
35775
|
display:block;
|
|
35758
35776
|
height:calc(100% - 8px);
|
|
@@ -35968,7 +35986,7 @@ div[class*=ag-theme-salt]{
|
|
|
35968
35986
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
35969
35987
|
background-color:initial;
|
|
35970
35988
|
border:1px solid;
|
|
35971
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35989
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35972
35990
|
content:"";
|
|
35973
35991
|
display:block;
|
|
35974
35992
|
height:calc(100% - 8px);
|
|
@@ -36054,7 +36072,7 @@ div[class*=ag-theme-salt]{
|
|
|
36054
36072
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
36055
36073
|
background-color:initial;
|
|
36056
36074
|
border:1px solid;
|
|
36057
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36075
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36058
36076
|
content:"";
|
|
36059
36077
|
display:block;
|
|
36060
36078
|
height:calc(100% - 8px);
|
|
@@ -36070,7 +36088,7 @@ div[class*=ag-theme-salt]{
|
|
|
36070
36088
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
36071
36089
|
background-color:initial;
|
|
36072
36090
|
border:1px solid;
|
|
36073
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36091
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36074
36092
|
content:"";
|
|
36075
36093
|
display:block;
|
|
36076
36094
|
height:calc(100% - 8px);
|
|
@@ -36175,7 +36193,7 @@ div[class*=ag-theme-salt]{
|
|
|
36175
36193
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
36176
36194
|
background-color:initial;
|
|
36177
36195
|
border:1px solid;
|
|
36178
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36196
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36179
36197
|
content:"";
|
|
36180
36198
|
display:block;
|
|
36181
36199
|
height:100%;
|
|
@@ -36224,7 +36242,7 @@ div[class*=ag-theme-salt]{
|
|
|
36224
36242
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
36225
36243
|
background-color:initial;
|
|
36226
36244
|
border:1px solid;
|
|
36227
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36245
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36228
36246
|
content:"";
|
|
36229
36247
|
display:block;
|
|
36230
36248
|
height:calc(100% - 4px);
|
|
@@ -36347,7 +36365,7 @@ div[class*=ag-theme-salt]{
|
|
|
36347
36365
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
36348
36366
|
background-color:initial;
|
|
36349
36367
|
border:1px solid;
|
|
36350
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36368
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36351
36369
|
content:"";
|
|
36352
36370
|
display:block;
|
|
36353
36371
|
height:calc(100% - 2px);
|
|
@@ -36753,13 +36771,16 @@ div[class*=ag-theme-salt]{
|
|
|
36753
36771
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
36754
36772
|
}
|
|
36755
36773
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
36756
|
-
background-color:var(--
|
|
36774
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
36775
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36757
36776
|
}
|
|
36758
36777
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
36759
|
-
background-color:var(--
|
|
36778
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
36779
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36760
36780
|
}
|
|
36761
36781
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
36762
|
-
background-color:var(--
|
|
36782
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
36783
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36763
36784
|
}
|
|
36764
36785
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:disabled{
|
|
36765
36786
|
opacity:.5;
|
|
@@ -36767,11 +36788,6 @@ div[class*=ag-theme-salt]{
|
|
|
36767
36788
|
.ag-theme-salt-low-dark .ag-root-wrapper{
|
|
36768
36789
|
border:none;
|
|
36769
36790
|
}
|
|
36770
|
-
.ag-theme-salt-low-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-low-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-low-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
36771
|
-
border:none;
|
|
36772
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
36773
|
-
outline-offset:-2px;
|
|
36774
|
-
}
|
|
36775
36791
|
.ag-theme-salt-low-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-low-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
36776
36792
|
align-items:center;
|
|
36777
36793
|
}
|
|
@@ -37014,9 +37030,6 @@ div[class*=ag-theme-salt]{
|
|
|
37014
37030
|
padding-left:var(--salt-spacing-100);
|
|
37015
37031
|
padding-right:var(--salt-spacing-100);
|
|
37016
37032
|
}
|
|
37017
|
-
.ag-theme-salt-low-dark .ag-cell-wrapper{
|
|
37018
|
-
height:100%;
|
|
37019
|
-
}
|
|
37020
37033
|
.ag-theme-salt-low-dark .ag-ltr .ag-cell{
|
|
37021
37034
|
border:none;
|
|
37022
37035
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -37029,37 +37042,45 @@ div[class*=ag-theme-salt]{
|
|
|
37029
37042
|
text-align:right;
|
|
37030
37043
|
}
|
|
37031
37044
|
.ag-theme-salt-low-dark .ag-cell.editable-cell,.ag-theme-salt-low-dark .editable-numeric-cell{
|
|
37032
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
37045
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
37046
|
+
}
|
|
37047
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
37048
|
+
border-color:transparent !important;
|
|
37049
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
37050
|
+
outline-offset:-2px;
|
|
37051
|
+
}
|
|
37052
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
37053
|
+
background-color:var(--salt-container-primary-background);
|
|
37033
37054
|
}
|
|
37034
|
-
.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-low-dark .editable-numeric-cell.ag-cell-focus:focus{
|
|
37035
|
-
clip-path:inset(0, 0);
|
|
37055
|
+
.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-low-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
37036
37056
|
overflow:visible;
|
|
37037
37057
|
}
|
|
37038
|
-
.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{
|
|
37058
|
+
.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{
|
|
37039
37059
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
37040
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
37060
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
37041
37061
|
border-top:0 solid transparent;
|
|
37042
37062
|
content:"";
|
|
37043
37063
|
left:0;
|
|
37044
37064
|
position:absolute;
|
|
37045
37065
|
top:0;
|
|
37066
|
+
transform:translate(-1px, -1px);
|
|
37046
37067
|
z-index:2;
|
|
37047
37068
|
}
|
|
37048
|
-
.ag-theme-salt-low-dark .ag-cell
|
|
37049
|
-
|
|
37069
|
+
.ag-theme-salt-low-dark .ag-cell.ag-cell-inline-editing{
|
|
37070
|
+
padding:0;
|
|
37050
37071
|
}
|
|
37051
|
-
.ag-theme-salt-low-dark .ag-cell-inline-editing
|
|
37052
|
-
|
|
37072
|
+
.ag-theme-salt-low-dark .ag-cell-inline-editing input{
|
|
37073
|
+
background-color:initial;
|
|
37053
37074
|
}
|
|
37054
|
-
.ag-theme-salt-low-dark .ag-cell
|
|
37055
|
-
|
|
37075
|
+
.ag-theme-salt-low-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
37076
|
+
text-align:right;
|
|
37056
37077
|
}
|
|
37057
|
-
.ag-theme-salt-low-dark .ag-cell-editor .ag-input-field-input{
|
|
37078
|
+
.ag-theme-salt-low-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
37058
37079
|
padding-left:12px;
|
|
37059
37080
|
padding-right:12px;
|
|
37060
37081
|
}
|
|
37061
37082
|
.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
37062
|
-
border-left:
|
|
37083
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
37063
37084
|
content:"";
|
|
37064
37085
|
height:100%;
|
|
37065
37086
|
left:0;
|
|
@@ -37479,7 +37500,7 @@ div[class*=ag-theme-salt]{
|
|
|
37479
37500
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
37480
37501
|
}
|
|
37481
37502
|
.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{
|
|
37482
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37503
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37483
37504
|
outline:none;
|
|
37484
37505
|
}
|
|
37485
37506
|
.ag-theme-salt-low-light input[class^=ag-]:not([type]):invalid,.ag-theme-salt-low-light input[class^=ag-][type=date]:invalid,.ag-theme-salt-low-light input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-low-light input[class^=ag-][type=number]:invalid,.ag-theme-salt-low-light input[class^=ag-][type=tel]:invalid,.ag-theme-salt-low-light input[class^=ag-][type=text]:invalid,.ag-theme-salt-low-light textarea[class^=ag-]:invalid{
|
|
@@ -37510,7 +37531,7 @@ div[class*=ag-theme-salt]{
|
|
|
37510
37531
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
37511
37532
|
background-color:initial;
|
|
37512
37533
|
border:1px solid;
|
|
37513
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37534
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37514
37535
|
content:"";
|
|
37515
37536
|
display:block;
|
|
37516
37537
|
height:calc(100% - 8px);
|
|
@@ -37932,7 +37953,7 @@ div[class*=ag-theme-salt]{
|
|
|
37932
37953
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
37933
37954
|
background-color:initial;
|
|
37934
37955
|
border:1px solid;
|
|
37935
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37956
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37936
37957
|
content:"";
|
|
37937
37958
|
display:block;
|
|
37938
37959
|
height:100%;
|
|
@@ -37956,7 +37977,7 @@ div[class*=ag-theme-salt]{
|
|
|
37956
37977
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
37957
37978
|
background-color:initial;
|
|
37958
37979
|
border:1px solid;
|
|
37959
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37980
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37960
37981
|
content:"";
|
|
37961
37982
|
display:block;
|
|
37962
37983
|
height:calc(100% - 2px);
|
|
@@ -40712,7 +40733,7 @@ div[class*=ag-theme-salt]{
|
|
|
40712
40733
|
cursor:nwse-resize;
|
|
40713
40734
|
}
|
|
40714
40735
|
.ag-theme-salt-low-light .ag-cell-inline-editing{
|
|
40715
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
40736
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
40716
40737
|
}
|
|
40717
40738
|
.ag-theme-salt-low-light .ag-menu{
|
|
40718
40739
|
background:#fff;
|
|
@@ -40794,7 +40815,7 @@ div[class*=ag-theme-salt]{
|
|
|
40794
40815
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
40795
40816
|
background-color:initial;
|
|
40796
40817
|
border:1px solid;
|
|
40797
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40818
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40798
40819
|
content:"";
|
|
40799
40820
|
display:block;
|
|
40800
40821
|
height:calc(100% - 8px);
|
|
@@ -40902,7 +40923,7 @@ div[class*=ag-theme-salt]{
|
|
|
40902
40923
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
40903
40924
|
background-color:initial;
|
|
40904
40925
|
border:1px solid;
|
|
40905
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40926
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40906
40927
|
content:"";
|
|
40907
40928
|
display:block;
|
|
40908
40929
|
height:calc(100% - 8px);
|
|
@@ -40957,7 +40978,7 @@ div[class*=ag-theme-salt]{
|
|
|
40957
40978
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
40958
40979
|
background-color:initial;
|
|
40959
40980
|
border:1px solid;
|
|
40960
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40981
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40961
40982
|
content:"";
|
|
40962
40983
|
display:block;
|
|
40963
40984
|
height:calc(100% - 8px);
|
|
@@ -41028,7 +41049,7 @@ div[class*=ag-theme-salt]{
|
|
|
41028
41049
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
41029
41050
|
background-color:initial;
|
|
41030
41051
|
border:1px solid;
|
|
41031
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41052
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41032
41053
|
content:"";
|
|
41033
41054
|
display:block;
|
|
41034
41055
|
height:calc(100% - 8px);
|
|
@@ -41244,7 +41265,7 @@ div[class*=ag-theme-salt]{
|
|
|
41244
41265
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
41245
41266
|
background-color:initial;
|
|
41246
41267
|
border:1px solid;
|
|
41247
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41268
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41248
41269
|
content:"";
|
|
41249
41270
|
display:block;
|
|
41250
41271
|
height:calc(100% - 8px);
|
|
@@ -41330,7 +41351,7 @@ div[class*=ag-theme-salt]{
|
|
|
41330
41351
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
41331
41352
|
background-color:initial;
|
|
41332
41353
|
border:1px solid;
|
|
41333
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41354
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41334
41355
|
content:"";
|
|
41335
41356
|
display:block;
|
|
41336
41357
|
height:calc(100% - 8px);
|
|
@@ -41346,7 +41367,7 @@ div[class*=ag-theme-salt]{
|
|
|
41346
41367
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
41347
41368
|
background-color:initial;
|
|
41348
41369
|
border:1px solid;
|
|
41349
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41370
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41350
41371
|
content:"";
|
|
41351
41372
|
display:block;
|
|
41352
41373
|
height:calc(100% - 8px);
|
|
@@ -41451,7 +41472,7 @@ div[class*=ag-theme-salt]{
|
|
|
41451
41472
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
41452
41473
|
background-color:initial;
|
|
41453
41474
|
border:1px solid;
|
|
41454
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41475
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41455
41476
|
content:"";
|
|
41456
41477
|
display:block;
|
|
41457
41478
|
height:100%;
|
|
@@ -41500,7 +41521,7 @@ div[class*=ag-theme-salt]{
|
|
|
41500
41521
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
41501
41522
|
background-color:initial;
|
|
41502
41523
|
border:1px solid;
|
|
41503
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41524
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41504
41525
|
content:"";
|
|
41505
41526
|
display:block;
|
|
41506
41527
|
height:calc(100% - 4px);
|
|
@@ -41623,7 +41644,7 @@ div[class*=ag-theme-salt]{
|
|
|
41623
41644
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
41624
41645
|
background-color:initial;
|
|
41625
41646
|
border:1px solid;
|
|
41626
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41647
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41627
41648
|
content:"";
|
|
41628
41649
|
display:block;
|
|
41629
41650
|
height:calc(100% - 2px);
|
|
@@ -42029,13 +42050,16 @@ div[class*=ag-theme-salt]{
|
|
|
42029
42050
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
42030
42051
|
}
|
|
42031
42052
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
42032
|
-
background-color:var(--
|
|
42053
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
42054
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42033
42055
|
}
|
|
42034
42056
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
42035
|
-
background-color:var(--
|
|
42057
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
42058
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42036
42059
|
}
|
|
42037
42060
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-ms-track{
|
|
42038
|
-
background-color:var(--
|
|
42061
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
42062
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42039
42063
|
}
|
|
42040
42064
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:disabled{
|
|
42041
42065
|
opacity:.5;
|
|
@@ -42043,11 +42067,6 @@ div[class*=ag-theme-salt]{
|
|
|
42043
42067
|
.ag-theme-salt-low-light .ag-root-wrapper{
|
|
42044
42068
|
border:none;
|
|
42045
42069
|
}
|
|
42046
|
-
.ag-theme-salt-low-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-low-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-low-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
42047
|
-
border:none;
|
|
42048
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
42049
|
-
outline-offset:-2px;
|
|
42050
|
-
}
|
|
42051
42070
|
.ag-theme-salt-low-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-low-light .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
42052
42071
|
align-items:center;
|
|
42053
42072
|
}
|
|
@@ -42290,9 +42309,6 @@ div[class*=ag-theme-salt]{
|
|
|
42290
42309
|
padding-left:var(--salt-spacing-100);
|
|
42291
42310
|
padding-right:var(--salt-spacing-100);
|
|
42292
42311
|
}
|
|
42293
|
-
.ag-theme-salt-low-light .ag-cell-wrapper{
|
|
42294
|
-
height:100%;
|
|
42295
|
-
}
|
|
42296
42312
|
.ag-theme-salt-low-light .ag-ltr .ag-cell{
|
|
42297
42313
|
border:none;
|
|
42298
42314
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -42305,37 +42321,45 @@ div[class*=ag-theme-salt]{
|
|
|
42305
42321
|
text-align:right;
|
|
42306
42322
|
}
|
|
42307
42323
|
.ag-theme-salt-low-light .ag-cell.editable-cell,.ag-theme-salt-low-light .editable-numeric-cell{
|
|
42308
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
42324
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
42325
|
+
}
|
|
42326
|
+
.ag-theme-salt-low-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
42327
|
+
border-color:transparent !important;
|
|
42328
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
42329
|
+
outline-offset:-2px;
|
|
42309
42330
|
}
|
|
42310
|
-
.ag-theme-salt-low-light .ag-
|
|
42311
|
-
|
|
42331
|
+
.ag-theme-salt-low-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
42332
|
+
background-color:var(--salt-container-primary-background);
|
|
42333
|
+
}
|
|
42334
|
+
.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-low-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
42312
42335
|
overflow:visible;
|
|
42313
42336
|
}
|
|
42314
|
-
.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{
|
|
42337
|
+
.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{
|
|
42315
42338
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
42316
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
42339
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
42317
42340
|
border-top:0 solid transparent;
|
|
42318
42341
|
content:"";
|
|
42319
42342
|
left:0;
|
|
42320
42343
|
position:absolute;
|
|
42321
42344
|
top:0;
|
|
42345
|
+
transform:translate(-1px, -1px);
|
|
42322
42346
|
z-index:2;
|
|
42323
42347
|
}
|
|
42324
|
-
.ag-theme-salt-low-light .ag-cell
|
|
42325
|
-
|
|
42348
|
+
.ag-theme-salt-low-light .ag-cell.ag-cell-inline-editing{
|
|
42349
|
+
padding:0;
|
|
42326
42350
|
}
|
|
42327
|
-
.ag-theme-salt-low-light .ag-cell-inline-editing
|
|
42328
|
-
|
|
42351
|
+
.ag-theme-salt-low-light .ag-cell-inline-editing input{
|
|
42352
|
+
background-color:initial;
|
|
42329
42353
|
}
|
|
42330
|
-
.ag-theme-salt-low-light .ag-cell
|
|
42331
|
-
|
|
42354
|
+
.ag-theme-salt-low-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
42355
|
+
text-align:right;
|
|
42332
42356
|
}
|
|
42333
|
-
.ag-theme-salt-low-light .ag-cell-editor .ag-input-field-input{
|
|
42357
|
+
.ag-theme-salt-low-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
42334
42358
|
padding-left:12px;
|
|
42335
42359
|
padding-right:12px;
|
|
42336
42360
|
}
|
|
42337
42361
|
.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
42338
|
-
border-left:
|
|
42362
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
42339
42363
|
content:"";
|
|
42340
42364
|
height:100%;
|
|
42341
42365
|
left:0;
|
|
@@ -42765,7 +42789,7 @@ div[class*=ag-theme-salt]{
|
|
|
42765
42789
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
42766
42790
|
}
|
|
42767
42791
|
.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{
|
|
42768
|
-
border-color:var(--ag-input-focus-border-color);
|
|
42792
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42769
42793
|
outline:none;
|
|
42770
42794
|
}
|
|
42771
42795
|
.ag-theme-salt-touch-light input[class^=ag-]:not([type]):invalid,.ag-theme-salt-touch-light input[class^=ag-][type=date]:invalid,.ag-theme-salt-touch-light input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-touch-light input[class^=ag-][type=number]:invalid,.ag-theme-salt-touch-light input[class^=ag-][type=tel]:invalid,.ag-theme-salt-touch-light input[class^=ag-][type=text]:invalid,.ag-theme-salt-touch-light textarea[class^=ag-]:invalid{
|
|
@@ -42796,7 +42820,7 @@ div[class*=ag-theme-salt]{
|
|
|
42796
42820
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
42797
42821
|
background-color:initial;
|
|
42798
42822
|
border:1px solid;
|
|
42799
|
-
border-color:var(--ag-input-focus-border-color);
|
|
42823
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42800
42824
|
content:"";
|
|
42801
42825
|
display:block;
|
|
42802
42826
|
height:calc(100% - 8px);
|
|
@@ -43218,7 +43242,7 @@ div[class*=ag-theme-salt]{
|
|
|
43218
43242
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
43219
43243
|
background-color:initial;
|
|
43220
43244
|
border:1px solid;
|
|
43221
|
-
border-color:var(--ag-input-focus-border-color);
|
|
43245
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
43222
43246
|
content:"";
|
|
43223
43247
|
display:block;
|
|
43224
43248
|
height:100%;
|
|
@@ -43242,7 +43266,7 @@ div[class*=ag-theme-salt]{
|
|
|
43242
43266
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
43243
43267
|
background-color:initial;
|
|
43244
43268
|
border:1px solid;
|
|
43245
|
-
border-color:var(--ag-input-focus-border-color);
|
|
43269
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
43246
43270
|
content:"";
|
|
43247
43271
|
display:block;
|
|
43248
43272
|
height:calc(100% - 2px);
|
|
@@ -45998,7 +46022,7 @@ div[class*=ag-theme-salt]{
|
|
|
45998
46022
|
cursor:nwse-resize;
|
|
45999
46023
|
}
|
|
46000
46024
|
.ag-theme-salt-touch-light .ag-cell-inline-editing{
|
|
46001
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
46025
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
46002
46026
|
}
|
|
46003
46027
|
.ag-theme-salt-touch-light .ag-menu{
|
|
46004
46028
|
background:#fff;
|
|
@@ -46080,7 +46104,7 @@ div[class*=ag-theme-salt]{
|
|
|
46080
46104
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
46081
46105
|
background-color:initial;
|
|
46082
46106
|
border:1px solid;
|
|
46083
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46107
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46084
46108
|
content:"";
|
|
46085
46109
|
display:block;
|
|
46086
46110
|
height:calc(100% - 8px);
|
|
@@ -46188,7 +46212,7 @@ div[class*=ag-theme-salt]{
|
|
|
46188
46212
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
46189
46213
|
background-color:initial;
|
|
46190
46214
|
border:1px solid;
|
|
46191
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46215
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46192
46216
|
content:"";
|
|
46193
46217
|
display:block;
|
|
46194
46218
|
height:calc(100% - 8px);
|
|
@@ -46243,7 +46267,7 @@ div[class*=ag-theme-salt]{
|
|
|
46243
46267
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
46244
46268
|
background-color:initial;
|
|
46245
46269
|
border:1px solid;
|
|
46246
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46270
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46247
46271
|
content:"";
|
|
46248
46272
|
display:block;
|
|
46249
46273
|
height:calc(100% - 8px);
|
|
@@ -46314,7 +46338,7 @@ div[class*=ag-theme-salt]{
|
|
|
46314
46338
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
46315
46339
|
background-color:initial;
|
|
46316
46340
|
border:1px solid;
|
|
46317
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46341
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46318
46342
|
content:"";
|
|
46319
46343
|
display:block;
|
|
46320
46344
|
height:calc(100% - 8px);
|
|
@@ -46530,7 +46554,7 @@ div[class*=ag-theme-salt]{
|
|
|
46530
46554
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
46531
46555
|
background-color:initial;
|
|
46532
46556
|
border:1px solid;
|
|
46533
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46557
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46534
46558
|
content:"";
|
|
46535
46559
|
display:block;
|
|
46536
46560
|
height:calc(100% - 8px);
|
|
@@ -46616,7 +46640,7 @@ div[class*=ag-theme-salt]{
|
|
|
46616
46640
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
46617
46641
|
background-color:initial;
|
|
46618
46642
|
border:1px solid;
|
|
46619
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46643
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46620
46644
|
content:"";
|
|
46621
46645
|
display:block;
|
|
46622
46646
|
height:calc(100% - 8px);
|
|
@@ -46632,7 +46656,7 @@ div[class*=ag-theme-salt]{
|
|
|
46632
46656
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
46633
46657
|
background-color:initial;
|
|
46634
46658
|
border:1px solid;
|
|
46635
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46659
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46636
46660
|
content:"";
|
|
46637
46661
|
display:block;
|
|
46638
46662
|
height:calc(100% - 8px);
|
|
@@ -46741,7 +46765,7 @@ div[class*=ag-theme-salt]{
|
|
|
46741
46765
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
46742
46766
|
background-color:initial;
|
|
46743
46767
|
border:1px solid;
|
|
46744
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46768
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46745
46769
|
content:"";
|
|
46746
46770
|
display:block;
|
|
46747
46771
|
height:100%;
|
|
@@ -46790,7 +46814,7 @@ div[class*=ag-theme-salt]{
|
|
|
46790
46814
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
46791
46815
|
background-color:initial;
|
|
46792
46816
|
border:1px solid;
|
|
46793
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46817
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46794
46818
|
content:"";
|
|
46795
46819
|
display:block;
|
|
46796
46820
|
height:calc(100% - 4px);
|
|
@@ -46913,7 +46937,7 @@ div[class*=ag-theme-salt]{
|
|
|
46913
46937
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
46914
46938
|
background-color:initial;
|
|
46915
46939
|
border:1px solid;
|
|
46916
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46940
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46917
46941
|
content:"";
|
|
46918
46942
|
display:block;
|
|
46919
46943
|
height:calc(100% - 2px);
|
|
@@ -47319,13 +47343,16 @@ div[class*=ag-theme-salt]{
|
|
|
47319
47343
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
47320
47344
|
}
|
|
47321
47345
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
47322
|
-
background-color:var(--
|
|
47346
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
47347
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
47323
47348
|
}
|
|
47324
47349
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
47325
|
-
background-color:var(--
|
|
47350
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
47351
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
47326
47352
|
}
|
|
47327
47353
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-ms-track{
|
|
47328
|
-
background-color:var(--
|
|
47354
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
47355
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
47329
47356
|
}
|
|
47330
47357
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:disabled{
|
|
47331
47358
|
opacity:.5;
|
|
@@ -47333,11 +47360,6 @@ div[class*=ag-theme-salt]{
|
|
|
47333
47360
|
.ag-theme-salt-touch-light .ag-root-wrapper{
|
|
47334
47361
|
border:none;
|
|
47335
47362
|
}
|
|
47336
|
-
.ag-theme-salt-touch-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-touch-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-touch-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
47337
|
-
border:none;
|
|
47338
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
47339
|
-
outline-offset:-2px;
|
|
47340
|
-
}
|
|
47341
47363
|
.ag-theme-salt-touch-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-touch-light .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
47342
47364
|
align-items:center;
|
|
47343
47365
|
}
|
|
@@ -47580,9 +47602,6 @@ div[class*=ag-theme-salt]{
|
|
|
47580
47602
|
padding-left:var(--salt-spacing-100);
|
|
47581
47603
|
padding-right:var(--salt-spacing-100);
|
|
47582
47604
|
}
|
|
47583
|
-
.ag-theme-salt-touch-light .ag-cell-wrapper{
|
|
47584
|
-
height:100%;
|
|
47585
|
-
}
|
|
47586
47605
|
.ag-theme-salt-touch-light .ag-ltr .ag-cell{
|
|
47587
47606
|
border:none;
|
|
47588
47607
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -47595,37 +47614,45 @@ div[class*=ag-theme-salt]{
|
|
|
47595
47614
|
text-align:right;
|
|
47596
47615
|
}
|
|
47597
47616
|
.ag-theme-salt-touch-light .ag-cell.editable-cell,.ag-theme-salt-touch-light .editable-numeric-cell{
|
|
47598
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
47617
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
47618
|
+
}
|
|
47619
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
47620
|
+
border-color:transparent !important;
|
|
47621
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
47622
|
+
outline-offset:-2px;
|
|
47623
|
+
}
|
|
47624
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
47625
|
+
background-color:var(--salt-container-primary-background);
|
|
47599
47626
|
}
|
|
47600
|
-
.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-touch-light .editable-numeric-cell.ag-cell-focus:focus{
|
|
47601
|
-
clip-path:inset(0, 0);
|
|
47627
|
+
.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-touch-light .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-touch-light .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
47602
47628
|
overflow:visible;
|
|
47603
47629
|
}
|
|
47604
|
-
.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{
|
|
47630
|
+
.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{
|
|
47605
47631
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
47606
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
47632
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
47607
47633
|
border-top:0 solid transparent;
|
|
47608
47634
|
content:"";
|
|
47609
47635
|
left:0;
|
|
47610
47636
|
position:absolute;
|
|
47611
47637
|
top:0;
|
|
47638
|
+
transform:translate(-1px, -1px);
|
|
47612
47639
|
z-index:2;
|
|
47613
47640
|
}
|
|
47614
|
-
.ag-theme-salt-touch-light .ag-cell
|
|
47615
|
-
|
|
47641
|
+
.ag-theme-salt-touch-light .ag-cell.ag-cell-inline-editing{
|
|
47642
|
+
padding:0;
|
|
47616
47643
|
}
|
|
47617
|
-
.ag-theme-salt-touch-light .ag-cell-inline-editing
|
|
47618
|
-
|
|
47644
|
+
.ag-theme-salt-touch-light .ag-cell-inline-editing input{
|
|
47645
|
+
background-color:initial;
|
|
47619
47646
|
}
|
|
47620
|
-
.ag-theme-salt-touch-light .ag-cell
|
|
47621
|
-
|
|
47647
|
+
.ag-theme-salt-touch-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
47648
|
+
text-align:right;
|
|
47622
47649
|
}
|
|
47623
|
-
.ag-theme-salt-touch-light .ag-cell-editor .ag-input-field-input{
|
|
47650
|
+
.ag-theme-salt-touch-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
47624
47651
|
padding-left:16px;
|
|
47625
47652
|
padding-right:16px;
|
|
47626
47653
|
}
|
|
47627
47654
|
.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
47628
|
-
border-left:
|
|
47655
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
47629
47656
|
content:"";
|
|
47630
47657
|
height:100%;
|
|
47631
47658
|
left:0;
|
|
@@ -48051,7 +48078,7 @@ div[class*=ag-theme-salt]{
|
|
|
48051
48078
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
48052
48079
|
}
|
|
48053
48080
|
.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{
|
|
48054
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48081
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48055
48082
|
outline:none;
|
|
48056
48083
|
}
|
|
48057
48084
|
.ag-theme-salt-touch-dark input[class^=ag-]:not([type]):invalid,.ag-theme-salt-touch-dark input[class^=ag-][type=date]:invalid,.ag-theme-salt-touch-dark input[class^=ag-][type=datetime-local]:invalid,.ag-theme-salt-touch-dark input[class^=ag-][type=number]:invalid,.ag-theme-salt-touch-dark input[class^=ag-][type=tel]:invalid,.ag-theme-salt-touch-dark input[class^=ag-][type=text]:invalid,.ag-theme-salt-touch-dark textarea[class^=ag-]:invalid{
|
|
@@ -48082,7 +48109,7 @@ div[class*=ag-theme-salt]{
|
|
|
48082
48109
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
48083
48110
|
background-color:initial;
|
|
48084
48111
|
border:1px solid;
|
|
48085
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48112
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48086
48113
|
content:"";
|
|
48087
48114
|
display:block;
|
|
48088
48115
|
height:calc(100% - 8px);
|
|
@@ -48504,7 +48531,7 @@ div[class*=ag-theme-salt]{
|
|
|
48504
48531
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
48505
48532
|
background-color:initial;
|
|
48506
48533
|
border:1px solid;
|
|
48507
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48534
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48508
48535
|
content:"";
|
|
48509
48536
|
display:block;
|
|
48510
48537
|
height:100%;
|
|
@@ -48528,7 +48555,7 @@ div[class*=ag-theme-salt]{
|
|
|
48528
48555
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
48529
48556
|
background-color:initial;
|
|
48530
48557
|
border:1px solid;
|
|
48531
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48558
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48532
48559
|
content:"";
|
|
48533
48560
|
display:block;
|
|
48534
48561
|
height:calc(100% - 2px);
|
|
@@ -51292,7 +51319,7 @@ div[class*=ag-theme-salt]{
|
|
|
51292
51319
|
cursor:nwse-resize;
|
|
51293
51320
|
}
|
|
51294
51321
|
.ag-theme-salt-touch-dark .ag-cell-inline-editing{
|
|
51295
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
51322
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
51296
51323
|
}
|
|
51297
51324
|
.ag-theme-salt-touch-dark .ag-menu{
|
|
51298
51325
|
background:#242526;
|
|
@@ -51374,7 +51401,7 @@ div[class*=ag-theme-salt]{
|
|
|
51374
51401
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
51375
51402
|
background-color:initial;
|
|
51376
51403
|
border:1px solid;
|
|
51377
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51404
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51378
51405
|
content:"";
|
|
51379
51406
|
display:block;
|
|
51380
51407
|
height:calc(100% - 8px);
|
|
@@ -51482,7 +51509,7 @@ div[class*=ag-theme-salt]{
|
|
|
51482
51509
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
51483
51510
|
background-color:initial;
|
|
51484
51511
|
border:1px solid;
|
|
51485
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51512
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51486
51513
|
content:"";
|
|
51487
51514
|
display:block;
|
|
51488
51515
|
height:calc(100% - 8px);
|
|
@@ -51537,7 +51564,7 @@ div[class*=ag-theme-salt]{
|
|
|
51537
51564
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
51538
51565
|
background-color:initial;
|
|
51539
51566
|
border:1px solid;
|
|
51540
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51567
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51541
51568
|
content:"";
|
|
51542
51569
|
display:block;
|
|
51543
51570
|
height:calc(100% - 8px);
|
|
@@ -51608,7 +51635,7 @@ div[class*=ag-theme-salt]{
|
|
|
51608
51635
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
51609
51636
|
background-color:initial;
|
|
51610
51637
|
border:1px solid;
|
|
51611
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51638
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51612
51639
|
content:"";
|
|
51613
51640
|
display:block;
|
|
51614
51641
|
height:calc(100% - 8px);
|
|
@@ -51824,7 +51851,7 @@ div[class*=ag-theme-salt]{
|
|
|
51824
51851
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
51825
51852
|
background-color:initial;
|
|
51826
51853
|
border:1px solid;
|
|
51827
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51854
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51828
51855
|
content:"";
|
|
51829
51856
|
display:block;
|
|
51830
51857
|
height:calc(100% - 8px);
|
|
@@ -51910,7 +51937,7 @@ div[class*=ag-theme-salt]{
|
|
|
51910
51937
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
51911
51938
|
background-color:initial;
|
|
51912
51939
|
border:1px solid;
|
|
51913
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51940
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51914
51941
|
content:"";
|
|
51915
51942
|
display:block;
|
|
51916
51943
|
height:calc(100% - 8px);
|
|
@@ -51926,7 +51953,7 @@ div[class*=ag-theme-salt]{
|
|
|
51926
51953
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
51927
51954
|
background-color:initial;
|
|
51928
51955
|
border:1px solid;
|
|
51929
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51956
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51930
51957
|
content:"";
|
|
51931
51958
|
display:block;
|
|
51932
51959
|
height:calc(100% - 8px);
|
|
@@ -52035,7 +52062,7 @@ div[class*=ag-theme-salt]{
|
|
|
52035
52062
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
52036
52063
|
background-color:initial;
|
|
52037
52064
|
border:1px solid;
|
|
52038
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52065
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52039
52066
|
content:"";
|
|
52040
52067
|
display:block;
|
|
52041
52068
|
height:100%;
|
|
@@ -52084,7 +52111,7 @@ div[class*=ag-theme-salt]{
|
|
|
52084
52111
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
52085
52112
|
background-color:initial;
|
|
52086
52113
|
border:1px solid;
|
|
52087
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52114
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52088
52115
|
content:"";
|
|
52089
52116
|
display:block;
|
|
52090
52117
|
height:calc(100% - 4px);
|
|
@@ -52207,7 +52234,7 @@ div[class*=ag-theme-salt]{
|
|
|
52207
52234
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
52208
52235
|
background-color:initial;
|
|
52209
52236
|
border:1px solid;
|
|
52210
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52237
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52211
52238
|
content:"";
|
|
52212
52239
|
display:block;
|
|
52213
52240
|
height:calc(100% - 2px);
|
|
@@ -52613,13 +52640,16 @@ div[class*=ag-theme-salt]{
|
|
|
52613
52640
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
52614
52641
|
}
|
|
52615
52642
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
52616
|
-
background-color:var(--
|
|
52643
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
52644
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52617
52645
|
}
|
|
52618
52646
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
52619
|
-
background-color:var(--
|
|
52647
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
52648
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52620
52649
|
}
|
|
52621
52650
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
52622
|
-
background-color:var(--
|
|
52651
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
52652
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52623
52653
|
}
|
|
52624
52654
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:disabled{
|
|
52625
52655
|
opacity:.5;
|
|
@@ -52627,11 +52657,6 @@ div[class*=ag-theme-salt]{
|
|
|
52627
52657
|
.ag-theme-salt-touch-dark .ag-root-wrapper{
|
|
52628
52658
|
border:none;
|
|
52629
52659
|
}
|
|
52630
|
-
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-touch-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-touch-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
|
|
52631
|
-
border:none;
|
|
52632
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
52633
|
-
outline-offset:-2px;
|
|
52634
|
-
}
|
|
52635
52660
|
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-touch-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
|
|
52636
52661
|
align-items:center;
|
|
52637
52662
|
}
|
|
@@ -52874,9 +52899,6 @@ div[class*=ag-theme-salt]{
|
|
|
52874
52899
|
padding-left:var(--salt-spacing-100);
|
|
52875
52900
|
padding-right:var(--salt-spacing-100);
|
|
52876
52901
|
}
|
|
52877
|
-
.ag-theme-salt-touch-dark .ag-cell-wrapper{
|
|
52878
|
-
height:100%;
|
|
52879
|
-
}
|
|
52880
52902
|
.ag-theme-salt-touch-dark .ag-ltr .ag-cell{
|
|
52881
52903
|
border:none;
|
|
52882
52904
|
line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
|
|
@@ -52889,37 +52911,45 @@ div[class*=ag-theme-salt]{
|
|
|
52889
52911
|
text-align:right;
|
|
52890
52912
|
}
|
|
52891
52913
|
.ag-theme-salt-touch-dark .ag-cell.editable-cell,.ag-theme-salt-touch-dark .editable-numeric-cell{
|
|
52892
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
52914
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
52915
|
+
}
|
|
52916
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
52917
|
+
border-color:transparent !important;
|
|
52918
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
52919
|
+
outline-offset:-2px;
|
|
52920
|
+
}
|
|
52921
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
52922
|
+
background-color:var(--salt-container-primary-background);
|
|
52893
52923
|
}
|
|
52894
|
-
.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-touch-dark .editable-numeric-cell.ag-cell-focus:focus{
|
|
52895
|
-
clip-path:inset(0, 0);
|
|
52924
|
+
.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus.ag-cell-inline-editing,.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-touch-dark .ag-cell.editable-cell.ag-cell-focus:focus-within,.ag-theme-salt-touch-dark .ag-cell.editable-numeric-cell.ag-cell-focus:focus{
|
|
52896
52925
|
overflow:visible;
|
|
52897
52926
|
}
|
|
52898
|
-
.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{
|
|
52927
|
+
.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{
|
|
52899
52928
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
52900
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
52929
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
52901
52930
|
border-top:0 solid transparent;
|
|
52902
52931
|
content:"";
|
|
52903
52932
|
left:0;
|
|
52904
52933
|
position:absolute;
|
|
52905
52934
|
top:0;
|
|
52935
|
+
transform:translate(-1px, -1px);
|
|
52906
52936
|
z-index:2;
|
|
52907
52937
|
}
|
|
52908
|
-
.ag-theme-salt-touch-dark .ag-cell
|
|
52909
|
-
|
|
52938
|
+
.ag-theme-salt-touch-dark .ag-cell.ag-cell-inline-editing{
|
|
52939
|
+
padding:0;
|
|
52910
52940
|
}
|
|
52911
|
-
.ag-theme-salt-touch-dark .ag-cell-inline-editing
|
|
52912
|
-
|
|
52941
|
+
.ag-theme-salt-touch-dark .ag-cell-inline-editing input{
|
|
52942
|
+
background-color:initial;
|
|
52913
52943
|
}
|
|
52914
|
-
.ag-theme-salt-touch-dark .ag-cell
|
|
52915
|
-
|
|
52944
|
+
.ag-theme-salt-touch-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
52945
|
+
text-align:right;
|
|
52916
52946
|
}
|
|
52917
|
-
.ag-theme-salt-touch-dark .ag-cell-editor .ag-input-field-input{
|
|
52947
|
+
.ag-theme-salt-touch-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
52918
52948
|
padding-left:16px;
|
|
52919
52949
|
padding-right:16px;
|
|
52920
52950
|
}
|
|
52921
52951
|
.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
52922
|
-
border-left:
|
|
52952
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
52923
52953
|
content:"";
|
|
52924
52954
|
height:100%;
|
|
52925
52955
|
left:0;
|