@salt-ds/ag-grid-theme 1.3.7 → 1.3.8
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 +420 -360
package/salt-ag-theme.css
CHANGED
|
@@ -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
|
}
|
|
@@ -5324,37 +5322,45 @@ div[class*=ag-theme-salt]{
|
|
|
5324
5322
|
text-align:right;
|
|
5325
5323
|
}
|
|
5326
5324
|
.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(--
|
|
5325
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
5328
5326
|
}
|
|
5329
|
-
.ag-theme-salt-high-compact-dark .ag-
|
|
5330
|
-
|
|
5327
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
5328
|
+
border-color:transparent !important;
|
|
5329
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
5330
|
+
outline-offset:-2px;
|
|
5331
|
+
}
|
|
5332
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
5333
|
+
background-color:var(--salt-container-primary-background);
|
|
5334
|
+
}
|
|
5335
|
+
.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
5336
|
overflow:visible;
|
|
5332
5337
|
}
|
|
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{
|
|
5338
|
+
.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
5339
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
5335
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
5340
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
5336
5341
|
border-top:0 solid transparent;
|
|
5337
5342
|
content:"";
|
|
5338
5343
|
left:0;
|
|
5339
5344
|
position:absolute;
|
|
5340
5345
|
top:0;
|
|
5346
|
+
transform:translate(-1px, -1px);
|
|
5341
5347
|
z-index:2;
|
|
5342
5348
|
}
|
|
5343
|
-
.ag-theme-salt-high-compact-dark .ag-cell
|
|
5344
|
-
|
|
5349
|
+
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-inline-editing{
|
|
5350
|
+
padding:0;
|
|
5345
5351
|
}
|
|
5346
|
-
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing
|
|
5347
|
-
|
|
5352
|
+
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing input{
|
|
5353
|
+
background-color:initial;
|
|
5348
5354
|
}
|
|
5349
|
-
.ag-theme-salt-high-compact-dark .ag-cell
|
|
5350
|
-
|
|
5355
|
+
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
5356
|
+
text-align:right;
|
|
5351
5357
|
}
|
|
5352
|
-
.ag-theme-salt-high-compact-dark .ag-cell-editor .ag-input-field-input{
|
|
5358
|
+
.ag-theme-salt-high-compact-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
5353
5359
|
padding-left:4px;
|
|
5354
5360
|
padding-right:4px;
|
|
5355
5361
|
}
|
|
5356
5362
|
.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:
|
|
5363
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
5358
5364
|
content:"";
|
|
5359
5365
|
height:100%;
|
|
5360
5366
|
left:0;
|
|
@@ -5774,7 +5780,7 @@ div[class*=ag-theme-salt]{
|
|
|
5774
5780
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
5775
5781
|
}
|
|
5776
5782
|
.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);
|
|
5783
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5778
5784
|
outline:none;
|
|
5779
5785
|
}
|
|
5780
5786
|
.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 +5811,7 @@ div[class*=ag-theme-salt]{
|
|
|
5805
5811
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
5806
5812
|
background-color:initial;
|
|
5807
5813
|
border:1px solid;
|
|
5808
|
-
border-color:var(--ag-input-focus-border-color);
|
|
5814
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5809
5815
|
content:"";
|
|
5810
5816
|
display:block;
|
|
5811
5817
|
height:calc(100% - 8px);
|
|
@@ -6227,7 +6233,7 @@ div[class*=ag-theme-salt]{
|
|
|
6227
6233
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
6228
6234
|
background-color:initial;
|
|
6229
6235
|
border:1px solid;
|
|
6230
|
-
border-color:var(--ag-input-focus-border-color);
|
|
6236
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
6231
6237
|
content:"";
|
|
6232
6238
|
display:block;
|
|
6233
6239
|
height:100%;
|
|
@@ -6251,7 +6257,7 @@ div[class*=ag-theme-salt]{
|
|
|
6251
6257
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
6252
6258
|
background-color:initial;
|
|
6253
6259
|
border:1px solid;
|
|
6254
|
-
border-color:var(--ag-input-focus-border-color);
|
|
6260
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
6255
6261
|
content:"";
|
|
6256
6262
|
display:block;
|
|
6257
6263
|
height:calc(100% - 2px);
|
|
@@ -9007,7 +9013,7 @@ div[class*=ag-theme-salt]{
|
|
|
9007
9013
|
cursor:nwse-resize;
|
|
9008
9014
|
}
|
|
9009
9015
|
.ag-theme-salt-high-compact-light .ag-cell-inline-editing{
|
|
9010
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
9016
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
9011
9017
|
}
|
|
9012
9018
|
.ag-theme-salt-high-compact-light .ag-menu{
|
|
9013
9019
|
background:#fff;
|
|
@@ -9089,7 +9095,7 @@ div[class*=ag-theme-salt]{
|
|
|
9089
9095
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
9090
9096
|
background-color:initial;
|
|
9091
9097
|
border:1px solid;
|
|
9092
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9098
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9093
9099
|
content:"";
|
|
9094
9100
|
display:block;
|
|
9095
9101
|
height:calc(100% - 8px);
|
|
@@ -9197,7 +9203,7 @@ div[class*=ag-theme-salt]{
|
|
|
9197
9203
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
9198
9204
|
background-color:initial;
|
|
9199
9205
|
border:1px solid;
|
|
9200
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9206
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9201
9207
|
content:"";
|
|
9202
9208
|
display:block;
|
|
9203
9209
|
height:calc(100% - 8px);
|
|
@@ -9252,7 +9258,7 @@ div[class*=ag-theme-salt]{
|
|
|
9252
9258
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
9253
9259
|
background-color:initial;
|
|
9254
9260
|
border:1px solid;
|
|
9255
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9261
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9256
9262
|
content:"";
|
|
9257
9263
|
display:block;
|
|
9258
9264
|
height:calc(100% - 8px);
|
|
@@ -9323,7 +9329,7 @@ div[class*=ag-theme-salt]{
|
|
|
9323
9329
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
9324
9330
|
background-color:initial;
|
|
9325
9331
|
border:1px solid;
|
|
9326
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9332
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9327
9333
|
content:"";
|
|
9328
9334
|
display:block;
|
|
9329
9335
|
height:calc(100% - 8px);
|
|
@@ -9539,7 +9545,7 @@ div[class*=ag-theme-salt]{
|
|
|
9539
9545
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
9540
9546
|
background-color:initial;
|
|
9541
9547
|
border:1px solid;
|
|
9542
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9548
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9543
9549
|
content:"";
|
|
9544
9550
|
display:block;
|
|
9545
9551
|
height:calc(100% - 8px);
|
|
@@ -9625,7 +9631,7 @@ div[class*=ag-theme-salt]{
|
|
|
9625
9631
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
9626
9632
|
background-color:initial;
|
|
9627
9633
|
border:1px solid;
|
|
9628
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9634
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9629
9635
|
content:"";
|
|
9630
9636
|
display:block;
|
|
9631
9637
|
height:calc(100% - 8px);
|
|
@@ -9641,7 +9647,7 @@ div[class*=ag-theme-salt]{
|
|
|
9641
9647
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
9642
9648
|
background-color:initial;
|
|
9643
9649
|
border:1px solid;
|
|
9644
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9650
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9645
9651
|
content:"";
|
|
9646
9652
|
display:block;
|
|
9647
9653
|
height:calc(100% - 8px);
|
|
@@ -9750,7 +9756,7 @@ div[class*=ag-theme-salt]{
|
|
|
9750
9756
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
9751
9757
|
background-color:initial;
|
|
9752
9758
|
border:1px solid;
|
|
9753
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9759
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9754
9760
|
content:"";
|
|
9755
9761
|
display:block;
|
|
9756
9762
|
height:100%;
|
|
@@ -9799,7 +9805,7 @@ div[class*=ag-theme-salt]{
|
|
|
9799
9805
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
9800
9806
|
background-color:initial;
|
|
9801
9807
|
border:1px solid;
|
|
9802
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9808
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9803
9809
|
content:"";
|
|
9804
9810
|
display:block;
|
|
9805
9811
|
height:calc(100% - 4px);
|
|
@@ -9922,7 +9928,7 @@ div[class*=ag-theme-salt]{
|
|
|
9922
9928
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
9923
9929
|
background-color:initial;
|
|
9924
9930
|
border:1px solid;
|
|
9925
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9931
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9926
9932
|
content:"";
|
|
9927
9933
|
display:block;
|
|
9928
9934
|
height:calc(100% - 2px);
|
|
@@ -10328,13 +10334,16 @@ div[class*=ag-theme-salt]{
|
|
|
10328
10334
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
10329
10335
|
}
|
|
10330
10336
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
10331
|
-
background-color:var(--
|
|
10337
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
10338
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
10332
10339
|
}
|
|
10333
10340
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
10334
|
-
background-color:var(--
|
|
10341
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
10342
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
10335
10343
|
}
|
|
10336
10344
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-ms-track{
|
|
10337
|
-
background-color:var(--
|
|
10345
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
10346
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
10338
10347
|
}
|
|
10339
10348
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:disabled{
|
|
10340
10349
|
opacity:.5;
|
|
@@ -10342,11 +10351,6 @@ div[class*=ag-theme-salt]{
|
|
|
10342
10351
|
.ag-theme-salt-high-compact-light .ag-root-wrapper{
|
|
10343
10352
|
border:none;
|
|
10344
10353
|
}
|
|
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
10354
|
.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
10355
|
align-items:center;
|
|
10352
10356
|
}
|
|
@@ -10604,37 +10608,45 @@ div[class*=ag-theme-salt]{
|
|
|
10604
10608
|
text-align:right;
|
|
10605
10609
|
}
|
|
10606
10610
|
.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(--
|
|
10611
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
10608
10612
|
}
|
|
10609
|
-
.ag-theme-salt-high-compact-light .ag-
|
|
10610
|
-
|
|
10613
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
10614
|
+
border-color:transparent !important;
|
|
10615
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
10616
|
+
outline-offset:-2px;
|
|
10617
|
+
}
|
|
10618
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
10619
|
+
background-color:var(--salt-container-primary-background);
|
|
10620
|
+
}
|
|
10621
|
+
.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
10622
|
overflow:visible;
|
|
10612
10623
|
}
|
|
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{
|
|
10624
|
+
.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
10625
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
10615
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
10626
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
10616
10627
|
border-top:0 solid transparent;
|
|
10617
10628
|
content:"";
|
|
10618
10629
|
left:0;
|
|
10619
10630
|
position:absolute;
|
|
10620
10631
|
top:0;
|
|
10632
|
+
transform:translate(-1px, -1px);
|
|
10621
10633
|
z-index:2;
|
|
10622
10634
|
}
|
|
10623
|
-
.ag-theme-salt-high-compact-light .ag-cell
|
|
10624
|
-
|
|
10635
|
+
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-inline-editing{
|
|
10636
|
+
padding:0;
|
|
10625
10637
|
}
|
|
10626
|
-
.ag-theme-salt-high-compact-light .ag-cell-inline-editing
|
|
10627
|
-
|
|
10638
|
+
.ag-theme-salt-high-compact-light .ag-cell-inline-editing input{
|
|
10639
|
+
background-color:initial;
|
|
10628
10640
|
}
|
|
10629
|
-
.ag-theme-salt-high-compact-light .ag-cell
|
|
10630
|
-
|
|
10641
|
+
.ag-theme-salt-high-compact-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
10642
|
+
text-align:right;
|
|
10631
10643
|
}
|
|
10632
|
-
.ag-theme-salt-high-compact-light .ag-cell-editor .ag-input-field-input{
|
|
10644
|
+
.ag-theme-salt-high-compact-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
10633
10645
|
padding-left:4px;
|
|
10634
10646
|
padding-right:4px;
|
|
10635
10647
|
}
|
|
10636
10648
|
.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:
|
|
10649
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
10638
10650
|
content:"";
|
|
10639
10651
|
height:100%;
|
|
10640
10652
|
left:0;
|
|
@@ -11063,7 +11075,7 @@ div[class*=ag-theme-salt]{
|
|
|
11063
11075
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
11064
11076
|
}
|
|
11065
11077
|
.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);
|
|
11078
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11067
11079
|
outline:none;
|
|
11068
11080
|
}
|
|
11069
11081
|
.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 +11106,7 @@ div[class*=ag-theme-salt]{
|
|
|
11094
11106
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
11095
11107
|
background-color:initial;
|
|
11096
11108
|
border:1px solid;
|
|
11097
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11109
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11098
11110
|
content:"";
|
|
11099
11111
|
display:block;
|
|
11100
11112
|
height:calc(100% - 8px);
|
|
@@ -11516,7 +11528,7 @@ div[class*=ag-theme-salt]{
|
|
|
11516
11528
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
11517
11529
|
background-color:initial;
|
|
11518
11530
|
border:1px solid;
|
|
11519
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11531
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11520
11532
|
content:"";
|
|
11521
11533
|
display:block;
|
|
11522
11534
|
height:100%;
|
|
@@ -11540,7 +11552,7 @@ div[class*=ag-theme-salt]{
|
|
|
11540
11552
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
11541
11553
|
background-color:initial;
|
|
11542
11554
|
border:1px solid;
|
|
11543
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11555
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11544
11556
|
content:"";
|
|
11545
11557
|
display:block;
|
|
11546
11558
|
height:calc(100% - 2px);
|
|
@@ -14296,7 +14308,7 @@ div[class*=ag-theme-salt]{
|
|
|
14296
14308
|
cursor:nwse-resize;
|
|
14297
14309
|
}
|
|
14298
14310
|
.ag-theme-salt-high-dark .ag-cell-inline-editing{
|
|
14299
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
14311
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
14300
14312
|
}
|
|
14301
14313
|
.ag-theme-salt-high-dark .ag-menu{
|
|
14302
14314
|
background:#242526;
|
|
@@ -14378,7 +14390,7 @@ div[class*=ag-theme-salt]{
|
|
|
14378
14390
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
14379
14391
|
background-color:initial;
|
|
14380
14392
|
border:1px solid;
|
|
14381
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14393
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14382
14394
|
content:"";
|
|
14383
14395
|
display:block;
|
|
14384
14396
|
height:calc(100% - 8px);
|
|
@@ -14486,7 +14498,7 @@ div[class*=ag-theme-salt]{
|
|
|
14486
14498
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
14487
14499
|
background-color:initial;
|
|
14488
14500
|
border:1px solid;
|
|
14489
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14501
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14490
14502
|
content:"";
|
|
14491
14503
|
display:block;
|
|
14492
14504
|
height:calc(100% - 8px);
|
|
@@ -14541,7 +14553,7 @@ div[class*=ag-theme-salt]{
|
|
|
14541
14553
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
14542
14554
|
background-color:initial;
|
|
14543
14555
|
border:1px solid;
|
|
14544
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14556
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14545
14557
|
content:"";
|
|
14546
14558
|
display:block;
|
|
14547
14559
|
height:calc(100% - 8px);
|
|
@@ -14612,7 +14624,7 @@ div[class*=ag-theme-salt]{
|
|
|
14612
14624
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
14613
14625
|
background-color:initial;
|
|
14614
14626
|
border:1px solid;
|
|
14615
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14627
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14616
14628
|
content:"";
|
|
14617
14629
|
display:block;
|
|
14618
14630
|
height:calc(100% - 8px);
|
|
@@ -14828,7 +14840,7 @@ div[class*=ag-theme-salt]{
|
|
|
14828
14840
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
14829
14841
|
background-color:initial;
|
|
14830
14842
|
border:1px solid;
|
|
14831
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14843
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14832
14844
|
content:"";
|
|
14833
14845
|
display:block;
|
|
14834
14846
|
height:calc(100% - 8px);
|
|
@@ -14914,7 +14926,7 @@ div[class*=ag-theme-salt]{
|
|
|
14914
14926
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
14915
14927
|
background-color:initial;
|
|
14916
14928
|
border:1px solid;
|
|
14917
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14929
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14918
14930
|
content:"";
|
|
14919
14931
|
display:block;
|
|
14920
14932
|
height:calc(100% - 8px);
|
|
@@ -14930,7 +14942,7 @@ div[class*=ag-theme-salt]{
|
|
|
14930
14942
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
14931
14943
|
background-color:initial;
|
|
14932
14944
|
border:1px solid;
|
|
14933
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14945
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14934
14946
|
content:"";
|
|
14935
14947
|
display:block;
|
|
14936
14948
|
height:calc(100% - 8px);
|
|
@@ -15039,7 +15051,7 @@ div[class*=ag-theme-salt]{
|
|
|
15039
15051
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
15040
15052
|
background-color:initial;
|
|
15041
15053
|
border:1px solid;
|
|
15042
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15054
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15043
15055
|
content:"";
|
|
15044
15056
|
display:block;
|
|
15045
15057
|
height:100%;
|
|
@@ -15088,7 +15100,7 @@ div[class*=ag-theme-salt]{
|
|
|
15088
15100
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
15089
15101
|
background-color:initial;
|
|
15090
15102
|
border:1px solid;
|
|
15091
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15103
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15092
15104
|
content:"";
|
|
15093
15105
|
display:block;
|
|
15094
15106
|
height:calc(100% - 4px);
|
|
@@ -15211,7 +15223,7 @@ div[class*=ag-theme-salt]{
|
|
|
15211
15223
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
15212
15224
|
background-color:initial;
|
|
15213
15225
|
border:1px solid;
|
|
15214
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15226
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15215
15227
|
content:"";
|
|
15216
15228
|
display:block;
|
|
15217
15229
|
height:calc(100% - 2px);
|
|
@@ -15617,13 +15629,16 @@ div[class*=ag-theme-salt]{
|
|
|
15617
15629
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
15618
15630
|
}
|
|
15619
15631
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
15620
|
-
background-color:var(--
|
|
15632
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
15633
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15621
15634
|
}
|
|
15622
15635
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
15623
|
-
background-color:var(--
|
|
15636
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
15637
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15624
15638
|
}
|
|
15625
15639
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
15626
|
-
background-color:var(--
|
|
15640
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
15641
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15627
15642
|
}
|
|
15628
15643
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:disabled{
|
|
15629
15644
|
opacity:.5;
|
|
@@ -15631,11 +15646,6 @@ div[class*=ag-theme-salt]{
|
|
|
15631
15646
|
.ag-theme-salt-high-dark .ag-root-wrapper{
|
|
15632
15647
|
border:none;
|
|
15633
15648
|
}
|
|
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
15649
|
.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
15650
|
align-items:center;
|
|
15641
15651
|
}
|
|
@@ -15893,37 +15903,45 @@ div[class*=ag-theme-salt]{
|
|
|
15893
15903
|
text-align:right;
|
|
15894
15904
|
}
|
|
15895
15905
|
.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(--
|
|
15906
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
15907
|
+
}
|
|
15908
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
15909
|
+
border-color:transparent !important;
|
|
15910
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
15911
|
+
outline-offset:-2px;
|
|
15912
|
+
}
|
|
15913
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
15914
|
+
background-color:var(--salt-container-primary-background);
|
|
15897
15915
|
}
|
|
15898
|
-
.ag-theme-salt-high-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-dark .editable-numeric-cell.ag-cell-focus:focus{
|
|
15899
|
-
clip-path:inset(0, 0);
|
|
15916
|
+
.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
15917
|
overflow:visible;
|
|
15901
15918
|
}
|
|
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{
|
|
15919
|
+
.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
15920
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
15904
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
15921
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
15905
15922
|
border-top:0 solid transparent;
|
|
15906
15923
|
content:"";
|
|
15907
15924
|
left:0;
|
|
15908
15925
|
position:absolute;
|
|
15909
15926
|
top:0;
|
|
15927
|
+
transform:translate(-1px, -1px);
|
|
15910
15928
|
z-index:2;
|
|
15911
15929
|
}
|
|
15912
|
-
.ag-theme-salt-high-dark .ag-cell
|
|
15913
|
-
|
|
15930
|
+
.ag-theme-salt-high-dark .ag-cell.ag-cell-inline-editing{
|
|
15931
|
+
padding:0;
|
|
15914
15932
|
}
|
|
15915
|
-
.ag-theme-salt-high-dark .ag-cell-inline-editing
|
|
15916
|
-
|
|
15933
|
+
.ag-theme-salt-high-dark .ag-cell-inline-editing input{
|
|
15934
|
+
background-color:initial;
|
|
15917
15935
|
}
|
|
15918
|
-
.ag-theme-salt-high-dark .ag-cell
|
|
15919
|
-
|
|
15936
|
+
.ag-theme-salt-high-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
15937
|
+
text-align:right;
|
|
15920
15938
|
}
|
|
15921
|
-
.ag-theme-salt-high-dark .ag-cell-editor .ag-input-field-input{
|
|
15939
|
+
.ag-theme-salt-high-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
15922
15940
|
padding-left:4px;
|
|
15923
15941
|
padding-right:4px;
|
|
15924
15942
|
}
|
|
15925
15943
|
.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:
|
|
15944
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
15927
15945
|
content:"";
|
|
15928
15946
|
height:100%;
|
|
15929
15947
|
left:0;
|
|
@@ -16343,7 +16361,7 @@ div[class*=ag-theme-salt]{
|
|
|
16343
16361
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
16344
16362
|
}
|
|
16345
16363
|
.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);
|
|
16364
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16347
16365
|
outline:none;
|
|
16348
16366
|
}
|
|
16349
16367
|
.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 +16392,7 @@ div[class*=ag-theme-salt]{
|
|
|
16374
16392
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
16375
16393
|
background-color:initial;
|
|
16376
16394
|
border:1px solid;
|
|
16377
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16395
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16378
16396
|
content:"";
|
|
16379
16397
|
display:block;
|
|
16380
16398
|
height:calc(100% - 8px);
|
|
@@ -16796,7 +16814,7 @@ div[class*=ag-theme-salt]{
|
|
|
16796
16814
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
16797
16815
|
background-color:initial;
|
|
16798
16816
|
border:1px solid;
|
|
16799
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16817
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16800
16818
|
content:"";
|
|
16801
16819
|
display:block;
|
|
16802
16820
|
height:100%;
|
|
@@ -16820,7 +16838,7 @@ div[class*=ag-theme-salt]{
|
|
|
16820
16838
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
16821
16839
|
background-color:initial;
|
|
16822
16840
|
border:1px solid;
|
|
16823
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16841
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16824
16842
|
content:"";
|
|
16825
16843
|
display:block;
|
|
16826
16844
|
height:calc(100% - 2px);
|
|
@@ -19576,7 +19594,7 @@ div[class*=ag-theme-salt]{
|
|
|
19576
19594
|
cursor:nwse-resize;
|
|
19577
19595
|
}
|
|
19578
19596
|
.ag-theme-salt-high-light .ag-cell-inline-editing{
|
|
19579
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
19597
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
19580
19598
|
}
|
|
19581
19599
|
.ag-theme-salt-high-light .ag-menu{
|
|
19582
19600
|
background:#fff;
|
|
@@ -19658,7 +19676,7 @@ div[class*=ag-theme-salt]{
|
|
|
19658
19676
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
19659
19677
|
background-color:initial;
|
|
19660
19678
|
border:1px solid;
|
|
19661
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19679
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19662
19680
|
content:"";
|
|
19663
19681
|
display:block;
|
|
19664
19682
|
height:calc(100% - 8px);
|
|
@@ -19766,7 +19784,7 @@ div[class*=ag-theme-salt]{
|
|
|
19766
19784
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
19767
19785
|
background-color:initial;
|
|
19768
19786
|
border:1px solid;
|
|
19769
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19787
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19770
19788
|
content:"";
|
|
19771
19789
|
display:block;
|
|
19772
19790
|
height:calc(100% - 8px);
|
|
@@ -19821,7 +19839,7 @@ div[class*=ag-theme-salt]{
|
|
|
19821
19839
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
19822
19840
|
background-color:initial;
|
|
19823
19841
|
border:1px solid;
|
|
19824
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19842
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19825
19843
|
content:"";
|
|
19826
19844
|
display:block;
|
|
19827
19845
|
height:calc(100% - 8px);
|
|
@@ -19892,7 +19910,7 @@ div[class*=ag-theme-salt]{
|
|
|
19892
19910
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
19893
19911
|
background-color:initial;
|
|
19894
19912
|
border:1px solid;
|
|
19895
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19913
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19896
19914
|
content:"";
|
|
19897
19915
|
display:block;
|
|
19898
19916
|
height:calc(100% - 8px);
|
|
@@ -20108,7 +20126,7 @@ div[class*=ag-theme-salt]{
|
|
|
20108
20126
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
20109
20127
|
background-color:initial;
|
|
20110
20128
|
border:1px solid;
|
|
20111
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20129
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20112
20130
|
content:"";
|
|
20113
20131
|
display:block;
|
|
20114
20132
|
height:calc(100% - 8px);
|
|
@@ -20194,7 +20212,7 @@ div[class*=ag-theme-salt]{
|
|
|
20194
20212
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
20195
20213
|
background-color:initial;
|
|
20196
20214
|
border:1px solid;
|
|
20197
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20215
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20198
20216
|
content:"";
|
|
20199
20217
|
display:block;
|
|
20200
20218
|
height:calc(100% - 8px);
|
|
@@ -20210,7 +20228,7 @@ div[class*=ag-theme-salt]{
|
|
|
20210
20228
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
20211
20229
|
background-color:initial;
|
|
20212
20230
|
border:1px solid;
|
|
20213
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20231
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20214
20232
|
content:"";
|
|
20215
20233
|
display:block;
|
|
20216
20234
|
height:calc(100% - 8px);
|
|
@@ -20319,7 +20337,7 @@ div[class*=ag-theme-salt]{
|
|
|
20319
20337
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
20320
20338
|
background-color:initial;
|
|
20321
20339
|
border:1px solid;
|
|
20322
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20340
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20323
20341
|
content:"";
|
|
20324
20342
|
display:block;
|
|
20325
20343
|
height:100%;
|
|
@@ -20368,7 +20386,7 @@ div[class*=ag-theme-salt]{
|
|
|
20368
20386
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
20369
20387
|
background-color:initial;
|
|
20370
20388
|
border:1px solid;
|
|
20371
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20389
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20372
20390
|
content:"";
|
|
20373
20391
|
display:block;
|
|
20374
20392
|
height:calc(100% - 4px);
|
|
@@ -20491,7 +20509,7 @@ div[class*=ag-theme-salt]{
|
|
|
20491
20509
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
20492
20510
|
background-color:initial;
|
|
20493
20511
|
border:1px solid;
|
|
20494
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20512
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20495
20513
|
content:"";
|
|
20496
20514
|
display:block;
|
|
20497
20515
|
height:calc(100% - 2px);
|
|
@@ -20897,13 +20915,16 @@ div[class*=ag-theme-salt]{
|
|
|
20897
20915
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
20898
20916
|
}
|
|
20899
20917
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
20900
|
-
background-color:var(--
|
|
20918
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
20919
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20901
20920
|
}
|
|
20902
20921
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
20903
|
-
background-color:var(--
|
|
20922
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
20923
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20904
20924
|
}
|
|
20905
20925
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-ms-track{
|
|
20906
|
-
background-color:var(--
|
|
20926
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
20927
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20907
20928
|
}
|
|
20908
20929
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:disabled{
|
|
20909
20930
|
opacity:.5;
|
|
@@ -20911,11 +20932,6 @@ div[class*=ag-theme-salt]{
|
|
|
20911
20932
|
.ag-theme-salt-high-light .ag-root-wrapper{
|
|
20912
20933
|
border:none;
|
|
20913
20934
|
}
|
|
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
20935
|
.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
20936
|
align-items:center;
|
|
20921
20937
|
}
|
|
@@ -21173,37 +21189,45 @@ div[class*=ag-theme-salt]{
|
|
|
21173
21189
|
text-align:right;
|
|
21174
21190
|
}
|
|
21175
21191
|
.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(--
|
|
21192
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
21193
|
+
}
|
|
21194
|
+
.ag-theme-salt-high-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
21195
|
+
border-color:transparent !important;
|
|
21196
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
21197
|
+
outline-offset:-2px;
|
|
21198
|
+
}
|
|
21199
|
+
.ag-theme-salt-high-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
21200
|
+
background-color:var(--salt-container-primary-background);
|
|
21177
21201
|
}
|
|
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);
|
|
21202
|
+
.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
21203
|
overflow:visible;
|
|
21181
21204
|
}
|
|
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{
|
|
21205
|
+
.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
21206
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
21184
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
21207
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
21185
21208
|
border-top:0 solid transparent;
|
|
21186
21209
|
content:"";
|
|
21187
21210
|
left:0;
|
|
21188
21211
|
position:absolute;
|
|
21189
21212
|
top:0;
|
|
21213
|
+
transform:translate(-1px, -1px);
|
|
21190
21214
|
z-index:2;
|
|
21191
21215
|
}
|
|
21192
|
-
.ag-theme-salt-high-light .ag-cell
|
|
21193
|
-
|
|
21216
|
+
.ag-theme-salt-high-light .ag-cell.ag-cell-inline-editing{
|
|
21217
|
+
padding:0;
|
|
21194
21218
|
}
|
|
21195
|
-
.ag-theme-salt-high-light .ag-cell-inline-editing
|
|
21196
|
-
|
|
21219
|
+
.ag-theme-salt-high-light .ag-cell-inline-editing input{
|
|
21220
|
+
background-color:initial;
|
|
21197
21221
|
}
|
|
21198
|
-
.ag-theme-salt-high-light .ag-cell
|
|
21199
|
-
|
|
21222
|
+
.ag-theme-salt-high-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
21223
|
+
text-align:right;
|
|
21200
21224
|
}
|
|
21201
|
-
.ag-theme-salt-high-light .ag-cell-editor .ag-input-field-input{
|
|
21225
|
+
.ag-theme-salt-high-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
21202
21226
|
padding-left:4px;
|
|
21203
21227
|
padding-right:4px;
|
|
21204
21228
|
}
|
|
21205
21229
|
.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:
|
|
21230
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
21207
21231
|
content:"";
|
|
21208
21232
|
height:100%;
|
|
21209
21233
|
left:0;
|
|
@@ -21633,7 +21657,7 @@ div[class*=ag-theme-salt]{
|
|
|
21633
21657
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
21634
21658
|
}
|
|
21635
21659
|
.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);
|
|
21660
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
21637
21661
|
outline:none;
|
|
21638
21662
|
}
|
|
21639
21663
|
.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 +21688,7 @@ div[class*=ag-theme-salt]{
|
|
|
21664
21688
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
21665
21689
|
background-color:initial;
|
|
21666
21690
|
border:1px solid;
|
|
21667
|
-
border-color:var(--ag-input-focus-border-color);
|
|
21691
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
21668
21692
|
content:"";
|
|
21669
21693
|
display:block;
|
|
21670
21694
|
height:calc(100% - 8px);
|
|
@@ -22086,7 +22110,7 @@ div[class*=ag-theme-salt]{
|
|
|
22086
22110
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
22087
22111
|
background-color:initial;
|
|
22088
22112
|
border:1px solid;
|
|
22089
|
-
border-color:var(--ag-input-focus-border-color);
|
|
22113
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
22090
22114
|
content:"";
|
|
22091
22115
|
display:block;
|
|
22092
22116
|
height:100%;
|
|
@@ -22110,7 +22134,7 @@ div[class*=ag-theme-salt]{
|
|
|
22110
22134
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
22111
22135
|
background-color:initial;
|
|
22112
22136
|
border:1px solid;
|
|
22113
|
-
border-color:var(--ag-input-focus-border-color);
|
|
22137
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
22114
22138
|
content:"";
|
|
22115
22139
|
display:block;
|
|
22116
22140
|
height:calc(100% - 2px);
|
|
@@ -24866,7 +24890,7 @@ div[class*=ag-theme-salt]{
|
|
|
24866
24890
|
cursor:nwse-resize;
|
|
24867
24891
|
}
|
|
24868
24892
|
.ag-theme-salt-medium-dark .ag-cell-inline-editing{
|
|
24869
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
24893
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
24870
24894
|
}
|
|
24871
24895
|
.ag-theme-salt-medium-dark .ag-menu{
|
|
24872
24896
|
background:#242526;
|
|
@@ -24948,7 +24972,7 @@ div[class*=ag-theme-salt]{
|
|
|
24948
24972
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
24949
24973
|
background-color:initial;
|
|
24950
24974
|
border:1px solid;
|
|
24951
|
-
border-color:var(--ag-input-focus-border-color);
|
|
24975
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
24952
24976
|
content:"";
|
|
24953
24977
|
display:block;
|
|
24954
24978
|
height:calc(100% - 8px);
|
|
@@ -25056,7 +25080,7 @@ div[class*=ag-theme-salt]{
|
|
|
25056
25080
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
25057
25081
|
background-color:initial;
|
|
25058
25082
|
border:1px solid;
|
|
25059
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25083
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25060
25084
|
content:"";
|
|
25061
25085
|
display:block;
|
|
25062
25086
|
height:calc(100% - 8px);
|
|
@@ -25111,7 +25135,7 @@ div[class*=ag-theme-salt]{
|
|
|
25111
25135
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
25112
25136
|
background-color:initial;
|
|
25113
25137
|
border:1px solid;
|
|
25114
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25138
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25115
25139
|
content:"";
|
|
25116
25140
|
display:block;
|
|
25117
25141
|
height:calc(100% - 8px);
|
|
@@ -25182,7 +25206,7 @@ div[class*=ag-theme-salt]{
|
|
|
25182
25206
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
25183
25207
|
background-color:initial;
|
|
25184
25208
|
border:1px solid;
|
|
25185
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25209
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25186
25210
|
content:"";
|
|
25187
25211
|
display:block;
|
|
25188
25212
|
height:calc(100% - 8px);
|
|
@@ -25398,7 +25422,7 @@ div[class*=ag-theme-salt]{
|
|
|
25398
25422
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
25399
25423
|
background-color:initial;
|
|
25400
25424
|
border:1px solid;
|
|
25401
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25425
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25402
25426
|
content:"";
|
|
25403
25427
|
display:block;
|
|
25404
25428
|
height:calc(100% - 8px);
|
|
@@ -25484,7 +25508,7 @@ div[class*=ag-theme-salt]{
|
|
|
25484
25508
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
25485
25509
|
background-color:initial;
|
|
25486
25510
|
border:1px solid;
|
|
25487
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25511
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25488
25512
|
content:"";
|
|
25489
25513
|
display:block;
|
|
25490
25514
|
height:calc(100% - 8px);
|
|
@@ -25500,7 +25524,7 @@ div[class*=ag-theme-salt]{
|
|
|
25500
25524
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
25501
25525
|
background-color:initial;
|
|
25502
25526
|
border:1px solid;
|
|
25503
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25527
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25504
25528
|
content:"";
|
|
25505
25529
|
display:block;
|
|
25506
25530
|
height:calc(100% - 8px);
|
|
@@ -25609,7 +25633,7 @@ div[class*=ag-theme-salt]{
|
|
|
25609
25633
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
25610
25634
|
background-color:initial;
|
|
25611
25635
|
border:1px solid;
|
|
25612
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25636
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25613
25637
|
content:"";
|
|
25614
25638
|
display:block;
|
|
25615
25639
|
height:100%;
|
|
@@ -25658,7 +25682,7 @@ div[class*=ag-theme-salt]{
|
|
|
25658
25682
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
25659
25683
|
background-color:initial;
|
|
25660
25684
|
border:1px solid;
|
|
25661
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25685
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25662
25686
|
content:"";
|
|
25663
25687
|
display:block;
|
|
25664
25688
|
height:calc(100% - 4px);
|
|
@@ -25781,7 +25805,7 @@ div[class*=ag-theme-salt]{
|
|
|
25781
25805
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
25782
25806
|
background-color:initial;
|
|
25783
25807
|
border:1px solid;
|
|
25784
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25808
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25785
25809
|
content:"";
|
|
25786
25810
|
display:block;
|
|
25787
25811
|
height:calc(100% - 2px);
|
|
@@ -26187,13 +26211,16 @@ div[class*=ag-theme-salt]{
|
|
|
26187
26211
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
26188
26212
|
}
|
|
26189
26213
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
26190
|
-
background-color:var(--
|
|
26214
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
26215
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26191
26216
|
}
|
|
26192
26217
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
26193
|
-
background-color:var(--
|
|
26218
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
26219
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26194
26220
|
}
|
|
26195
26221
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
26196
|
-
background-color:var(--
|
|
26222
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
26223
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26197
26224
|
}
|
|
26198
26225
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:disabled{
|
|
26199
26226
|
opacity:.5;
|
|
@@ -26201,11 +26228,6 @@ div[class*=ag-theme-salt]{
|
|
|
26201
26228
|
.ag-theme-salt-medium-dark .ag-root-wrapper{
|
|
26202
26229
|
border:none;
|
|
26203
26230
|
}
|
|
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
26231
|
.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
26232
|
align-items:center;
|
|
26211
26233
|
}
|
|
@@ -26463,37 +26485,45 @@ div[class*=ag-theme-salt]{
|
|
|
26463
26485
|
text-align:right;
|
|
26464
26486
|
}
|
|
26465
26487
|
.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(--
|
|
26488
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
26489
|
+
}
|
|
26490
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
26491
|
+
border-color:transparent !important;
|
|
26492
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
26493
|
+
outline-offset:-2px;
|
|
26467
26494
|
}
|
|
26468
|
-
.ag-theme-salt-medium-dark .ag-
|
|
26469
|
-
|
|
26495
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
26496
|
+
background-color:var(--salt-container-primary-background);
|
|
26497
|
+
}
|
|
26498
|
+
.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
26499
|
overflow:visible;
|
|
26471
26500
|
}
|
|
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{
|
|
26501
|
+
.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
26502
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
26474
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
26503
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
26475
26504
|
border-top:0 solid transparent;
|
|
26476
26505
|
content:"";
|
|
26477
26506
|
left:0;
|
|
26478
26507
|
position:absolute;
|
|
26479
26508
|
top:0;
|
|
26509
|
+
transform:translate(-1px, -1px);
|
|
26480
26510
|
z-index:2;
|
|
26481
26511
|
}
|
|
26482
|
-
.ag-theme-salt-medium-dark .ag-cell
|
|
26483
|
-
|
|
26512
|
+
.ag-theme-salt-medium-dark .ag-cell.ag-cell-inline-editing{
|
|
26513
|
+
padding:0;
|
|
26484
26514
|
}
|
|
26485
|
-
.ag-theme-salt-medium-dark .ag-cell-inline-editing
|
|
26486
|
-
|
|
26515
|
+
.ag-theme-salt-medium-dark .ag-cell-inline-editing input{
|
|
26516
|
+
background-color:initial;
|
|
26487
26517
|
}
|
|
26488
|
-
.ag-theme-salt-medium-dark .ag-cell
|
|
26489
|
-
|
|
26518
|
+
.ag-theme-salt-medium-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
26519
|
+
text-align:right;
|
|
26490
26520
|
}
|
|
26491
|
-
.ag-theme-salt-medium-dark .ag-cell-editor .ag-input-field-input{
|
|
26521
|
+
.ag-theme-salt-medium-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
26492
26522
|
padding-left:8px;
|
|
26493
26523
|
padding-right:8px;
|
|
26494
26524
|
}
|
|
26495
26525
|
.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:
|
|
26526
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
26497
26527
|
content:"";
|
|
26498
26528
|
height:100%;
|
|
26499
26529
|
left:0;
|
|
@@ -26913,7 +26943,7 @@ div[class*=ag-theme-salt]{
|
|
|
26913
26943
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
26914
26944
|
}
|
|
26915
26945
|
.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);
|
|
26946
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26917
26947
|
outline:none;
|
|
26918
26948
|
}
|
|
26919
26949
|
.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 +26974,7 @@ div[class*=ag-theme-salt]{
|
|
|
26944
26974
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
26945
26975
|
background-color:initial;
|
|
26946
26976
|
border:1px solid;
|
|
26947
|
-
border-color:var(--ag-input-focus-border-color);
|
|
26977
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26948
26978
|
content:"";
|
|
26949
26979
|
display:block;
|
|
26950
26980
|
height:calc(100% - 8px);
|
|
@@ -27366,7 +27396,7 @@ div[class*=ag-theme-salt]{
|
|
|
27366
27396
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
27367
27397
|
background-color:initial;
|
|
27368
27398
|
border:1px solid;
|
|
27369
|
-
border-color:var(--ag-input-focus-border-color);
|
|
27399
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
27370
27400
|
content:"";
|
|
27371
27401
|
display:block;
|
|
27372
27402
|
height:100%;
|
|
@@ -27390,7 +27420,7 @@ div[class*=ag-theme-salt]{
|
|
|
27390
27420
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
27391
27421
|
background-color:initial;
|
|
27392
27422
|
border:1px solid;
|
|
27393
|
-
border-color:var(--ag-input-focus-border-color);
|
|
27423
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
27394
27424
|
content:"";
|
|
27395
27425
|
display:block;
|
|
27396
27426
|
height:calc(100% - 2px);
|
|
@@ -30146,7 +30176,7 @@ div[class*=ag-theme-salt]{
|
|
|
30146
30176
|
cursor:nwse-resize;
|
|
30147
30177
|
}
|
|
30148
30178
|
.ag-theme-salt-medium-light .ag-cell-inline-editing{
|
|
30149
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
30179
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
30150
30180
|
}
|
|
30151
30181
|
.ag-theme-salt-medium-light .ag-menu{
|
|
30152
30182
|
background:#fff;
|
|
@@ -30228,7 +30258,7 @@ div[class*=ag-theme-salt]{
|
|
|
30228
30258
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
30229
30259
|
background-color:initial;
|
|
30230
30260
|
border:1px solid;
|
|
30231
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30261
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30232
30262
|
content:"";
|
|
30233
30263
|
display:block;
|
|
30234
30264
|
height:calc(100% - 8px);
|
|
@@ -30336,7 +30366,7 @@ div[class*=ag-theme-salt]{
|
|
|
30336
30366
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
30337
30367
|
background-color:initial;
|
|
30338
30368
|
border:1px solid;
|
|
30339
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30369
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30340
30370
|
content:"";
|
|
30341
30371
|
display:block;
|
|
30342
30372
|
height:calc(100% - 8px);
|
|
@@ -30391,7 +30421,7 @@ div[class*=ag-theme-salt]{
|
|
|
30391
30421
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
30392
30422
|
background-color:initial;
|
|
30393
30423
|
border:1px solid;
|
|
30394
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30424
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30395
30425
|
content:"";
|
|
30396
30426
|
display:block;
|
|
30397
30427
|
height:calc(100% - 8px);
|
|
@@ -30462,7 +30492,7 @@ div[class*=ag-theme-salt]{
|
|
|
30462
30492
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
30463
30493
|
background-color:initial;
|
|
30464
30494
|
border:1px solid;
|
|
30465
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30495
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30466
30496
|
content:"";
|
|
30467
30497
|
display:block;
|
|
30468
30498
|
height:calc(100% - 8px);
|
|
@@ -30678,7 +30708,7 @@ div[class*=ag-theme-salt]{
|
|
|
30678
30708
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
30679
30709
|
background-color:initial;
|
|
30680
30710
|
border:1px solid;
|
|
30681
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30711
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30682
30712
|
content:"";
|
|
30683
30713
|
display:block;
|
|
30684
30714
|
height:calc(100% - 8px);
|
|
@@ -30764,7 +30794,7 @@ div[class*=ag-theme-salt]{
|
|
|
30764
30794
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
30765
30795
|
background-color:initial;
|
|
30766
30796
|
border:1px solid;
|
|
30767
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30797
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30768
30798
|
content:"";
|
|
30769
30799
|
display:block;
|
|
30770
30800
|
height:calc(100% - 8px);
|
|
@@ -30780,7 +30810,7 @@ div[class*=ag-theme-salt]{
|
|
|
30780
30810
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
30781
30811
|
background-color:initial;
|
|
30782
30812
|
border:1px solid;
|
|
30783
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30813
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30784
30814
|
content:"";
|
|
30785
30815
|
display:block;
|
|
30786
30816
|
height:calc(100% - 8px);
|
|
@@ -30889,7 +30919,7 @@ div[class*=ag-theme-salt]{
|
|
|
30889
30919
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
30890
30920
|
background-color:initial;
|
|
30891
30921
|
border:1px solid;
|
|
30892
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30922
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30893
30923
|
content:"";
|
|
30894
30924
|
display:block;
|
|
30895
30925
|
height:100%;
|
|
@@ -30938,7 +30968,7 @@ div[class*=ag-theme-salt]{
|
|
|
30938
30968
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
30939
30969
|
background-color:initial;
|
|
30940
30970
|
border:1px solid;
|
|
30941
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30971
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30942
30972
|
content:"";
|
|
30943
30973
|
display:block;
|
|
30944
30974
|
height:calc(100% - 4px);
|
|
@@ -31061,7 +31091,7 @@ div[class*=ag-theme-salt]{
|
|
|
31061
31091
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
31062
31092
|
background-color:initial;
|
|
31063
31093
|
border:1px solid;
|
|
31064
|
-
border-color:var(--ag-input-focus-border-color);
|
|
31094
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31065
31095
|
content:"";
|
|
31066
31096
|
display:block;
|
|
31067
31097
|
height:calc(100% - 2px);
|
|
@@ -31467,13 +31497,16 @@ div[class*=ag-theme-salt]{
|
|
|
31467
31497
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
31468
31498
|
}
|
|
31469
31499
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
31470
|
-
background-color:var(--
|
|
31500
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
31501
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31471
31502
|
}
|
|
31472
31503
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
31473
|
-
background-color:var(--
|
|
31504
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
31505
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31474
31506
|
}
|
|
31475
31507
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-ms-track{
|
|
31476
|
-
background-color:var(--
|
|
31508
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
31509
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31477
31510
|
}
|
|
31478
31511
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:disabled{
|
|
31479
31512
|
opacity:.5;
|
|
@@ -31481,11 +31514,6 @@ div[class*=ag-theme-salt]{
|
|
|
31481
31514
|
.ag-theme-salt-medium-light .ag-root-wrapper{
|
|
31482
31515
|
border:none;
|
|
31483
31516
|
}
|
|
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
31517
|
.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
31518
|
align-items:center;
|
|
31491
31519
|
}
|
|
@@ -31743,37 +31771,45 @@ div[class*=ag-theme-salt]{
|
|
|
31743
31771
|
text-align:right;
|
|
31744
31772
|
}
|
|
31745
31773
|
.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(--
|
|
31774
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
31747
31775
|
}
|
|
31748
|
-
.ag-theme-salt-medium-light .ag-
|
|
31749
|
-
|
|
31776
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
31777
|
+
border-color:transparent !important;
|
|
31778
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
31779
|
+
outline-offset:-2px;
|
|
31780
|
+
}
|
|
31781
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
31782
|
+
background-color:var(--salt-container-primary-background);
|
|
31783
|
+
}
|
|
31784
|
+
.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
31785
|
overflow:visible;
|
|
31751
31786
|
}
|
|
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{
|
|
31787
|
+
.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
31788
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
31754
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
31789
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
31755
31790
|
border-top:0 solid transparent;
|
|
31756
31791
|
content:"";
|
|
31757
31792
|
left:0;
|
|
31758
31793
|
position:absolute;
|
|
31759
31794
|
top:0;
|
|
31795
|
+
transform:translate(-1px, -1px);
|
|
31760
31796
|
z-index:2;
|
|
31761
31797
|
}
|
|
31762
|
-
.ag-theme-salt-medium-light .ag-cell
|
|
31763
|
-
|
|
31798
|
+
.ag-theme-salt-medium-light .ag-cell.ag-cell-inline-editing{
|
|
31799
|
+
padding:0;
|
|
31764
31800
|
}
|
|
31765
|
-
.ag-theme-salt-medium-light .ag-cell-inline-editing
|
|
31766
|
-
|
|
31801
|
+
.ag-theme-salt-medium-light .ag-cell-inline-editing input{
|
|
31802
|
+
background-color:initial;
|
|
31767
31803
|
}
|
|
31768
|
-
.ag-theme-salt-medium-light .ag-cell
|
|
31769
|
-
|
|
31804
|
+
.ag-theme-salt-medium-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
31805
|
+
text-align:right;
|
|
31770
31806
|
}
|
|
31771
|
-
.ag-theme-salt-medium-light .ag-cell-editor .ag-input-field-input{
|
|
31807
|
+
.ag-theme-salt-medium-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
31772
31808
|
padding-left:8px;
|
|
31773
31809
|
padding-right:8px;
|
|
31774
31810
|
}
|
|
31775
31811
|
.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:
|
|
31812
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
31777
31813
|
content:"";
|
|
31778
31814
|
height:100%;
|
|
31779
31815
|
left:0;
|
|
@@ -32203,7 +32239,7 @@ div[class*=ag-theme-salt]{
|
|
|
32203
32239
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
32204
32240
|
}
|
|
32205
32241
|
.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);
|
|
32242
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32207
32243
|
outline:none;
|
|
32208
32244
|
}
|
|
32209
32245
|
.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 +32270,7 @@ div[class*=ag-theme-salt]{
|
|
|
32234
32270
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
32235
32271
|
background-color:initial;
|
|
32236
32272
|
border:1px solid;
|
|
32237
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32273
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32238
32274
|
content:"";
|
|
32239
32275
|
display:block;
|
|
32240
32276
|
height:calc(100% - 8px);
|
|
@@ -32656,7 +32692,7 @@ div[class*=ag-theme-salt]{
|
|
|
32656
32692
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
32657
32693
|
background-color:initial;
|
|
32658
32694
|
border:1px solid;
|
|
32659
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32695
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32660
32696
|
content:"";
|
|
32661
32697
|
display:block;
|
|
32662
32698
|
height:100%;
|
|
@@ -32680,7 +32716,7 @@ div[class*=ag-theme-salt]{
|
|
|
32680
32716
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
32681
32717
|
background-color:initial;
|
|
32682
32718
|
border:1px solid;
|
|
32683
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32719
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32684
32720
|
content:"";
|
|
32685
32721
|
display:block;
|
|
32686
32722
|
height:calc(100% - 2px);
|
|
@@ -35436,7 +35472,7 @@ div[class*=ag-theme-salt]{
|
|
|
35436
35472
|
cursor:nwse-resize;
|
|
35437
35473
|
}
|
|
35438
35474
|
.ag-theme-salt-low-dark .ag-cell-inline-editing{
|
|
35439
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
35475
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
35440
35476
|
}
|
|
35441
35477
|
.ag-theme-salt-low-dark .ag-menu{
|
|
35442
35478
|
background:#242526;
|
|
@@ -35518,7 +35554,7 @@ div[class*=ag-theme-salt]{
|
|
|
35518
35554
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
35519
35555
|
background-color:initial;
|
|
35520
35556
|
border:1px solid;
|
|
35521
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35557
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35522
35558
|
content:"";
|
|
35523
35559
|
display:block;
|
|
35524
35560
|
height:calc(100% - 8px);
|
|
@@ -35626,7 +35662,7 @@ div[class*=ag-theme-salt]{
|
|
|
35626
35662
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
35627
35663
|
background-color:initial;
|
|
35628
35664
|
border:1px solid;
|
|
35629
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35665
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35630
35666
|
content:"";
|
|
35631
35667
|
display:block;
|
|
35632
35668
|
height:calc(100% - 8px);
|
|
@@ -35681,7 +35717,7 @@ div[class*=ag-theme-salt]{
|
|
|
35681
35717
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
35682
35718
|
background-color:initial;
|
|
35683
35719
|
border:1px solid;
|
|
35684
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35720
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35685
35721
|
content:"";
|
|
35686
35722
|
display:block;
|
|
35687
35723
|
height:calc(100% - 8px);
|
|
@@ -35752,7 +35788,7 @@ div[class*=ag-theme-salt]{
|
|
|
35752
35788
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
35753
35789
|
background-color:initial;
|
|
35754
35790
|
border:1px solid;
|
|
35755
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35791
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35756
35792
|
content:"";
|
|
35757
35793
|
display:block;
|
|
35758
35794
|
height:calc(100% - 8px);
|
|
@@ -35968,7 +36004,7 @@ div[class*=ag-theme-salt]{
|
|
|
35968
36004
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
35969
36005
|
background-color:initial;
|
|
35970
36006
|
border:1px solid;
|
|
35971
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36007
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35972
36008
|
content:"";
|
|
35973
36009
|
display:block;
|
|
35974
36010
|
height:calc(100% - 8px);
|
|
@@ -36054,7 +36090,7 @@ div[class*=ag-theme-salt]{
|
|
|
36054
36090
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
36055
36091
|
background-color:initial;
|
|
36056
36092
|
border:1px solid;
|
|
36057
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36093
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36058
36094
|
content:"";
|
|
36059
36095
|
display:block;
|
|
36060
36096
|
height:calc(100% - 8px);
|
|
@@ -36070,7 +36106,7 @@ div[class*=ag-theme-salt]{
|
|
|
36070
36106
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
36071
36107
|
background-color:initial;
|
|
36072
36108
|
border:1px solid;
|
|
36073
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36109
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36074
36110
|
content:"";
|
|
36075
36111
|
display:block;
|
|
36076
36112
|
height:calc(100% - 8px);
|
|
@@ -36175,7 +36211,7 @@ div[class*=ag-theme-salt]{
|
|
|
36175
36211
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
36176
36212
|
background-color:initial;
|
|
36177
36213
|
border:1px solid;
|
|
36178
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36214
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36179
36215
|
content:"";
|
|
36180
36216
|
display:block;
|
|
36181
36217
|
height:100%;
|
|
@@ -36224,7 +36260,7 @@ div[class*=ag-theme-salt]{
|
|
|
36224
36260
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
36225
36261
|
background-color:initial;
|
|
36226
36262
|
border:1px solid;
|
|
36227
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36263
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36228
36264
|
content:"";
|
|
36229
36265
|
display:block;
|
|
36230
36266
|
height:calc(100% - 4px);
|
|
@@ -36347,7 +36383,7 @@ div[class*=ag-theme-salt]{
|
|
|
36347
36383
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
36348
36384
|
background-color:initial;
|
|
36349
36385
|
border:1px solid;
|
|
36350
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36386
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36351
36387
|
content:"";
|
|
36352
36388
|
display:block;
|
|
36353
36389
|
height:calc(100% - 2px);
|
|
@@ -36753,13 +36789,16 @@ div[class*=ag-theme-salt]{
|
|
|
36753
36789
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
36754
36790
|
}
|
|
36755
36791
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
36756
|
-
background-color:var(--
|
|
36792
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
36793
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36757
36794
|
}
|
|
36758
36795
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
36759
|
-
background-color:var(--
|
|
36796
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
36797
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36760
36798
|
}
|
|
36761
36799
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
36762
|
-
background-color:var(--
|
|
36800
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
36801
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36763
36802
|
}
|
|
36764
36803
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:disabled{
|
|
36765
36804
|
opacity:.5;
|
|
@@ -36767,11 +36806,6 @@ div[class*=ag-theme-salt]{
|
|
|
36767
36806
|
.ag-theme-salt-low-dark .ag-root-wrapper{
|
|
36768
36807
|
border:none;
|
|
36769
36808
|
}
|
|
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
36809
|
.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
36810
|
align-items:center;
|
|
36777
36811
|
}
|
|
@@ -37029,37 +37063,45 @@ div[class*=ag-theme-salt]{
|
|
|
37029
37063
|
text-align:right;
|
|
37030
37064
|
}
|
|
37031
37065
|
.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(--
|
|
37066
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
37033
37067
|
}
|
|
37034
|
-
.ag-theme-salt-low-dark .ag-
|
|
37035
|
-
|
|
37068
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
37069
|
+
border-color:transparent !important;
|
|
37070
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
37071
|
+
outline-offset:-2px;
|
|
37072
|
+
}
|
|
37073
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
37074
|
+
background-color:var(--salt-container-primary-background);
|
|
37075
|
+
}
|
|
37076
|
+
.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
37077
|
overflow:visible;
|
|
37037
37078
|
}
|
|
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{
|
|
37079
|
+
.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
37080
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
37040
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
37081
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
37041
37082
|
border-top:0 solid transparent;
|
|
37042
37083
|
content:"";
|
|
37043
37084
|
left:0;
|
|
37044
37085
|
position:absolute;
|
|
37045
37086
|
top:0;
|
|
37087
|
+
transform:translate(-1px, -1px);
|
|
37046
37088
|
z-index:2;
|
|
37047
37089
|
}
|
|
37048
|
-
.ag-theme-salt-low-dark .ag-cell
|
|
37049
|
-
|
|
37090
|
+
.ag-theme-salt-low-dark .ag-cell.ag-cell-inline-editing{
|
|
37091
|
+
padding:0;
|
|
37050
37092
|
}
|
|
37051
|
-
.ag-theme-salt-low-dark .ag-cell-inline-editing
|
|
37052
|
-
|
|
37093
|
+
.ag-theme-salt-low-dark .ag-cell-inline-editing input{
|
|
37094
|
+
background-color:initial;
|
|
37053
37095
|
}
|
|
37054
|
-
.ag-theme-salt-low-dark .ag-cell
|
|
37055
|
-
|
|
37096
|
+
.ag-theme-salt-low-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
37097
|
+
text-align:right;
|
|
37056
37098
|
}
|
|
37057
|
-
.ag-theme-salt-low-dark .ag-cell-editor .ag-input-field-input{
|
|
37099
|
+
.ag-theme-salt-low-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
37058
37100
|
padding-left:12px;
|
|
37059
37101
|
padding-right:12px;
|
|
37060
37102
|
}
|
|
37061
37103
|
.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:
|
|
37104
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
37063
37105
|
content:"";
|
|
37064
37106
|
height:100%;
|
|
37065
37107
|
left:0;
|
|
@@ -37479,7 +37521,7 @@ div[class*=ag-theme-salt]{
|
|
|
37479
37521
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
37480
37522
|
}
|
|
37481
37523
|
.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);
|
|
37524
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37483
37525
|
outline:none;
|
|
37484
37526
|
}
|
|
37485
37527
|
.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 +37552,7 @@ div[class*=ag-theme-salt]{
|
|
|
37510
37552
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
37511
37553
|
background-color:initial;
|
|
37512
37554
|
border:1px solid;
|
|
37513
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37555
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37514
37556
|
content:"";
|
|
37515
37557
|
display:block;
|
|
37516
37558
|
height:calc(100% - 8px);
|
|
@@ -37932,7 +37974,7 @@ div[class*=ag-theme-salt]{
|
|
|
37932
37974
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
37933
37975
|
background-color:initial;
|
|
37934
37976
|
border:1px solid;
|
|
37935
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37977
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37936
37978
|
content:"";
|
|
37937
37979
|
display:block;
|
|
37938
37980
|
height:100%;
|
|
@@ -37956,7 +37998,7 @@ div[class*=ag-theme-salt]{
|
|
|
37956
37998
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
37957
37999
|
background-color:initial;
|
|
37958
38000
|
border:1px solid;
|
|
37959
|
-
border-color:var(--ag-input-focus-border-color);
|
|
38001
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37960
38002
|
content:"";
|
|
37961
38003
|
display:block;
|
|
37962
38004
|
height:calc(100% - 2px);
|
|
@@ -40712,7 +40754,7 @@ div[class*=ag-theme-salt]{
|
|
|
40712
40754
|
cursor:nwse-resize;
|
|
40713
40755
|
}
|
|
40714
40756
|
.ag-theme-salt-low-light .ag-cell-inline-editing{
|
|
40715
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
40757
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
40716
40758
|
}
|
|
40717
40759
|
.ag-theme-salt-low-light .ag-menu{
|
|
40718
40760
|
background:#fff;
|
|
@@ -40794,7 +40836,7 @@ div[class*=ag-theme-salt]{
|
|
|
40794
40836
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
40795
40837
|
background-color:initial;
|
|
40796
40838
|
border:1px solid;
|
|
40797
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40839
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40798
40840
|
content:"";
|
|
40799
40841
|
display:block;
|
|
40800
40842
|
height:calc(100% - 8px);
|
|
@@ -40902,7 +40944,7 @@ div[class*=ag-theme-salt]{
|
|
|
40902
40944
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
40903
40945
|
background-color:initial;
|
|
40904
40946
|
border:1px solid;
|
|
40905
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40947
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40906
40948
|
content:"";
|
|
40907
40949
|
display:block;
|
|
40908
40950
|
height:calc(100% - 8px);
|
|
@@ -40957,7 +40999,7 @@ div[class*=ag-theme-salt]{
|
|
|
40957
40999
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
40958
41000
|
background-color:initial;
|
|
40959
41001
|
border:1px solid;
|
|
40960
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41002
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40961
41003
|
content:"";
|
|
40962
41004
|
display:block;
|
|
40963
41005
|
height:calc(100% - 8px);
|
|
@@ -41028,7 +41070,7 @@ div[class*=ag-theme-salt]{
|
|
|
41028
41070
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
41029
41071
|
background-color:initial;
|
|
41030
41072
|
border:1px solid;
|
|
41031
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41073
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41032
41074
|
content:"";
|
|
41033
41075
|
display:block;
|
|
41034
41076
|
height:calc(100% - 8px);
|
|
@@ -41244,7 +41286,7 @@ div[class*=ag-theme-salt]{
|
|
|
41244
41286
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
41245
41287
|
background-color:initial;
|
|
41246
41288
|
border:1px solid;
|
|
41247
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41289
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41248
41290
|
content:"";
|
|
41249
41291
|
display:block;
|
|
41250
41292
|
height:calc(100% - 8px);
|
|
@@ -41330,7 +41372,7 @@ div[class*=ag-theme-salt]{
|
|
|
41330
41372
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
41331
41373
|
background-color:initial;
|
|
41332
41374
|
border:1px solid;
|
|
41333
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41375
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41334
41376
|
content:"";
|
|
41335
41377
|
display:block;
|
|
41336
41378
|
height:calc(100% - 8px);
|
|
@@ -41346,7 +41388,7 @@ div[class*=ag-theme-salt]{
|
|
|
41346
41388
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
41347
41389
|
background-color:initial;
|
|
41348
41390
|
border:1px solid;
|
|
41349
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41391
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41350
41392
|
content:"";
|
|
41351
41393
|
display:block;
|
|
41352
41394
|
height:calc(100% - 8px);
|
|
@@ -41451,7 +41493,7 @@ div[class*=ag-theme-salt]{
|
|
|
41451
41493
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
41452
41494
|
background-color:initial;
|
|
41453
41495
|
border:1px solid;
|
|
41454
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41496
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41455
41497
|
content:"";
|
|
41456
41498
|
display:block;
|
|
41457
41499
|
height:100%;
|
|
@@ -41500,7 +41542,7 @@ div[class*=ag-theme-salt]{
|
|
|
41500
41542
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
41501
41543
|
background-color:initial;
|
|
41502
41544
|
border:1px solid;
|
|
41503
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41545
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41504
41546
|
content:"";
|
|
41505
41547
|
display:block;
|
|
41506
41548
|
height:calc(100% - 4px);
|
|
@@ -41623,7 +41665,7 @@ div[class*=ag-theme-salt]{
|
|
|
41623
41665
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
41624
41666
|
background-color:initial;
|
|
41625
41667
|
border:1px solid;
|
|
41626
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41668
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41627
41669
|
content:"";
|
|
41628
41670
|
display:block;
|
|
41629
41671
|
height:calc(100% - 2px);
|
|
@@ -42029,13 +42071,16 @@ div[class*=ag-theme-salt]{
|
|
|
42029
42071
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
42030
42072
|
}
|
|
42031
42073
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
42032
|
-
background-color:var(--
|
|
42074
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
42075
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42033
42076
|
}
|
|
42034
42077
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
42035
|
-
background-color:var(--
|
|
42078
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
42079
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42036
42080
|
}
|
|
42037
42081
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-ms-track{
|
|
42038
|
-
background-color:var(--
|
|
42082
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
42083
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42039
42084
|
}
|
|
42040
42085
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:disabled{
|
|
42041
42086
|
opacity:.5;
|
|
@@ -42043,11 +42088,6 @@ div[class*=ag-theme-salt]{
|
|
|
42043
42088
|
.ag-theme-salt-low-light .ag-root-wrapper{
|
|
42044
42089
|
border:none;
|
|
42045
42090
|
}
|
|
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
42091
|
.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
42092
|
align-items:center;
|
|
42053
42093
|
}
|
|
@@ -42305,37 +42345,45 @@ div[class*=ag-theme-salt]{
|
|
|
42305
42345
|
text-align:right;
|
|
42306
42346
|
}
|
|
42307
42347
|
.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(--
|
|
42348
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
42349
|
+
}
|
|
42350
|
+
.ag-theme-salt-low-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
42351
|
+
border-color:transparent !important;
|
|
42352
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
42353
|
+
outline-offset:-2px;
|
|
42354
|
+
}
|
|
42355
|
+
.ag-theme-salt-low-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
42356
|
+
background-color:var(--salt-container-primary-background);
|
|
42309
42357
|
}
|
|
42310
|
-
.ag-theme-salt-low-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-low-light .editable-numeric-cell.ag-cell-focus:focus{
|
|
42311
|
-
clip-path:inset(0, 0);
|
|
42358
|
+
.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
42359
|
overflow:visible;
|
|
42313
42360
|
}
|
|
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{
|
|
42361
|
+
.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
42362
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
42316
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
42363
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
42317
42364
|
border-top:0 solid transparent;
|
|
42318
42365
|
content:"";
|
|
42319
42366
|
left:0;
|
|
42320
42367
|
position:absolute;
|
|
42321
42368
|
top:0;
|
|
42369
|
+
transform:translate(-1px, -1px);
|
|
42322
42370
|
z-index:2;
|
|
42323
42371
|
}
|
|
42324
|
-
.ag-theme-salt-low-light .ag-cell
|
|
42325
|
-
|
|
42372
|
+
.ag-theme-salt-low-light .ag-cell.ag-cell-inline-editing{
|
|
42373
|
+
padding:0;
|
|
42326
42374
|
}
|
|
42327
|
-
.ag-theme-salt-low-light .ag-cell-inline-editing
|
|
42328
|
-
|
|
42375
|
+
.ag-theme-salt-low-light .ag-cell-inline-editing input{
|
|
42376
|
+
background-color:initial;
|
|
42329
42377
|
}
|
|
42330
|
-
.ag-theme-salt-low-light .ag-cell
|
|
42331
|
-
|
|
42378
|
+
.ag-theme-salt-low-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
42379
|
+
text-align:right;
|
|
42332
42380
|
}
|
|
42333
|
-
.ag-theme-salt-low-light .ag-cell-editor .ag-input-field-input{
|
|
42381
|
+
.ag-theme-salt-low-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
42334
42382
|
padding-left:12px;
|
|
42335
42383
|
padding-right:12px;
|
|
42336
42384
|
}
|
|
42337
42385
|
.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:
|
|
42386
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
42339
42387
|
content:"";
|
|
42340
42388
|
height:100%;
|
|
42341
42389
|
left:0;
|
|
@@ -42765,7 +42813,7 @@ div[class*=ag-theme-salt]{
|
|
|
42765
42813
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
42766
42814
|
}
|
|
42767
42815
|
.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);
|
|
42816
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42769
42817
|
outline:none;
|
|
42770
42818
|
}
|
|
42771
42819
|
.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 +42844,7 @@ div[class*=ag-theme-salt]{
|
|
|
42796
42844
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
42797
42845
|
background-color:initial;
|
|
42798
42846
|
border:1px solid;
|
|
42799
|
-
border-color:var(--ag-input-focus-border-color);
|
|
42847
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42800
42848
|
content:"";
|
|
42801
42849
|
display:block;
|
|
42802
42850
|
height:calc(100% - 8px);
|
|
@@ -43218,7 +43266,7 @@ div[class*=ag-theme-salt]{
|
|
|
43218
43266
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
43219
43267
|
background-color:initial;
|
|
43220
43268
|
border:1px solid;
|
|
43221
|
-
border-color:var(--ag-input-focus-border-color);
|
|
43269
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
43222
43270
|
content:"";
|
|
43223
43271
|
display:block;
|
|
43224
43272
|
height:100%;
|
|
@@ -43242,7 +43290,7 @@ div[class*=ag-theme-salt]{
|
|
|
43242
43290
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
43243
43291
|
background-color:initial;
|
|
43244
43292
|
border:1px solid;
|
|
43245
|
-
border-color:var(--ag-input-focus-border-color);
|
|
43293
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
43246
43294
|
content:"";
|
|
43247
43295
|
display:block;
|
|
43248
43296
|
height:calc(100% - 2px);
|
|
@@ -45998,7 +46046,7 @@ div[class*=ag-theme-salt]{
|
|
|
45998
46046
|
cursor:nwse-resize;
|
|
45999
46047
|
}
|
|
46000
46048
|
.ag-theme-salt-touch-light .ag-cell-inline-editing{
|
|
46001
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
46049
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
46002
46050
|
}
|
|
46003
46051
|
.ag-theme-salt-touch-light .ag-menu{
|
|
46004
46052
|
background:#fff;
|
|
@@ -46080,7 +46128,7 @@ div[class*=ag-theme-salt]{
|
|
|
46080
46128
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
46081
46129
|
background-color:initial;
|
|
46082
46130
|
border:1px solid;
|
|
46083
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46131
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46084
46132
|
content:"";
|
|
46085
46133
|
display:block;
|
|
46086
46134
|
height:calc(100% - 8px);
|
|
@@ -46188,7 +46236,7 @@ div[class*=ag-theme-salt]{
|
|
|
46188
46236
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
46189
46237
|
background-color:initial;
|
|
46190
46238
|
border:1px solid;
|
|
46191
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46239
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46192
46240
|
content:"";
|
|
46193
46241
|
display:block;
|
|
46194
46242
|
height:calc(100% - 8px);
|
|
@@ -46243,7 +46291,7 @@ div[class*=ag-theme-salt]{
|
|
|
46243
46291
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
46244
46292
|
background-color:initial;
|
|
46245
46293
|
border:1px solid;
|
|
46246
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46294
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46247
46295
|
content:"";
|
|
46248
46296
|
display:block;
|
|
46249
46297
|
height:calc(100% - 8px);
|
|
@@ -46314,7 +46362,7 @@ div[class*=ag-theme-salt]{
|
|
|
46314
46362
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
46315
46363
|
background-color:initial;
|
|
46316
46364
|
border:1px solid;
|
|
46317
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46365
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46318
46366
|
content:"";
|
|
46319
46367
|
display:block;
|
|
46320
46368
|
height:calc(100% - 8px);
|
|
@@ -46530,7 +46578,7 @@ div[class*=ag-theme-salt]{
|
|
|
46530
46578
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
46531
46579
|
background-color:initial;
|
|
46532
46580
|
border:1px solid;
|
|
46533
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46581
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46534
46582
|
content:"";
|
|
46535
46583
|
display:block;
|
|
46536
46584
|
height:calc(100% - 8px);
|
|
@@ -46616,7 +46664,7 @@ div[class*=ag-theme-salt]{
|
|
|
46616
46664
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
46617
46665
|
background-color:initial;
|
|
46618
46666
|
border:1px solid;
|
|
46619
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46667
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46620
46668
|
content:"";
|
|
46621
46669
|
display:block;
|
|
46622
46670
|
height:calc(100% - 8px);
|
|
@@ -46632,7 +46680,7 @@ div[class*=ag-theme-salt]{
|
|
|
46632
46680
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
46633
46681
|
background-color:initial;
|
|
46634
46682
|
border:1px solid;
|
|
46635
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46683
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46636
46684
|
content:"";
|
|
46637
46685
|
display:block;
|
|
46638
46686
|
height:calc(100% - 8px);
|
|
@@ -46741,7 +46789,7 @@ div[class*=ag-theme-salt]{
|
|
|
46741
46789
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
46742
46790
|
background-color:initial;
|
|
46743
46791
|
border:1px solid;
|
|
46744
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46792
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46745
46793
|
content:"";
|
|
46746
46794
|
display:block;
|
|
46747
46795
|
height:100%;
|
|
@@ -46790,7 +46838,7 @@ div[class*=ag-theme-salt]{
|
|
|
46790
46838
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
46791
46839
|
background-color:initial;
|
|
46792
46840
|
border:1px solid;
|
|
46793
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46841
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46794
46842
|
content:"";
|
|
46795
46843
|
display:block;
|
|
46796
46844
|
height:calc(100% - 4px);
|
|
@@ -46913,7 +46961,7 @@ div[class*=ag-theme-salt]{
|
|
|
46913
46961
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
46914
46962
|
background-color:initial;
|
|
46915
46963
|
border:1px solid;
|
|
46916
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46964
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46917
46965
|
content:"";
|
|
46918
46966
|
display:block;
|
|
46919
46967
|
height:calc(100% - 2px);
|
|
@@ -47319,13 +47367,16 @@ div[class*=ag-theme-salt]{
|
|
|
47319
47367
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
47320
47368
|
}
|
|
47321
47369
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
47322
|
-
background-color:var(--
|
|
47370
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
47371
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
47323
47372
|
}
|
|
47324
47373
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
47325
|
-
background-color:var(--
|
|
47374
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
47375
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
47326
47376
|
}
|
|
47327
47377
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-ms-track{
|
|
47328
|
-
background-color:var(--
|
|
47378
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
47379
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
47329
47380
|
}
|
|
47330
47381
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:disabled{
|
|
47331
47382
|
opacity:.5;
|
|
@@ -47333,11 +47384,6 @@ div[class*=ag-theme-salt]{
|
|
|
47333
47384
|
.ag-theme-salt-touch-light .ag-root-wrapper{
|
|
47334
47385
|
border:none;
|
|
47335
47386
|
}
|
|
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
47387
|
.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
47388
|
align-items:center;
|
|
47343
47389
|
}
|
|
@@ -47595,37 +47641,45 @@ div[class*=ag-theme-salt]{
|
|
|
47595
47641
|
text-align:right;
|
|
47596
47642
|
}
|
|
47597
47643
|
.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(--
|
|
47644
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
47645
|
+
}
|
|
47646
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
47647
|
+
border-color:transparent !important;
|
|
47648
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
47649
|
+
outline-offset:-2px;
|
|
47650
|
+
}
|
|
47651
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
47652
|
+
background-color:var(--salt-container-primary-background);
|
|
47599
47653
|
}
|
|
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);
|
|
47654
|
+
.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
47655
|
overflow:visible;
|
|
47603
47656
|
}
|
|
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{
|
|
47657
|
+
.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
47658
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
47606
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
47659
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
47607
47660
|
border-top:0 solid transparent;
|
|
47608
47661
|
content:"";
|
|
47609
47662
|
left:0;
|
|
47610
47663
|
position:absolute;
|
|
47611
47664
|
top:0;
|
|
47665
|
+
transform:translate(-1px, -1px);
|
|
47612
47666
|
z-index:2;
|
|
47613
47667
|
}
|
|
47614
|
-
.ag-theme-salt-touch-light .ag-cell
|
|
47615
|
-
|
|
47668
|
+
.ag-theme-salt-touch-light .ag-cell.ag-cell-inline-editing{
|
|
47669
|
+
padding:0;
|
|
47616
47670
|
}
|
|
47617
|
-
.ag-theme-salt-touch-light .ag-cell-inline-editing
|
|
47618
|
-
|
|
47671
|
+
.ag-theme-salt-touch-light .ag-cell-inline-editing input{
|
|
47672
|
+
background-color:initial;
|
|
47619
47673
|
}
|
|
47620
|
-
.ag-theme-salt-touch-light .ag-cell
|
|
47621
|
-
|
|
47674
|
+
.ag-theme-salt-touch-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
47675
|
+
text-align:right;
|
|
47622
47676
|
}
|
|
47623
|
-
.ag-theme-salt-touch-light .ag-cell-editor .ag-input-field-input{
|
|
47677
|
+
.ag-theme-salt-touch-light .ag-cell-editor .ag-input-field-input[type=text]{
|
|
47624
47678
|
padding-left:16px;
|
|
47625
47679
|
padding-right:16px;
|
|
47626
47680
|
}
|
|
47627
47681
|
.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:
|
|
47682
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
47629
47683
|
content:"";
|
|
47630
47684
|
height:100%;
|
|
47631
47685
|
left:0;
|
|
@@ -48051,7 +48105,7 @@ div[class*=ag-theme-salt]{
|
|
|
48051
48105
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
48052
48106
|
}
|
|
48053
48107
|
.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);
|
|
48108
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48055
48109
|
outline:none;
|
|
48056
48110
|
}
|
|
48057
48111
|
.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 +48136,7 @@ div[class*=ag-theme-salt]{
|
|
|
48082
48136
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
48083
48137
|
background-color:initial;
|
|
48084
48138
|
border:1px solid;
|
|
48085
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48139
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48086
48140
|
content:"";
|
|
48087
48141
|
display:block;
|
|
48088
48142
|
height:calc(100% - 8px);
|
|
@@ -48504,7 +48558,7 @@ div[class*=ag-theme-salt]{
|
|
|
48504
48558
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
48505
48559
|
background-color:initial;
|
|
48506
48560
|
border:1px solid;
|
|
48507
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48561
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48508
48562
|
content:"";
|
|
48509
48563
|
display:block;
|
|
48510
48564
|
height:100%;
|
|
@@ -48528,7 +48582,7 @@ div[class*=ag-theme-salt]{
|
|
|
48528
48582
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
48529
48583
|
background-color:initial;
|
|
48530
48584
|
border:1px solid;
|
|
48531
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48585
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48532
48586
|
content:"";
|
|
48533
48587
|
display:block;
|
|
48534
48588
|
height:calc(100% - 2px);
|
|
@@ -51292,7 +51346,7 @@ div[class*=ag-theme-salt]{
|
|
|
51292
51346
|
cursor:nwse-resize;
|
|
51293
51347
|
}
|
|
51294
51348
|
.ag-theme-salt-touch-dark .ag-cell-inline-editing{
|
|
51295
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
51349
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
51296
51350
|
}
|
|
51297
51351
|
.ag-theme-salt-touch-dark .ag-menu{
|
|
51298
51352
|
background:#242526;
|
|
@@ -51374,7 +51428,7 @@ div[class*=ag-theme-salt]{
|
|
|
51374
51428
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
51375
51429
|
background-color:initial;
|
|
51376
51430
|
border:1px solid;
|
|
51377
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51431
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51378
51432
|
content:"";
|
|
51379
51433
|
display:block;
|
|
51380
51434
|
height:calc(100% - 8px);
|
|
@@ -51482,7 +51536,7 @@ div[class*=ag-theme-salt]{
|
|
|
51482
51536
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
51483
51537
|
background-color:initial;
|
|
51484
51538
|
border:1px solid;
|
|
51485
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51539
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51486
51540
|
content:"";
|
|
51487
51541
|
display:block;
|
|
51488
51542
|
height:calc(100% - 8px);
|
|
@@ -51537,7 +51591,7 @@ div[class*=ag-theme-salt]{
|
|
|
51537
51591
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
51538
51592
|
background-color:initial;
|
|
51539
51593
|
border:1px solid;
|
|
51540
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51594
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51541
51595
|
content:"";
|
|
51542
51596
|
display:block;
|
|
51543
51597
|
height:calc(100% - 8px);
|
|
@@ -51608,7 +51662,7 @@ div[class*=ag-theme-salt]{
|
|
|
51608
51662
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
51609
51663
|
background-color:initial;
|
|
51610
51664
|
border:1px solid;
|
|
51611
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51665
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51612
51666
|
content:"";
|
|
51613
51667
|
display:block;
|
|
51614
51668
|
height:calc(100% - 8px);
|
|
@@ -51824,7 +51878,7 @@ div[class*=ag-theme-salt]{
|
|
|
51824
51878
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
51825
51879
|
background-color:initial;
|
|
51826
51880
|
border:1px solid;
|
|
51827
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51881
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51828
51882
|
content:"";
|
|
51829
51883
|
display:block;
|
|
51830
51884
|
height:calc(100% - 8px);
|
|
@@ -51910,7 +51964,7 @@ div[class*=ag-theme-salt]{
|
|
|
51910
51964
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
51911
51965
|
background-color:initial;
|
|
51912
51966
|
border:1px solid;
|
|
51913
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51967
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51914
51968
|
content:"";
|
|
51915
51969
|
display:block;
|
|
51916
51970
|
height:calc(100% - 8px);
|
|
@@ -51926,7 +51980,7 @@ div[class*=ag-theme-salt]{
|
|
|
51926
51980
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
51927
51981
|
background-color:initial;
|
|
51928
51982
|
border:1px solid;
|
|
51929
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51983
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51930
51984
|
content:"";
|
|
51931
51985
|
display:block;
|
|
51932
51986
|
height:calc(100% - 8px);
|
|
@@ -52035,7 +52089,7 @@ div[class*=ag-theme-salt]{
|
|
|
52035
52089
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
52036
52090
|
background-color:initial;
|
|
52037
52091
|
border:1px solid;
|
|
52038
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52092
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52039
52093
|
content:"";
|
|
52040
52094
|
display:block;
|
|
52041
52095
|
height:100%;
|
|
@@ -52084,7 +52138,7 @@ div[class*=ag-theme-salt]{
|
|
|
52084
52138
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
52085
52139
|
background-color:initial;
|
|
52086
52140
|
border:1px solid;
|
|
52087
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52141
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52088
52142
|
content:"";
|
|
52089
52143
|
display:block;
|
|
52090
52144
|
height:calc(100% - 4px);
|
|
@@ -52207,7 +52261,7 @@ div[class*=ag-theme-salt]{
|
|
|
52207
52261
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
52208
52262
|
background-color:initial;
|
|
52209
52263
|
border:1px solid;
|
|
52210
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52264
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52211
52265
|
content:"";
|
|
52212
52266
|
display:block;
|
|
52213
52267
|
height:calc(100% - 2px);
|
|
@@ -52613,13 +52667,16 @@ div[class*=ag-theme-salt]{
|
|
|
52613
52667
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
52614
52668
|
}
|
|
52615
52669
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
52616
|
-
background-color:var(--
|
|
52670
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
52671
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52617
52672
|
}
|
|
52618
52673
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
52619
|
-
background-color:var(--
|
|
52674
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
52675
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52620
52676
|
}
|
|
52621
52677
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
52622
|
-
background-color:var(--
|
|
52678
|
+
background-color:var(--salt-editable-borderColor-hover);
|
|
52679
|
+
background-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52623
52680
|
}
|
|
52624
52681
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:disabled{
|
|
52625
52682
|
opacity:.5;
|
|
@@ -52627,11 +52684,6 @@ div[class*=ag-theme-salt]{
|
|
|
52627
52684
|
.ag-theme-salt-touch-dark .ag-root-wrapper{
|
|
52628
52685
|
border:none;
|
|
52629
52686
|
}
|
|
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
52687
|
.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
52688
|
align-items:center;
|
|
52637
52689
|
}
|
|
@@ -52889,37 +52941,45 @@ div[class*=ag-theme-salt]{
|
|
|
52889
52941
|
text-align:right;
|
|
52890
52942
|
}
|
|
52891
52943
|
.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(--
|
|
52944
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
52945
|
+
}
|
|
52946
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within{
|
|
52947
|
+
border-color:transparent !important;
|
|
52948
|
+
outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
52949
|
+
outline-offset:-2px;
|
|
52893
52950
|
}
|
|
52894
|
-
.ag-theme-salt-touch-dark .ag-
|
|
52895
|
-
|
|
52951
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus.ag-cell-inline-editing:focus-within{
|
|
52952
|
+
background-color:var(--salt-container-primary-background);
|
|
52953
|
+
}
|
|
52954
|
+
.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
52955
|
overflow:visible;
|
|
52897
52956
|
}
|
|
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{
|
|
52957
|
+
.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
52958
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
52900
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
52959
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
52901
52960
|
border-top:0 solid transparent;
|
|
52902
52961
|
content:"";
|
|
52903
52962
|
left:0;
|
|
52904
52963
|
position:absolute;
|
|
52905
52964
|
top:0;
|
|
52965
|
+
transform:translate(-1px, -1px);
|
|
52906
52966
|
z-index:2;
|
|
52907
52967
|
}
|
|
52908
|
-
.ag-theme-salt-touch-dark .ag-cell
|
|
52909
|
-
|
|
52968
|
+
.ag-theme-salt-touch-dark .ag-cell.ag-cell-inline-editing{
|
|
52969
|
+
padding:0;
|
|
52910
52970
|
}
|
|
52911
|
-
.ag-theme-salt-touch-dark .ag-cell-inline-editing
|
|
52912
|
-
|
|
52971
|
+
.ag-theme-salt-touch-dark .ag-cell-inline-editing input{
|
|
52972
|
+
background-color:initial;
|
|
52913
52973
|
}
|
|
52914
|
-
.ag-theme-salt-touch-dark .ag-cell
|
|
52915
|
-
|
|
52974
|
+
.ag-theme-salt-touch-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
52975
|
+
text-align:right;
|
|
52916
52976
|
}
|
|
52917
|
-
.ag-theme-salt-touch-dark .ag-cell-editor .ag-input-field-input{
|
|
52977
|
+
.ag-theme-salt-touch-dark .ag-cell-editor .ag-input-field-input[type=text]{
|
|
52918
52978
|
padding-left:16px;
|
|
52919
52979
|
padding-right:16px;
|
|
52920
52980
|
}
|
|
52921
52981
|
.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:
|
|
52982
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
52923
52983
|
content:"";
|
|
52924
52984
|
height:100%;
|
|
52925
52985
|
left:0;
|