@salt-ds/ag-grid-theme 1.3.6 → 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 +460 -370
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
|
}
|
|
@@ -5259,8 +5257,11 @@ div[class*=ag-theme-salt]{
|
|
|
5259
5257
|
height:var(--agGrid-column-separator-height);
|
|
5260
5258
|
top:var(--agGrid-column-separator-top);
|
|
5261
5259
|
}
|
|
5260
|
+
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
5261
|
+
margin-right:auto;
|
|
5262
|
+
}
|
|
5262
5263
|
.ag-theme-salt-high-compact-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
5263
|
-
margin-left:
|
|
5264
|
+
margin-left:auto;
|
|
5264
5265
|
}
|
|
5265
5266
|
.ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
5266
5267
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -5321,37 +5322,45 @@ div[class*=ag-theme-salt]{
|
|
|
5321
5322
|
text-align:right;
|
|
5322
5323
|
}
|
|
5323
5324
|
.ag-theme-salt-high-compact-dark .ag-cell.editable-cell,.ag-theme-salt-high-compact-dark .editable-numeric-cell{
|
|
5324
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
5325
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
5325
5326
|
}
|
|
5326
|
-
.ag-theme-salt-high-compact-dark .ag-
|
|
5327
|
-
|
|
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{
|
|
5328
5336
|
overflow:visible;
|
|
5329
5337
|
}
|
|
5330
|
-
.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{
|
|
5331
5339
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
5332
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
5340
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
5333
5341
|
border-top:0 solid transparent;
|
|
5334
5342
|
content:"";
|
|
5335
5343
|
left:0;
|
|
5336
5344
|
position:absolute;
|
|
5337
5345
|
top:0;
|
|
5346
|
+
transform:translate(-1px, -1px);
|
|
5338
5347
|
z-index:2;
|
|
5339
5348
|
}
|
|
5340
|
-
.ag-theme-salt-high-compact-dark .ag-cell
|
|
5341
|
-
|
|
5349
|
+
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-inline-editing{
|
|
5350
|
+
padding:0;
|
|
5342
5351
|
}
|
|
5343
|
-
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing
|
|
5344
|
-
|
|
5352
|
+
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing input{
|
|
5353
|
+
background-color:initial;
|
|
5345
5354
|
}
|
|
5346
|
-
.ag-theme-salt-high-compact-dark .ag-cell
|
|
5347
|
-
|
|
5355
|
+
.ag-theme-salt-high-compact-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
5356
|
+
text-align:right;
|
|
5348
5357
|
}
|
|
5349
|
-
.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]{
|
|
5350
5359
|
padding-left:4px;
|
|
5351
5360
|
padding-right:4px;
|
|
5352
5361
|
}
|
|
5353
5362
|
.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
5354
|
-
border-left:
|
|
5363
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
5355
5364
|
content:"";
|
|
5356
5365
|
height:100%;
|
|
5357
5366
|
left:0;
|
|
@@ -5771,7 +5780,7 @@ div[class*=ag-theme-salt]{
|
|
|
5771
5780
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
5772
5781
|
}
|
|
5773
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{
|
|
5774
|
-
border-color:var(--ag-input-focus-border-color);
|
|
5783
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5775
5784
|
outline:none;
|
|
5776
5785
|
}
|
|
5777
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{
|
|
@@ -5802,7 +5811,7 @@ div[class*=ag-theme-salt]{
|
|
|
5802
5811
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
5803
5812
|
background-color:initial;
|
|
5804
5813
|
border:1px solid;
|
|
5805
|
-
border-color:var(--ag-input-focus-border-color);
|
|
5814
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
5806
5815
|
content:"";
|
|
5807
5816
|
display:block;
|
|
5808
5817
|
height:calc(100% - 8px);
|
|
@@ -6224,7 +6233,7 @@ div[class*=ag-theme-salt]{
|
|
|
6224
6233
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
6225
6234
|
background-color:initial;
|
|
6226
6235
|
border:1px solid;
|
|
6227
|
-
border-color:var(--ag-input-focus-border-color);
|
|
6236
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
6228
6237
|
content:"";
|
|
6229
6238
|
display:block;
|
|
6230
6239
|
height:100%;
|
|
@@ -6248,7 +6257,7 @@ div[class*=ag-theme-salt]{
|
|
|
6248
6257
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
6249
6258
|
background-color:initial;
|
|
6250
6259
|
border:1px solid;
|
|
6251
|
-
border-color:var(--ag-input-focus-border-color);
|
|
6260
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
6252
6261
|
content:"";
|
|
6253
6262
|
display:block;
|
|
6254
6263
|
height:calc(100% - 2px);
|
|
@@ -9004,7 +9013,7 @@ div[class*=ag-theme-salt]{
|
|
|
9004
9013
|
cursor:nwse-resize;
|
|
9005
9014
|
}
|
|
9006
9015
|
.ag-theme-salt-high-compact-light .ag-cell-inline-editing{
|
|
9007
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
9016
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
9008
9017
|
}
|
|
9009
9018
|
.ag-theme-salt-high-compact-light .ag-menu{
|
|
9010
9019
|
background:#fff;
|
|
@@ -9086,7 +9095,7 @@ div[class*=ag-theme-salt]{
|
|
|
9086
9095
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
9087
9096
|
background-color:initial;
|
|
9088
9097
|
border:1px solid;
|
|
9089
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9098
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9090
9099
|
content:"";
|
|
9091
9100
|
display:block;
|
|
9092
9101
|
height:calc(100% - 8px);
|
|
@@ -9194,7 +9203,7 @@ div[class*=ag-theme-salt]{
|
|
|
9194
9203
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
9195
9204
|
background-color:initial;
|
|
9196
9205
|
border:1px solid;
|
|
9197
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9206
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9198
9207
|
content:"";
|
|
9199
9208
|
display:block;
|
|
9200
9209
|
height:calc(100% - 8px);
|
|
@@ -9249,7 +9258,7 @@ div[class*=ag-theme-salt]{
|
|
|
9249
9258
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
9250
9259
|
background-color:initial;
|
|
9251
9260
|
border:1px solid;
|
|
9252
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9261
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9253
9262
|
content:"";
|
|
9254
9263
|
display:block;
|
|
9255
9264
|
height:calc(100% - 8px);
|
|
@@ -9320,7 +9329,7 @@ div[class*=ag-theme-salt]{
|
|
|
9320
9329
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
9321
9330
|
background-color:initial;
|
|
9322
9331
|
border:1px solid;
|
|
9323
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9332
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9324
9333
|
content:"";
|
|
9325
9334
|
display:block;
|
|
9326
9335
|
height:calc(100% - 8px);
|
|
@@ -9536,7 +9545,7 @@ div[class*=ag-theme-salt]{
|
|
|
9536
9545
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
9537
9546
|
background-color:initial;
|
|
9538
9547
|
border:1px solid;
|
|
9539
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9548
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9540
9549
|
content:"";
|
|
9541
9550
|
display:block;
|
|
9542
9551
|
height:calc(100% - 8px);
|
|
@@ -9622,7 +9631,7 @@ div[class*=ag-theme-salt]{
|
|
|
9622
9631
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
9623
9632
|
background-color:initial;
|
|
9624
9633
|
border:1px solid;
|
|
9625
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9634
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9626
9635
|
content:"";
|
|
9627
9636
|
display:block;
|
|
9628
9637
|
height:calc(100% - 8px);
|
|
@@ -9638,7 +9647,7 @@ div[class*=ag-theme-salt]{
|
|
|
9638
9647
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
9639
9648
|
background-color:initial;
|
|
9640
9649
|
border:1px solid;
|
|
9641
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9650
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9642
9651
|
content:"";
|
|
9643
9652
|
display:block;
|
|
9644
9653
|
height:calc(100% - 8px);
|
|
@@ -9747,7 +9756,7 @@ div[class*=ag-theme-salt]{
|
|
|
9747
9756
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
9748
9757
|
background-color:initial;
|
|
9749
9758
|
border:1px solid;
|
|
9750
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9759
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9751
9760
|
content:"";
|
|
9752
9761
|
display:block;
|
|
9753
9762
|
height:100%;
|
|
@@ -9796,7 +9805,7 @@ div[class*=ag-theme-salt]{
|
|
|
9796
9805
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
9797
9806
|
background-color:initial;
|
|
9798
9807
|
border:1px solid;
|
|
9799
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9808
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9800
9809
|
content:"";
|
|
9801
9810
|
display:block;
|
|
9802
9811
|
height:calc(100% - 4px);
|
|
@@ -9919,7 +9928,7 @@ div[class*=ag-theme-salt]{
|
|
|
9919
9928
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
9920
9929
|
background-color:initial;
|
|
9921
9930
|
border:1px solid;
|
|
9922
|
-
border-color:var(--ag-input-focus-border-color);
|
|
9931
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
9923
9932
|
content:"";
|
|
9924
9933
|
display:block;
|
|
9925
9934
|
height:calc(100% - 2px);
|
|
@@ -10325,13 +10334,16 @@ div[class*=ag-theme-salt]{
|
|
|
10325
10334
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
10326
10335
|
}
|
|
10327
10336
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
10328
|
-
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));
|
|
10329
10339
|
}
|
|
10330
10340
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
10331
|
-
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));
|
|
10332
10343
|
}
|
|
10333
10344
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:active::-ms-track{
|
|
10334
|
-
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));
|
|
10335
10347
|
}
|
|
10336
10348
|
.ag-theme-salt-high-compact-light input[class^=ag-][type=range]:disabled{
|
|
10337
10349
|
opacity:.5;
|
|
@@ -10339,11 +10351,6 @@ div[class*=ag-theme-salt]{
|
|
|
10339
10351
|
.ag-theme-salt-high-compact-light .ag-root-wrapper{
|
|
10340
10352
|
border:none;
|
|
10341
10353
|
}
|
|
10342
|
-
.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){
|
|
10343
|
-
border:none;
|
|
10344
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
10345
|
-
outline-offset:-2px;
|
|
10346
|
-
}
|
|
10347
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{
|
|
10348
10355
|
align-items:center;
|
|
10349
10356
|
}
|
|
@@ -10536,8 +10543,11 @@ div[class*=ag-theme-salt]{
|
|
|
10536
10543
|
height:var(--agGrid-column-separator-height);
|
|
10537
10544
|
top:var(--agGrid-column-separator-top);
|
|
10538
10545
|
}
|
|
10546
|
+
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
10547
|
+
margin-right:auto;
|
|
10548
|
+
}
|
|
10539
10549
|
.ag-theme-salt-high-compact-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
10540
|
-
margin-left:
|
|
10550
|
+
margin-left:auto;
|
|
10541
10551
|
}
|
|
10542
10552
|
.ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
10543
10553
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -10598,37 +10608,45 @@ div[class*=ag-theme-salt]{
|
|
|
10598
10608
|
text-align:right;
|
|
10599
10609
|
}
|
|
10600
10610
|
.ag-theme-salt-high-compact-light .ag-cell.editable-cell,.ag-theme-salt-high-compact-light .editable-numeric-cell{
|
|
10601
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
10611
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
10612
|
+
}
|
|
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);
|
|
10602
10620
|
}
|
|
10603
|
-
.ag-theme-salt-high-compact-light .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-high-compact-light .editable-numeric-cell.ag-cell-focus:focus{
|
|
10604
|
-
clip-path:inset(0, 0);
|
|
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{
|
|
10605
10622
|
overflow:visible;
|
|
10606
10623
|
}
|
|
10607
|
-
.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{
|
|
10608
10625
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
10609
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
10626
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
10610
10627
|
border-top:0 solid transparent;
|
|
10611
10628
|
content:"";
|
|
10612
10629
|
left:0;
|
|
10613
10630
|
position:absolute;
|
|
10614
10631
|
top:0;
|
|
10632
|
+
transform:translate(-1px, -1px);
|
|
10615
10633
|
z-index:2;
|
|
10616
10634
|
}
|
|
10617
|
-
.ag-theme-salt-high-compact-light .ag-cell
|
|
10618
|
-
|
|
10635
|
+
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-inline-editing{
|
|
10636
|
+
padding:0;
|
|
10619
10637
|
}
|
|
10620
|
-
.ag-theme-salt-high-compact-light .ag-cell-inline-editing
|
|
10621
|
-
|
|
10638
|
+
.ag-theme-salt-high-compact-light .ag-cell-inline-editing input{
|
|
10639
|
+
background-color:initial;
|
|
10622
10640
|
}
|
|
10623
|
-
.ag-theme-salt-high-compact-light .ag-cell
|
|
10624
|
-
|
|
10641
|
+
.ag-theme-salt-high-compact-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
10642
|
+
text-align:right;
|
|
10625
10643
|
}
|
|
10626
|
-
.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]{
|
|
10627
10645
|
padding-left:4px;
|
|
10628
10646
|
padding-right:4px;
|
|
10629
10647
|
}
|
|
10630
10648
|
.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
10631
|
-
border-left:
|
|
10649
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
10632
10650
|
content:"";
|
|
10633
10651
|
height:100%;
|
|
10634
10652
|
left:0;
|
|
@@ -11057,7 +11075,7 @@ div[class*=ag-theme-salt]{
|
|
|
11057
11075
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
11058
11076
|
}
|
|
11059
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{
|
|
11060
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11078
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11061
11079
|
outline:none;
|
|
11062
11080
|
}
|
|
11063
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{
|
|
@@ -11088,7 +11106,7 @@ div[class*=ag-theme-salt]{
|
|
|
11088
11106
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
11089
11107
|
background-color:initial;
|
|
11090
11108
|
border:1px solid;
|
|
11091
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11109
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11092
11110
|
content:"";
|
|
11093
11111
|
display:block;
|
|
11094
11112
|
height:calc(100% - 8px);
|
|
@@ -11510,7 +11528,7 @@ div[class*=ag-theme-salt]{
|
|
|
11510
11528
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
11511
11529
|
background-color:initial;
|
|
11512
11530
|
border:1px solid;
|
|
11513
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11531
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11514
11532
|
content:"";
|
|
11515
11533
|
display:block;
|
|
11516
11534
|
height:100%;
|
|
@@ -11534,7 +11552,7 @@ div[class*=ag-theme-salt]{
|
|
|
11534
11552
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
11535
11553
|
background-color:initial;
|
|
11536
11554
|
border:1px solid;
|
|
11537
|
-
border-color:var(--ag-input-focus-border-color);
|
|
11555
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
11538
11556
|
content:"";
|
|
11539
11557
|
display:block;
|
|
11540
11558
|
height:calc(100% - 2px);
|
|
@@ -14290,7 +14308,7 @@ div[class*=ag-theme-salt]{
|
|
|
14290
14308
|
cursor:nwse-resize;
|
|
14291
14309
|
}
|
|
14292
14310
|
.ag-theme-salt-high-dark .ag-cell-inline-editing{
|
|
14293
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
14311
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
14294
14312
|
}
|
|
14295
14313
|
.ag-theme-salt-high-dark .ag-menu{
|
|
14296
14314
|
background:#242526;
|
|
@@ -14372,7 +14390,7 @@ div[class*=ag-theme-salt]{
|
|
|
14372
14390
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
14373
14391
|
background-color:initial;
|
|
14374
14392
|
border:1px solid;
|
|
14375
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14393
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14376
14394
|
content:"";
|
|
14377
14395
|
display:block;
|
|
14378
14396
|
height:calc(100% - 8px);
|
|
@@ -14480,7 +14498,7 @@ div[class*=ag-theme-salt]{
|
|
|
14480
14498
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
14481
14499
|
background-color:initial;
|
|
14482
14500
|
border:1px solid;
|
|
14483
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14501
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14484
14502
|
content:"";
|
|
14485
14503
|
display:block;
|
|
14486
14504
|
height:calc(100% - 8px);
|
|
@@ -14535,7 +14553,7 @@ div[class*=ag-theme-salt]{
|
|
|
14535
14553
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
14536
14554
|
background-color:initial;
|
|
14537
14555
|
border:1px solid;
|
|
14538
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14556
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14539
14557
|
content:"";
|
|
14540
14558
|
display:block;
|
|
14541
14559
|
height:calc(100% - 8px);
|
|
@@ -14606,7 +14624,7 @@ div[class*=ag-theme-salt]{
|
|
|
14606
14624
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
14607
14625
|
background-color:initial;
|
|
14608
14626
|
border:1px solid;
|
|
14609
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14627
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14610
14628
|
content:"";
|
|
14611
14629
|
display:block;
|
|
14612
14630
|
height:calc(100% - 8px);
|
|
@@ -14822,7 +14840,7 @@ div[class*=ag-theme-salt]{
|
|
|
14822
14840
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
14823
14841
|
background-color:initial;
|
|
14824
14842
|
border:1px solid;
|
|
14825
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14843
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14826
14844
|
content:"";
|
|
14827
14845
|
display:block;
|
|
14828
14846
|
height:calc(100% - 8px);
|
|
@@ -14908,7 +14926,7 @@ div[class*=ag-theme-salt]{
|
|
|
14908
14926
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
14909
14927
|
background-color:initial;
|
|
14910
14928
|
border:1px solid;
|
|
14911
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14929
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14912
14930
|
content:"";
|
|
14913
14931
|
display:block;
|
|
14914
14932
|
height:calc(100% - 8px);
|
|
@@ -14924,7 +14942,7 @@ div[class*=ag-theme-salt]{
|
|
|
14924
14942
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
14925
14943
|
background-color:initial;
|
|
14926
14944
|
border:1px solid;
|
|
14927
|
-
border-color:var(--ag-input-focus-border-color);
|
|
14945
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
14928
14946
|
content:"";
|
|
14929
14947
|
display:block;
|
|
14930
14948
|
height:calc(100% - 8px);
|
|
@@ -15033,7 +15051,7 @@ div[class*=ag-theme-salt]{
|
|
|
15033
15051
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
15034
15052
|
background-color:initial;
|
|
15035
15053
|
border:1px solid;
|
|
15036
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15054
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15037
15055
|
content:"";
|
|
15038
15056
|
display:block;
|
|
15039
15057
|
height:100%;
|
|
@@ -15082,7 +15100,7 @@ div[class*=ag-theme-salt]{
|
|
|
15082
15100
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
15083
15101
|
background-color:initial;
|
|
15084
15102
|
border:1px solid;
|
|
15085
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15103
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15086
15104
|
content:"";
|
|
15087
15105
|
display:block;
|
|
15088
15106
|
height:calc(100% - 4px);
|
|
@@ -15205,7 +15223,7 @@ div[class*=ag-theme-salt]{
|
|
|
15205
15223
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
15206
15224
|
background-color:initial;
|
|
15207
15225
|
border:1px solid;
|
|
15208
|
-
border-color:var(--ag-input-focus-border-color);
|
|
15226
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
15209
15227
|
content:"";
|
|
15210
15228
|
display:block;
|
|
15211
15229
|
height:calc(100% - 2px);
|
|
@@ -15611,13 +15629,16 @@ div[class*=ag-theme-salt]{
|
|
|
15611
15629
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
15612
15630
|
}
|
|
15613
15631
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
15614
|
-
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));
|
|
15615
15634
|
}
|
|
15616
15635
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
15617
|
-
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));
|
|
15618
15638
|
}
|
|
15619
15639
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
15620
|
-
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));
|
|
15621
15642
|
}
|
|
15622
15643
|
.ag-theme-salt-high-dark input[class^=ag-][type=range]:disabled{
|
|
15623
15644
|
opacity:.5;
|
|
@@ -15625,11 +15646,6 @@ div[class*=ag-theme-salt]{
|
|
|
15625
15646
|
.ag-theme-salt-high-dark .ag-root-wrapper{
|
|
15626
15647
|
border:none;
|
|
15627
15648
|
}
|
|
15628
|
-
.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){
|
|
15629
|
-
border:none;
|
|
15630
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
15631
|
-
outline-offset:-2px;
|
|
15632
|
-
}
|
|
15633
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{
|
|
15634
15650
|
align-items:center;
|
|
15635
15651
|
}
|
|
@@ -15822,8 +15838,11 @@ div[class*=ag-theme-salt]{
|
|
|
15822
15838
|
height:var(--agGrid-column-separator-height);
|
|
15823
15839
|
top:var(--agGrid-column-separator-top);
|
|
15824
15840
|
}
|
|
15841
|
+
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
15842
|
+
margin-right:auto;
|
|
15843
|
+
}
|
|
15825
15844
|
.ag-theme-salt-high-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
15826
|
-
margin-left:
|
|
15845
|
+
margin-left:auto;
|
|
15827
15846
|
}
|
|
15828
15847
|
.ag-theme-salt-high-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
15829
15848
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -15884,37 +15903,45 @@ div[class*=ag-theme-salt]{
|
|
|
15884
15903
|
text-align:right;
|
|
15885
15904
|
}
|
|
15886
15905
|
.ag-theme-salt-high-dark .ag-cell.editable-cell,.ag-theme-salt-high-dark .editable-numeric-cell{
|
|
15887
|
-
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;
|
|
15888
15912
|
}
|
|
15889
|
-
.ag-theme-salt-high-dark .ag-
|
|
15890
|
-
|
|
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);
|
|
15915
|
+
}
|
|
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{
|
|
15891
15917
|
overflow:visible;
|
|
15892
15918
|
}
|
|
15893
|
-
.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{
|
|
15894
15920
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
15895
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
15921
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
15896
15922
|
border-top:0 solid transparent;
|
|
15897
15923
|
content:"";
|
|
15898
15924
|
left:0;
|
|
15899
15925
|
position:absolute;
|
|
15900
15926
|
top:0;
|
|
15927
|
+
transform:translate(-1px, -1px);
|
|
15901
15928
|
z-index:2;
|
|
15902
15929
|
}
|
|
15903
|
-
.ag-theme-salt-high-dark .ag-cell
|
|
15904
|
-
|
|
15930
|
+
.ag-theme-salt-high-dark .ag-cell.ag-cell-inline-editing{
|
|
15931
|
+
padding:0;
|
|
15905
15932
|
}
|
|
15906
|
-
.ag-theme-salt-high-dark .ag-cell-inline-editing
|
|
15907
|
-
|
|
15933
|
+
.ag-theme-salt-high-dark .ag-cell-inline-editing input{
|
|
15934
|
+
background-color:initial;
|
|
15908
15935
|
}
|
|
15909
|
-
.ag-theme-salt-high-dark .ag-cell
|
|
15910
|
-
|
|
15936
|
+
.ag-theme-salt-high-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
15937
|
+
text-align:right;
|
|
15911
15938
|
}
|
|
15912
|
-
.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]{
|
|
15913
15940
|
padding-left:4px;
|
|
15914
15941
|
padding-right:4px;
|
|
15915
15942
|
}
|
|
15916
15943
|
.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
15917
|
-
border-left:
|
|
15944
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
15918
15945
|
content:"";
|
|
15919
15946
|
height:100%;
|
|
15920
15947
|
left:0;
|
|
@@ -16334,7 +16361,7 @@ div[class*=ag-theme-salt]{
|
|
|
16334
16361
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
16335
16362
|
}
|
|
16336
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{
|
|
16337
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16364
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16338
16365
|
outline:none;
|
|
16339
16366
|
}
|
|
16340
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{
|
|
@@ -16365,7 +16392,7 @@ div[class*=ag-theme-salt]{
|
|
|
16365
16392
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
16366
16393
|
background-color:initial;
|
|
16367
16394
|
border:1px solid;
|
|
16368
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16395
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16369
16396
|
content:"";
|
|
16370
16397
|
display:block;
|
|
16371
16398
|
height:calc(100% - 8px);
|
|
@@ -16787,7 +16814,7 @@ div[class*=ag-theme-salt]{
|
|
|
16787
16814
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
16788
16815
|
background-color:initial;
|
|
16789
16816
|
border:1px solid;
|
|
16790
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16817
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16791
16818
|
content:"";
|
|
16792
16819
|
display:block;
|
|
16793
16820
|
height:100%;
|
|
@@ -16811,7 +16838,7 @@ div[class*=ag-theme-salt]{
|
|
|
16811
16838
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
16812
16839
|
background-color:initial;
|
|
16813
16840
|
border:1px solid;
|
|
16814
|
-
border-color:var(--ag-input-focus-border-color);
|
|
16841
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
16815
16842
|
content:"";
|
|
16816
16843
|
display:block;
|
|
16817
16844
|
height:calc(100% - 2px);
|
|
@@ -19567,7 +19594,7 @@ div[class*=ag-theme-salt]{
|
|
|
19567
19594
|
cursor:nwse-resize;
|
|
19568
19595
|
}
|
|
19569
19596
|
.ag-theme-salt-high-light .ag-cell-inline-editing{
|
|
19570
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
19597
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
19571
19598
|
}
|
|
19572
19599
|
.ag-theme-salt-high-light .ag-menu{
|
|
19573
19600
|
background:#fff;
|
|
@@ -19649,7 +19676,7 @@ div[class*=ag-theme-salt]{
|
|
|
19649
19676
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
19650
19677
|
background-color:initial;
|
|
19651
19678
|
border:1px solid;
|
|
19652
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19679
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19653
19680
|
content:"";
|
|
19654
19681
|
display:block;
|
|
19655
19682
|
height:calc(100% - 8px);
|
|
@@ -19757,7 +19784,7 @@ div[class*=ag-theme-salt]{
|
|
|
19757
19784
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
19758
19785
|
background-color:initial;
|
|
19759
19786
|
border:1px solid;
|
|
19760
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19787
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19761
19788
|
content:"";
|
|
19762
19789
|
display:block;
|
|
19763
19790
|
height:calc(100% - 8px);
|
|
@@ -19812,7 +19839,7 @@ div[class*=ag-theme-salt]{
|
|
|
19812
19839
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
19813
19840
|
background-color:initial;
|
|
19814
19841
|
border:1px solid;
|
|
19815
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19842
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19816
19843
|
content:"";
|
|
19817
19844
|
display:block;
|
|
19818
19845
|
height:calc(100% - 8px);
|
|
@@ -19883,7 +19910,7 @@ div[class*=ag-theme-salt]{
|
|
|
19883
19910
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
19884
19911
|
background-color:initial;
|
|
19885
19912
|
border:1px solid;
|
|
19886
|
-
border-color:var(--ag-input-focus-border-color);
|
|
19913
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
19887
19914
|
content:"";
|
|
19888
19915
|
display:block;
|
|
19889
19916
|
height:calc(100% - 8px);
|
|
@@ -20099,7 +20126,7 @@ div[class*=ag-theme-salt]{
|
|
|
20099
20126
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
20100
20127
|
background-color:initial;
|
|
20101
20128
|
border:1px solid;
|
|
20102
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20129
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20103
20130
|
content:"";
|
|
20104
20131
|
display:block;
|
|
20105
20132
|
height:calc(100% - 8px);
|
|
@@ -20185,7 +20212,7 @@ div[class*=ag-theme-salt]{
|
|
|
20185
20212
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
20186
20213
|
background-color:initial;
|
|
20187
20214
|
border:1px solid;
|
|
20188
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20215
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20189
20216
|
content:"";
|
|
20190
20217
|
display:block;
|
|
20191
20218
|
height:calc(100% - 8px);
|
|
@@ -20201,7 +20228,7 @@ div[class*=ag-theme-salt]{
|
|
|
20201
20228
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
20202
20229
|
background-color:initial;
|
|
20203
20230
|
border:1px solid;
|
|
20204
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20231
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20205
20232
|
content:"";
|
|
20206
20233
|
display:block;
|
|
20207
20234
|
height:calc(100% - 8px);
|
|
@@ -20310,7 +20337,7 @@ div[class*=ag-theme-salt]{
|
|
|
20310
20337
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
20311
20338
|
background-color:initial;
|
|
20312
20339
|
border:1px solid;
|
|
20313
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20340
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20314
20341
|
content:"";
|
|
20315
20342
|
display:block;
|
|
20316
20343
|
height:100%;
|
|
@@ -20359,7 +20386,7 @@ div[class*=ag-theme-salt]{
|
|
|
20359
20386
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
20360
20387
|
background-color:initial;
|
|
20361
20388
|
border:1px solid;
|
|
20362
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20389
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20363
20390
|
content:"";
|
|
20364
20391
|
display:block;
|
|
20365
20392
|
height:calc(100% - 4px);
|
|
@@ -20482,7 +20509,7 @@ div[class*=ag-theme-salt]{
|
|
|
20482
20509
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
20483
20510
|
background-color:initial;
|
|
20484
20511
|
border:1px solid;
|
|
20485
|
-
border-color:var(--ag-input-focus-border-color);
|
|
20512
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
20486
20513
|
content:"";
|
|
20487
20514
|
display:block;
|
|
20488
20515
|
height:calc(100% - 2px);
|
|
@@ -20888,13 +20915,16 @@ div[class*=ag-theme-salt]{
|
|
|
20888
20915
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
20889
20916
|
}
|
|
20890
20917
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
20891
|
-
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));
|
|
20892
20920
|
}
|
|
20893
20921
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
20894
|
-
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));
|
|
20895
20924
|
}
|
|
20896
20925
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:active::-ms-track{
|
|
20897
|
-
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));
|
|
20898
20928
|
}
|
|
20899
20929
|
.ag-theme-salt-high-light input[class^=ag-][type=range]:disabled{
|
|
20900
20930
|
opacity:.5;
|
|
@@ -20902,11 +20932,6 @@ div[class*=ag-theme-salt]{
|
|
|
20902
20932
|
.ag-theme-salt-high-light .ag-root-wrapper{
|
|
20903
20933
|
border:none;
|
|
20904
20934
|
}
|
|
20905
|
-
.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){
|
|
20906
|
-
border:none;
|
|
20907
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
20908
|
-
outline-offset:-2px;
|
|
20909
|
-
}
|
|
20910
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{
|
|
20911
20936
|
align-items:center;
|
|
20912
20937
|
}
|
|
@@ -21099,8 +21124,11 @@ div[class*=ag-theme-salt]{
|
|
|
21099
21124
|
height:var(--agGrid-column-separator-height);
|
|
21100
21125
|
top:var(--agGrid-column-separator-top);
|
|
21101
21126
|
}
|
|
21127
|
+
.ag-theme-salt-high-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
21128
|
+
margin-right:auto;
|
|
21129
|
+
}
|
|
21102
21130
|
.ag-theme-salt-high-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
21103
|
-
margin-left:
|
|
21131
|
+
margin-left:auto;
|
|
21104
21132
|
}
|
|
21105
21133
|
.ag-theme-salt-high-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
21106
21134
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -21161,37 +21189,45 @@ div[class*=ag-theme-salt]{
|
|
|
21161
21189
|
text-align:right;
|
|
21162
21190
|
}
|
|
21163
21191
|
.ag-theme-salt-high-light .ag-cell.editable-cell,.ag-theme-salt-high-light .editable-numeric-cell{
|
|
21164
|
-
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);
|
|
21165
21201
|
}
|
|
21166
|
-
.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{
|
|
21167
|
-
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{
|
|
21168
21203
|
overflow:visible;
|
|
21169
21204
|
}
|
|
21170
|
-
.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{
|
|
21171
21206
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
21172
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
21207
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
21173
21208
|
border-top:0 solid transparent;
|
|
21174
21209
|
content:"";
|
|
21175
21210
|
left:0;
|
|
21176
21211
|
position:absolute;
|
|
21177
21212
|
top:0;
|
|
21213
|
+
transform:translate(-1px, -1px);
|
|
21178
21214
|
z-index:2;
|
|
21179
21215
|
}
|
|
21180
|
-
.ag-theme-salt-high-light .ag-cell
|
|
21181
|
-
|
|
21216
|
+
.ag-theme-salt-high-light .ag-cell.ag-cell-inline-editing{
|
|
21217
|
+
padding:0;
|
|
21182
21218
|
}
|
|
21183
|
-
.ag-theme-salt-high-light .ag-cell-inline-editing
|
|
21184
|
-
|
|
21219
|
+
.ag-theme-salt-high-light .ag-cell-inline-editing input{
|
|
21220
|
+
background-color:initial;
|
|
21185
21221
|
}
|
|
21186
|
-
.ag-theme-salt-high-light .ag-cell
|
|
21187
|
-
|
|
21222
|
+
.ag-theme-salt-high-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
21223
|
+
text-align:right;
|
|
21188
21224
|
}
|
|
21189
|
-
.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]{
|
|
21190
21226
|
padding-left:4px;
|
|
21191
21227
|
padding-right:4px;
|
|
21192
21228
|
}
|
|
21193
21229
|
.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
21194
|
-
border-left:
|
|
21230
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
21195
21231
|
content:"";
|
|
21196
21232
|
height:100%;
|
|
21197
21233
|
left:0;
|
|
@@ -21621,7 +21657,7 @@ div[class*=ag-theme-salt]{
|
|
|
21621
21657
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
21622
21658
|
}
|
|
21623
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{
|
|
21624
|
-
border-color:var(--ag-input-focus-border-color);
|
|
21660
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
21625
21661
|
outline:none;
|
|
21626
21662
|
}
|
|
21627
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{
|
|
@@ -21652,7 +21688,7 @@ div[class*=ag-theme-salt]{
|
|
|
21652
21688
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
21653
21689
|
background-color:initial;
|
|
21654
21690
|
border:1px solid;
|
|
21655
|
-
border-color:var(--ag-input-focus-border-color);
|
|
21691
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
21656
21692
|
content:"";
|
|
21657
21693
|
display:block;
|
|
21658
21694
|
height:calc(100% - 8px);
|
|
@@ -22074,7 +22110,7 @@ div[class*=ag-theme-salt]{
|
|
|
22074
22110
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
22075
22111
|
background-color:initial;
|
|
22076
22112
|
border:1px solid;
|
|
22077
|
-
border-color:var(--ag-input-focus-border-color);
|
|
22113
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
22078
22114
|
content:"";
|
|
22079
22115
|
display:block;
|
|
22080
22116
|
height:100%;
|
|
@@ -22098,7 +22134,7 @@ div[class*=ag-theme-salt]{
|
|
|
22098
22134
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
22099
22135
|
background-color:initial;
|
|
22100
22136
|
border:1px solid;
|
|
22101
|
-
border-color:var(--ag-input-focus-border-color);
|
|
22137
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
22102
22138
|
content:"";
|
|
22103
22139
|
display:block;
|
|
22104
22140
|
height:calc(100% - 2px);
|
|
@@ -24854,7 +24890,7 @@ div[class*=ag-theme-salt]{
|
|
|
24854
24890
|
cursor:nwse-resize;
|
|
24855
24891
|
}
|
|
24856
24892
|
.ag-theme-salt-medium-dark .ag-cell-inline-editing{
|
|
24857
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
24893
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
24858
24894
|
}
|
|
24859
24895
|
.ag-theme-salt-medium-dark .ag-menu{
|
|
24860
24896
|
background:#242526;
|
|
@@ -24936,7 +24972,7 @@ div[class*=ag-theme-salt]{
|
|
|
24936
24972
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
24937
24973
|
background-color:initial;
|
|
24938
24974
|
border:1px solid;
|
|
24939
|
-
border-color:var(--ag-input-focus-border-color);
|
|
24975
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
24940
24976
|
content:"";
|
|
24941
24977
|
display:block;
|
|
24942
24978
|
height:calc(100% - 8px);
|
|
@@ -25044,7 +25080,7 @@ div[class*=ag-theme-salt]{
|
|
|
25044
25080
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
25045
25081
|
background-color:initial;
|
|
25046
25082
|
border:1px solid;
|
|
25047
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25083
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25048
25084
|
content:"";
|
|
25049
25085
|
display:block;
|
|
25050
25086
|
height:calc(100% - 8px);
|
|
@@ -25099,7 +25135,7 @@ div[class*=ag-theme-salt]{
|
|
|
25099
25135
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
25100
25136
|
background-color:initial;
|
|
25101
25137
|
border:1px solid;
|
|
25102
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25138
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25103
25139
|
content:"";
|
|
25104
25140
|
display:block;
|
|
25105
25141
|
height:calc(100% - 8px);
|
|
@@ -25170,7 +25206,7 @@ div[class*=ag-theme-salt]{
|
|
|
25170
25206
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
25171
25207
|
background-color:initial;
|
|
25172
25208
|
border:1px solid;
|
|
25173
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25209
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25174
25210
|
content:"";
|
|
25175
25211
|
display:block;
|
|
25176
25212
|
height:calc(100% - 8px);
|
|
@@ -25386,7 +25422,7 @@ div[class*=ag-theme-salt]{
|
|
|
25386
25422
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
25387
25423
|
background-color:initial;
|
|
25388
25424
|
border:1px solid;
|
|
25389
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25425
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25390
25426
|
content:"";
|
|
25391
25427
|
display:block;
|
|
25392
25428
|
height:calc(100% - 8px);
|
|
@@ -25472,7 +25508,7 @@ div[class*=ag-theme-salt]{
|
|
|
25472
25508
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
25473
25509
|
background-color:initial;
|
|
25474
25510
|
border:1px solid;
|
|
25475
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25511
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25476
25512
|
content:"";
|
|
25477
25513
|
display:block;
|
|
25478
25514
|
height:calc(100% - 8px);
|
|
@@ -25488,7 +25524,7 @@ div[class*=ag-theme-salt]{
|
|
|
25488
25524
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
25489
25525
|
background-color:initial;
|
|
25490
25526
|
border:1px solid;
|
|
25491
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25527
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25492
25528
|
content:"";
|
|
25493
25529
|
display:block;
|
|
25494
25530
|
height:calc(100% - 8px);
|
|
@@ -25597,7 +25633,7 @@ div[class*=ag-theme-salt]{
|
|
|
25597
25633
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
25598
25634
|
background-color:initial;
|
|
25599
25635
|
border:1px solid;
|
|
25600
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25636
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25601
25637
|
content:"";
|
|
25602
25638
|
display:block;
|
|
25603
25639
|
height:100%;
|
|
@@ -25646,7 +25682,7 @@ div[class*=ag-theme-salt]{
|
|
|
25646
25682
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
25647
25683
|
background-color:initial;
|
|
25648
25684
|
border:1px solid;
|
|
25649
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25685
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25650
25686
|
content:"";
|
|
25651
25687
|
display:block;
|
|
25652
25688
|
height:calc(100% - 4px);
|
|
@@ -25769,7 +25805,7 @@ div[class*=ag-theme-salt]{
|
|
|
25769
25805
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
25770
25806
|
background-color:initial;
|
|
25771
25807
|
border:1px solid;
|
|
25772
|
-
border-color:var(--ag-input-focus-border-color);
|
|
25808
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
25773
25809
|
content:"";
|
|
25774
25810
|
display:block;
|
|
25775
25811
|
height:calc(100% - 2px);
|
|
@@ -26175,13 +26211,16 @@ div[class*=ag-theme-salt]{
|
|
|
26175
26211
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
26176
26212
|
}
|
|
26177
26213
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
26178
|
-
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));
|
|
26179
26216
|
}
|
|
26180
26217
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
26181
|
-
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));
|
|
26182
26220
|
}
|
|
26183
26221
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
26184
|
-
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));
|
|
26185
26224
|
}
|
|
26186
26225
|
.ag-theme-salt-medium-dark input[class^=ag-][type=range]:disabled{
|
|
26187
26226
|
opacity:.5;
|
|
@@ -26189,11 +26228,6 @@ div[class*=ag-theme-salt]{
|
|
|
26189
26228
|
.ag-theme-salt-medium-dark .ag-root-wrapper{
|
|
26190
26229
|
border:none;
|
|
26191
26230
|
}
|
|
26192
|
-
.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){
|
|
26193
|
-
border:none;
|
|
26194
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
26195
|
-
outline-offset:-2px;
|
|
26196
|
-
}
|
|
26197
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{
|
|
26198
26232
|
align-items:center;
|
|
26199
26233
|
}
|
|
@@ -26386,8 +26420,11 @@ div[class*=ag-theme-salt]{
|
|
|
26386
26420
|
height:var(--agGrid-column-separator-height);
|
|
26387
26421
|
top:var(--agGrid-column-separator-top);
|
|
26388
26422
|
}
|
|
26423
|
+
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
26424
|
+
margin-right:auto;
|
|
26425
|
+
}
|
|
26389
26426
|
.ag-theme-salt-medium-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
26390
|
-
margin-left:
|
|
26427
|
+
margin-left:auto;
|
|
26391
26428
|
}
|
|
26392
26429
|
.ag-theme-salt-medium-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
26393
26430
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -26448,37 +26485,45 @@ div[class*=ag-theme-salt]{
|
|
|
26448
26485
|
text-align:right;
|
|
26449
26486
|
}
|
|
26450
26487
|
.ag-theme-salt-medium-dark .ag-cell.editable-cell,.ag-theme-salt-medium-dark .editable-numeric-cell{
|
|
26451
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
26488
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
26452
26489
|
}
|
|
26453
|
-
.ag-theme-salt-medium-dark .ag-
|
|
26454
|
-
|
|
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;
|
|
26494
|
+
}
|
|
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{
|
|
26455
26499
|
overflow:visible;
|
|
26456
26500
|
}
|
|
26457
|
-
.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{
|
|
26458
26502
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
26459
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
26503
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
26460
26504
|
border-top:0 solid transparent;
|
|
26461
26505
|
content:"";
|
|
26462
26506
|
left:0;
|
|
26463
26507
|
position:absolute;
|
|
26464
26508
|
top:0;
|
|
26509
|
+
transform:translate(-1px, -1px);
|
|
26465
26510
|
z-index:2;
|
|
26466
26511
|
}
|
|
26467
|
-
.ag-theme-salt-medium-dark .ag-cell
|
|
26468
|
-
|
|
26512
|
+
.ag-theme-salt-medium-dark .ag-cell.ag-cell-inline-editing{
|
|
26513
|
+
padding:0;
|
|
26469
26514
|
}
|
|
26470
|
-
.ag-theme-salt-medium-dark .ag-cell-inline-editing
|
|
26471
|
-
|
|
26515
|
+
.ag-theme-salt-medium-dark .ag-cell-inline-editing input{
|
|
26516
|
+
background-color:initial;
|
|
26472
26517
|
}
|
|
26473
|
-
.ag-theme-salt-medium-dark .ag-cell
|
|
26474
|
-
|
|
26518
|
+
.ag-theme-salt-medium-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
26519
|
+
text-align:right;
|
|
26475
26520
|
}
|
|
26476
|
-
.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]{
|
|
26477
26522
|
padding-left:8px;
|
|
26478
26523
|
padding-right:8px;
|
|
26479
26524
|
}
|
|
26480
26525
|
.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
26481
|
-
border-left:
|
|
26526
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
26482
26527
|
content:"";
|
|
26483
26528
|
height:100%;
|
|
26484
26529
|
left:0;
|
|
@@ -26898,7 +26943,7 @@ div[class*=ag-theme-salt]{
|
|
|
26898
26943
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
26899
26944
|
}
|
|
26900
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{
|
|
26901
|
-
border-color:var(--ag-input-focus-border-color);
|
|
26946
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26902
26947
|
outline:none;
|
|
26903
26948
|
}
|
|
26904
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{
|
|
@@ -26929,7 +26974,7 @@ div[class*=ag-theme-salt]{
|
|
|
26929
26974
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
26930
26975
|
background-color:initial;
|
|
26931
26976
|
border:1px solid;
|
|
26932
|
-
border-color:var(--ag-input-focus-border-color);
|
|
26977
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
26933
26978
|
content:"";
|
|
26934
26979
|
display:block;
|
|
26935
26980
|
height:calc(100% - 8px);
|
|
@@ -27351,7 +27396,7 @@ div[class*=ag-theme-salt]{
|
|
|
27351
27396
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
27352
27397
|
background-color:initial;
|
|
27353
27398
|
border:1px solid;
|
|
27354
|
-
border-color:var(--ag-input-focus-border-color);
|
|
27399
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
27355
27400
|
content:"";
|
|
27356
27401
|
display:block;
|
|
27357
27402
|
height:100%;
|
|
@@ -27375,7 +27420,7 @@ div[class*=ag-theme-salt]{
|
|
|
27375
27420
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
27376
27421
|
background-color:initial;
|
|
27377
27422
|
border:1px solid;
|
|
27378
|
-
border-color:var(--ag-input-focus-border-color);
|
|
27423
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
27379
27424
|
content:"";
|
|
27380
27425
|
display:block;
|
|
27381
27426
|
height:calc(100% - 2px);
|
|
@@ -30131,7 +30176,7 @@ div[class*=ag-theme-salt]{
|
|
|
30131
30176
|
cursor:nwse-resize;
|
|
30132
30177
|
}
|
|
30133
30178
|
.ag-theme-salt-medium-light .ag-cell-inline-editing{
|
|
30134
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
30179
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
30135
30180
|
}
|
|
30136
30181
|
.ag-theme-salt-medium-light .ag-menu{
|
|
30137
30182
|
background:#fff;
|
|
@@ -30213,7 +30258,7 @@ div[class*=ag-theme-salt]{
|
|
|
30213
30258
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
30214
30259
|
background-color:initial;
|
|
30215
30260
|
border:1px solid;
|
|
30216
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30261
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30217
30262
|
content:"";
|
|
30218
30263
|
display:block;
|
|
30219
30264
|
height:calc(100% - 8px);
|
|
@@ -30321,7 +30366,7 @@ div[class*=ag-theme-salt]{
|
|
|
30321
30366
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
30322
30367
|
background-color:initial;
|
|
30323
30368
|
border:1px solid;
|
|
30324
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30369
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30325
30370
|
content:"";
|
|
30326
30371
|
display:block;
|
|
30327
30372
|
height:calc(100% - 8px);
|
|
@@ -30376,7 +30421,7 @@ div[class*=ag-theme-salt]{
|
|
|
30376
30421
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
30377
30422
|
background-color:initial;
|
|
30378
30423
|
border:1px solid;
|
|
30379
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30424
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30380
30425
|
content:"";
|
|
30381
30426
|
display:block;
|
|
30382
30427
|
height:calc(100% - 8px);
|
|
@@ -30447,7 +30492,7 @@ div[class*=ag-theme-salt]{
|
|
|
30447
30492
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
30448
30493
|
background-color:initial;
|
|
30449
30494
|
border:1px solid;
|
|
30450
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30495
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30451
30496
|
content:"";
|
|
30452
30497
|
display:block;
|
|
30453
30498
|
height:calc(100% - 8px);
|
|
@@ -30663,7 +30708,7 @@ div[class*=ag-theme-salt]{
|
|
|
30663
30708
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
30664
30709
|
background-color:initial;
|
|
30665
30710
|
border:1px solid;
|
|
30666
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30711
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30667
30712
|
content:"";
|
|
30668
30713
|
display:block;
|
|
30669
30714
|
height:calc(100% - 8px);
|
|
@@ -30749,7 +30794,7 @@ div[class*=ag-theme-salt]{
|
|
|
30749
30794
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
30750
30795
|
background-color:initial;
|
|
30751
30796
|
border:1px solid;
|
|
30752
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30797
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30753
30798
|
content:"";
|
|
30754
30799
|
display:block;
|
|
30755
30800
|
height:calc(100% - 8px);
|
|
@@ -30765,7 +30810,7 @@ div[class*=ag-theme-salt]{
|
|
|
30765
30810
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
30766
30811
|
background-color:initial;
|
|
30767
30812
|
border:1px solid;
|
|
30768
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30813
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30769
30814
|
content:"";
|
|
30770
30815
|
display:block;
|
|
30771
30816
|
height:calc(100% - 8px);
|
|
@@ -30874,7 +30919,7 @@ div[class*=ag-theme-salt]{
|
|
|
30874
30919
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
30875
30920
|
background-color:initial;
|
|
30876
30921
|
border:1px solid;
|
|
30877
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30922
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30878
30923
|
content:"";
|
|
30879
30924
|
display:block;
|
|
30880
30925
|
height:100%;
|
|
@@ -30923,7 +30968,7 @@ div[class*=ag-theme-salt]{
|
|
|
30923
30968
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
30924
30969
|
background-color:initial;
|
|
30925
30970
|
border:1px solid;
|
|
30926
|
-
border-color:var(--ag-input-focus-border-color);
|
|
30971
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
30927
30972
|
content:"";
|
|
30928
30973
|
display:block;
|
|
30929
30974
|
height:calc(100% - 4px);
|
|
@@ -31046,7 +31091,7 @@ div[class*=ag-theme-salt]{
|
|
|
31046
31091
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
31047
31092
|
background-color:initial;
|
|
31048
31093
|
border:1px solid;
|
|
31049
|
-
border-color:var(--ag-input-focus-border-color);
|
|
31094
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
31050
31095
|
content:"";
|
|
31051
31096
|
display:block;
|
|
31052
31097
|
height:calc(100% - 2px);
|
|
@@ -31452,13 +31497,16 @@ div[class*=ag-theme-salt]{
|
|
|
31452
31497
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
31453
31498
|
}
|
|
31454
31499
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
31455
|
-
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));
|
|
31456
31502
|
}
|
|
31457
31503
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
31458
|
-
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));
|
|
31459
31506
|
}
|
|
31460
31507
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:active::-ms-track{
|
|
31461
|
-
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));
|
|
31462
31510
|
}
|
|
31463
31511
|
.ag-theme-salt-medium-light input[class^=ag-][type=range]:disabled{
|
|
31464
31512
|
opacity:.5;
|
|
@@ -31466,11 +31514,6 @@ div[class*=ag-theme-salt]{
|
|
|
31466
31514
|
.ag-theme-salt-medium-light .ag-root-wrapper{
|
|
31467
31515
|
border:none;
|
|
31468
31516
|
}
|
|
31469
|
-
.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){
|
|
31470
|
-
border:none;
|
|
31471
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
31472
|
-
outline-offset:-2px;
|
|
31473
|
-
}
|
|
31474
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{
|
|
31475
31518
|
align-items:center;
|
|
31476
31519
|
}
|
|
@@ -31663,8 +31706,11 @@ div[class*=ag-theme-salt]{
|
|
|
31663
31706
|
height:var(--agGrid-column-separator-height);
|
|
31664
31707
|
top:var(--agGrid-column-separator-top);
|
|
31665
31708
|
}
|
|
31709
|
+
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
31710
|
+
margin-right:auto;
|
|
31711
|
+
}
|
|
31666
31712
|
.ag-theme-salt-medium-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
31667
|
-
margin-left:
|
|
31713
|
+
margin-left:auto;
|
|
31668
31714
|
}
|
|
31669
31715
|
.ag-theme-salt-medium-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
31670
31716
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -31725,37 +31771,45 @@ div[class*=ag-theme-salt]{
|
|
|
31725
31771
|
text-align:right;
|
|
31726
31772
|
}
|
|
31727
31773
|
.ag-theme-salt-medium-light .ag-cell.editable-cell,.ag-theme-salt-medium-light .editable-numeric-cell{
|
|
31728
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
31774
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
31729
31775
|
}
|
|
31730
|
-
.ag-theme-salt-medium-light .ag-
|
|
31731
|
-
|
|
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{
|
|
31732
31785
|
overflow:visible;
|
|
31733
31786
|
}
|
|
31734
|
-
.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{
|
|
31735
31788
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
31736
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
31789
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
31737
31790
|
border-top:0 solid transparent;
|
|
31738
31791
|
content:"";
|
|
31739
31792
|
left:0;
|
|
31740
31793
|
position:absolute;
|
|
31741
31794
|
top:0;
|
|
31795
|
+
transform:translate(-1px, -1px);
|
|
31742
31796
|
z-index:2;
|
|
31743
31797
|
}
|
|
31744
|
-
.ag-theme-salt-medium-light .ag-cell
|
|
31745
|
-
|
|
31798
|
+
.ag-theme-salt-medium-light .ag-cell.ag-cell-inline-editing{
|
|
31799
|
+
padding:0;
|
|
31746
31800
|
}
|
|
31747
|
-
.ag-theme-salt-medium-light .ag-cell-inline-editing
|
|
31748
|
-
|
|
31801
|
+
.ag-theme-salt-medium-light .ag-cell-inline-editing input{
|
|
31802
|
+
background-color:initial;
|
|
31749
31803
|
}
|
|
31750
|
-
.ag-theme-salt-medium-light .ag-cell
|
|
31751
|
-
|
|
31804
|
+
.ag-theme-salt-medium-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
31805
|
+
text-align:right;
|
|
31752
31806
|
}
|
|
31753
|
-
.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]{
|
|
31754
31808
|
padding-left:8px;
|
|
31755
31809
|
padding-right:8px;
|
|
31756
31810
|
}
|
|
31757
31811
|
.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
31758
|
-
border-left:
|
|
31812
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
31759
31813
|
content:"";
|
|
31760
31814
|
height:100%;
|
|
31761
31815
|
left:0;
|
|
@@ -32185,7 +32239,7 @@ div[class*=ag-theme-salt]{
|
|
|
32185
32239
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
32186
32240
|
}
|
|
32187
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{
|
|
32188
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32242
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32189
32243
|
outline:none;
|
|
32190
32244
|
}
|
|
32191
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{
|
|
@@ -32216,7 +32270,7 @@ div[class*=ag-theme-salt]{
|
|
|
32216
32270
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
32217
32271
|
background-color:initial;
|
|
32218
32272
|
border:1px solid;
|
|
32219
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32273
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32220
32274
|
content:"";
|
|
32221
32275
|
display:block;
|
|
32222
32276
|
height:calc(100% - 8px);
|
|
@@ -32638,7 +32692,7 @@ div[class*=ag-theme-salt]{
|
|
|
32638
32692
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
32639
32693
|
background-color:initial;
|
|
32640
32694
|
border:1px solid;
|
|
32641
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32695
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32642
32696
|
content:"";
|
|
32643
32697
|
display:block;
|
|
32644
32698
|
height:100%;
|
|
@@ -32662,7 +32716,7 @@ div[class*=ag-theme-salt]{
|
|
|
32662
32716
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
32663
32717
|
background-color:initial;
|
|
32664
32718
|
border:1px solid;
|
|
32665
|
-
border-color:var(--ag-input-focus-border-color);
|
|
32719
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
32666
32720
|
content:"";
|
|
32667
32721
|
display:block;
|
|
32668
32722
|
height:calc(100% - 2px);
|
|
@@ -35418,7 +35472,7 @@ div[class*=ag-theme-salt]{
|
|
|
35418
35472
|
cursor:nwse-resize;
|
|
35419
35473
|
}
|
|
35420
35474
|
.ag-theme-salt-low-dark .ag-cell-inline-editing{
|
|
35421
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
35475
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
35422
35476
|
}
|
|
35423
35477
|
.ag-theme-salt-low-dark .ag-menu{
|
|
35424
35478
|
background:#242526;
|
|
@@ -35500,7 +35554,7 @@ div[class*=ag-theme-salt]{
|
|
|
35500
35554
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
35501
35555
|
background-color:initial;
|
|
35502
35556
|
border:1px solid;
|
|
35503
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35557
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35504
35558
|
content:"";
|
|
35505
35559
|
display:block;
|
|
35506
35560
|
height:calc(100% - 8px);
|
|
@@ -35608,7 +35662,7 @@ div[class*=ag-theme-salt]{
|
|
|
35608
35662
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
35609
35663
|
background-color:initial;
|
|
35610
35664
|
border:1px solid;
|
|
35611
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35665
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35612
35666
|
content:"";
|
|
35613
35667
|
display:block;
|
|
35614
35668
|
height:calc(100% - 8px);
|
|
@@ -35663,7 +35717,7 @@ div[class*=ag-theme-salt]{
|
|
|
35663
35717
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
35664
35718
|
background-color:initial;
|
|
35665
35719
|
border:1px solid;
|
|
35666
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35720
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35667
35721
|
content:"";
|
|
35668
35722
|
display:block;
|
|
35669
35723
|
height:calc(100% - 8px);
|
|
@@ -35734,7 +35788,7 @@ div[class*=ag-theme-salt]{
|
|
|
35734
35788
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
35735
35789
|
background-color:initial;
|
|
35736
35790
|
border:1px solid;
|
|
35737
|
-
border-color:var(--ag-input-focus-border-color);
|
|
35791
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35738
35792
|
content:"";
|
|
35739
35793
|
display:block;
|
|
35740
35794
|
height:calc(100% - 8px);
|
|
@@ -35950,7 +36004,7 @@ div[class*=ag-theme-salt]{
|
|
|
35950
36004
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
35951
36005
|
background-color:initial;
|
|
35952
36006
|
border:1px solid;
|
|
35953
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36007
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
35954
36008
|
content:"";
|
|
35955
36009
|
display:block;
|
|
35956
36010
|
height:calc(100% - 8px);
|
|
@@ -36036,7 +36090,7 @@ div[class*=ag-theme-salt]{
|
|
|
36036
36090
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
36037
36091
|
background-color:initial;
|
|
36038
36092
|
border:1px solid;
|
|
36039
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36093
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36040
36094
|
content:"";
|
|
36041
36095
|
display:block;
|
|
36042
36096
|
height:calc(100% - 8px);
|
|
@@ -36052,7 +36106,7 @@ div[class*=ag-theme-salt]{
|
|
|
36052
36106
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
36053
36107
|
background-color:initial;
|
|
36054
36108
|
border:1px solid;
|
|
36055
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36109
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36056
36110
|
content:"";
|
|
36057
36111
|
display:block;
|
|
36058
36112
|
height:calc(100% - 8px);
|
|
@@ -36157,7 +36211,7 @@ div[class*=ag-theme-salt]{
|
|
|
36157
36211
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
36158
36212
|
background-color:initial;
|
|
36159
36213
|
border:1px solid;
|
|
36160
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36214
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36161
36215
|
content:"";
|
|
36162
36216
|
display:block;
|
|
36163
36217
|
height:100%;
|
|
@@ -36206,7 +36260,7 @@ div[class*=ag-theme-salt]{
|
|
|
36206
36260
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
36207
36261
|
background-color:initial;
|
|
36208
36262
|
border:1px solid;
|
|
36209
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36263
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36210
36264
|
content:"";
|
|
36211
36265
|
display:block;
|
|
36212
36266
|
height:calc(100% - 4px);
|
|
@@ -36329,7 +36383,7 @@ div[class*=ag-theme-salt]{
|
|
|
36329
36383
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
36330
36384
|
background-color:initial;
|
|
36331
36385
|
border:1px solid;
|
|
36332
|
-
border-color:var(--ag-input-focus-border-color);
|
|
36386
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
36333
36387
|
content:"";
|
|
36334
36388
|
display:block;
|
|
36335
36389
|
height:calc(100% - 2px);
|
|
@@ -36735,13 +36789,16 @@ div[class*=ag-theme-salt]{
|
|
|
36735
36789
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
36736
36790
|
}
|
|
36737
36791
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
36738
|
-
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));
|
|
36739
36794
|
}
|
|
36740
36795
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
36741
|
-
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));
|
|
36742
36798
|
}
|
|
36743
36799
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
36744
|
-
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));
|
|
36745
36802
|
}
|
|
36746
36803
|
.ag-theme-salt-low-dark input[class^=ag-][type=range]:disabled{
|
|
36747
36804
|
opacity:.5;
|
|
@@ -36749,11 +36806,6 @@ div[class*=ag-theme-salt]{
|
|
|
36749
36806
|
.ag-theme-salt-low-dark .ag-root-wrapper{
|
|
36750
36807
|
border:none;
|
|
36751
36808
|
}
|
|
36752
|
-
.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){
|
|
36753
|
-
border:none;
|
|
36754
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
36755
|
-
outline-offset:-2px;
|
|
36756
|
-
}
|
|
36757
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{
|
|
36758
36810
|
align-items:center;
|
|
36759
36811
|
}
|
|
@@ -36946,8 +36998,11 @@ div[class*=ag-theme-salt]{
|
|
|
36946
36998
|
height:var(--agGrid-column-separator-height);
|
|
36947
36999
|
top:var(--agGrid-column-separator-top);
|
|
36948
37000
|
}
|
|
37001
|
+
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
37002
|
+
margin-right:auto;
|
|
37003
|
+
}
|
|
36949
37004
|
.ag-theme-salt-low-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
36950
|
-
margin-left:
|
|
37005
|
+
margin-left:auto;
|
|
36951
37006
|
}
|
|
36952
37007
|
.ag-theme-salt-low-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
36953
37008
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -37008,37 +37063,45 @@ div[class*=ag-theme-salt]{
|
|
|
37008
37063
|
text-align:right;
|
|
37009
37064
|
}
|
|
37010
37065
|
.ag-theme-salt-low-dark .ag-cell.editable-cell,.ag-theme-salt-low-dark .editable-numeric-cell{
|
|
37011
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
37066
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
37067
|
+
}
|
|
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);
|
|
37012
37075
|
}
|
|
37013
|
-
.ag-theme-salt-low-dark .ag-cell.editable-cell.ag-cell-focus:focus,.ag-theme-salt-low-dark .editable-numeric-cell.ag-cell-focus:focus{
|
|
37014
|
-
clip-path:inset(0, 0);
|
|
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{
|
|
37015
37077
|
overflow:visible;
|
|
37016
37078
|
}
|
|
37017
|
-
.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{
|
|
37018
37080
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
37019
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
37081
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
37020
37082
|
border-top:0 solid transparent;
|
|
37021
37083
|
content:"";
|
|
37022
37084
|
left:0;
|
|
37023
37085
|
position:absolute;
|
|
37024
37086
|
top:0;
|
|
37087
|
+
transform:translate(-1px, -1px);
|
|
37025
37088
|
z-index:2;
|
|
37026
37089
|
}
|
|
37027
|
-
.ag-theme-salt-low-dark .ag-cell
|
|
37028
|
-
|
|
37090
|
+
.ag-theme-salt-low-dark .ag-cell.ag-cell-inline-editing{
|
|
37091
|
+
padding:0;
|
|
37029
37092
|
}
|
|
37030
|
-
.ag-theme-salt-low-dark .ag-cell-inline-editing
|
|
37031
|
-
|
|
37093
|
+
.ag-theme-salt-low-dark .ag-cell-inline-editing input{
|
|
37094
|
+
background-color:initial;
|
|
37032
37095
|
}
|
|
37033
|
-
.ag-theme-salt-low-dark .ag-cell
|
|
37034
|
-
|
|
37096
|
+
.ag-theme-salt-low-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
37097
|
+
text-align:right;
|
|
37035
37098
|
}
|
|
37036
|
-
.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]{
|
|
37037
37100
|
padding-left:12px;
|
|
37038
37101
|
padding-right:12px;
|
|
37039
37102
|
}
|
|
37040
37103
|
.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
37041
|
-
border-left:
|
|
37104
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
37042
37105
|
content:"";
|
|
37043
37106
|
height:100%;
|
|
37044
37107
|
left:0;
|
|
@@ -37458,7 +37521,7 @@ div[class*=ag-theme-salt]{
|
|
|
37458
37521
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
37459
37522
|
}
|
|
37460
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{
|
|
37461
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37524
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37462
37525
|
outline:none;
|
|
37463
37526
|
}
|
|
37464
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{
|
|
@@ -37489,7 +37552,7 @@ div[class*=ag-theme-salt]{
|
|
|
37489
37552
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
37490
37553
|
background-color:initial;
|
|
37491
37554
|
border:1px solid;
|
|
37492
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37555
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37493
37556
|
content:"";
|
|
37494
37557
|
display:block;
|
|
37495
37558
|
height:calc(100% - 8px);
|
|
@@ -37911,7 +37974,7 @@ div[class*=ag-theme-salt]{
|
|
|
37911
37974
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
37912
37975
|
background-color:initial;
|
|
37913
37976
|
border:1px solid;
|
|
37914
|
-
border-color:var(--ag-input-focus-border-color);
|
|
37977
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37915
37978
|
content:"";
|
|
37916
37979
|
display:block;
|
|
37917
37980
|
height:100%;
|
|
@@ -37935,7 +37998,7 @@ div[class*=ag-theme-salt]{
|
|
|
37935
37998
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
37936
37999
|
background-color:initial;
|
|
37937
38000
|
border:1px solid;
|
|
37938
|
-
border-color:var(--ag-input-focus-border-color);
|
|
38001
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
37939
38002
|
content:"";
|
|
37940
38003
|
display:block;
|
|
37941
38004
|
height:calc(100% - 2px);
|
|
@@ -40691,7 +40754,7 @@ div[class*=ag-theme-salt]{
|
|
|
40691
40754
|
cursor:nwse-resize;
|
|
40692
40755
|
}
|
|
40693
40756
|
.ag-theme-salt-low-light .ag-cell-inline-editing{
|
|
40694
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
40757
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
40695
40758
|
}
|
|
40696
40759
|
.ag-theme-salt-low-light .ag-menu{
|
|
40697
40760
|
background:#fff;
|
|
@@ -40773,7 +40836,7 @@ div[class*=ag-theme-salt]{
|
|
|
40773
40836
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
40774
40837
|
background-color:initial;
|
|
40775
40838
|
border:1px solid;
|
|
40776
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40839
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40777
40840
|
content:"";
|
|
40778
40841
|
display:block;
|
|
40779
40842
|
height:calc(100% - 8px);
|
|
@@ -40881,7 +40944,7 @@ div[class*=ag-theme-salt]{
|
|
|
40881
40944
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
40882
40945
|
background-color:initial;
|
|
40883
40946
|
border:1px solid;
|
|
40884
|
-
border-color:var(--ag-input-focus-border-color);
|
|
40947
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40885
40948
|
content:"";
|
|
40886
40949
|
display:block;
|
|
40887
40950
|
height:calc(100% - 8px);
|
|
@@ -40936,7 +40999,7 @@ div[class*=ag-theme-salt]{
|
|
|
40936
40999
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
40937
41000
|
background-color:initial;
|
|
40938
41001
|
border:1px solid;
|
|
40939
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41002
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
40940
41003
|
content:"";
|
|
40941
41004
|
display:block;
|
|
40942
41005
|
height:calc(100% - 8px);
|
|
@@ -41007,7 +41070,7 @@ div[class*=ag-theme-salt]{
|
|
|
41007
41070
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
41008
41071
|
background-color:initial;
|
|
41009
41072
|
border:1px solid;
|
|
41010
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41073
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41011
41074
|
content:"";
|
|
41012
41075
|
display:block;
|
|
41013
41076
|
height:calc(100% - 8px);
|
|
@@ -41223,7 +41286,7 @@ div[class*=ag-theme-salt]{
|
|
|
41223
41286
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
41224
41287
|
background-color:initial;
|
|
41225
41288
|
border:1px solid;
|
|
41226
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41289
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41227
41290
|
content:"";
|
|
41228
41291
|
display:block;
|
|
41229
41292
|
height:calc(100% - 8px);
|
|
@@ -41309,7 +41372,7 @@ div[class*=ag-theme-salt]{
|
|
|
41309
41372
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
41310
41373
|
background-color:initial;
|
|
41311
41374
|
border:1px solid;
|
|
41312
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41375
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41313
41376
|
content:"";
|
|
41314
41377
|
display:block;
|
|
41315
41378
|
height:calc(100% - 8px);
|
|
@@ -41325,7 +41388,7 @@ div[class*=ag-theme-salt]{
|
|
|
41325
41388
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
41326
41389
|
background-color:initial;
|
|
41327
41390
|
border:1px solid;
|
|
41328
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41391
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41329
41392
|
content:"";
|
|
41330
41393
|
display:block;
|
|
41331
41394
|
height:calc(100% - 8px);
|
|
@@ -41430,7 +41493,7 @@ div[class*=ag-theme-salt]{
|
|
|
41430
41493
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
41431
41494
|
background-color:initial;
|
|
41432
41495
|
border:1px solid;
|
|
41433
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41496
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41434
41497
|
content:"";
|
|
41435
41498
|
display:block;
|
|
41436
41499
|
height:100%;
|
|
@@ -41479,7 +41542,7 @@ div[class*=ag-theme-salt]{
|
|
|
41479
41542
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
41480
41543
|
background-color:initial;
|
|
41481
41544
|
border:1px solid;
|
|
41482
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41545
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41483
41546
|
content:"";
|
|
41484
41547
|
display:block;
|
|
41485
41548
|
height:calc(100% - 4px);
|
|
@@ -41602,7 +41665,7 @@ div[class*=ag-theme-salt]{
|
|
|
41602
41665
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
41603
41666
|
background-color:initial;
|
|
41604
41667
|
border:1px solid;
|
|
41605
|
-
border-color:var(--ag-input-focus-border-color);
|
|
41668
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
41606
41669
|
content:"";
|
|
41607
41670
|
display:block;
|
|
41608
41671
|
height:calc(100% - 2px);
|
|
@@ -42008,13 +42071,16 @@ div[class*=ag-theme-salt]{
|
|
|
42008
42071
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
42009
42072
|
}
|
|
42010
42073
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
42011
|
-
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));
|
|
42012
42076
|
}
|
|
42013
42077
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
42014
|
-
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));
|
|
42015
42080
|
}
|
|
42016
42081
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:active::-ms-track{
|
|
42017
|
-
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));
|
|
42018
42084
|
}
|
|
42019
42085
|
.ag-theme-salt-low-light input[class^=ag-][type=range]:disabled{
|
|
42020
42086
|
opacity:.5;
|
|
@@ -42022,11 +42088,6 @@ div[class*=ag-theme-salt]{
|
|
|
42022
42088
|
.ag-theme-salt-low-light .ag-root-wrapper{
|
|
42023
42089
|
border:none;
|
|
42024
42090
|
}
|
|
42025
|
-
.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){
|
|
42026
|
-
border:none;
|
|
42027
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
42028
|
-
outline-offset:-2px;
|
|
42029
|
-
}
|
|
42030
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{
|
|
42031
42092
|
align-items:center;
|
|
42032
42093
|
}
|
|
@@ -42219,8 +42280,11 @@ div[class*=ag-theme-salt]{
|
|
|
42219
42280
|
height:var(--agGrid-column-separator-height);
|
|
42220
42281
|
top:var(--agGrid-column-separator-top);
|
|
42221
42282
|
}
|
|
42283
|
+
.ag-theme-salt-low-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
42284
|
+
margin-right:auto;
|
|
42285
|
+
}
|
|
42222
42286
|
.ag-theme-salt-low-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
42223
|
-
margin-left:
|
|
42287
|
+
margin-left:auto;
|
|
42224
42288
|
}
|
|
42225
42289
|
.ag-theme-salt-low-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
42226
42290
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -42281,37 +42345,45 @@ div[class*=ag-theme-salt]{
|
|
|
42281
42345
|
text-align:right;
|
|
42282
42346
|
}
|
|
42283
42347
|
.ag-theme-salt-low-light .ag-cell.editable-cell,.ag-theme-salt-low-light .editable-numeric-cell{
|
|
42284
|
-
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;
|
|
42285
42354
|
}
|
|
42286
|
-
.ag-theme-salt-low-light .ag-
|
|
42287
|
-
|
|
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);
|
|
42357
|
+
}
|
|
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{
|
|
42288
42359
|
overflow:visible;
|
|
42289
42360
|
}
|
|
42290
|
-
.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{
|
|
42291
42362
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
42292
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
42363
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
42293
42364
|
border-top:0 solid transparent;
|
|
42294
42365
|
content:"";
|
|
42295
42366
|
left:0;
|
|
42296
42367
|
position:absolute;
|
|
42297
42368
|
top:0;
|
|
42369
|
+
transform:translate(-1px, -1px);
|
|
42298
42370
|
z-index:2;
|
|
42299
42371
|
}
|
|
42300
|
-
.ag-theme-salt-low-light .ag-cell
|
|
42301
|
-
|
|
42372
|
+
.ag-theme-salt-low-light .ag-cell.ag-cell-inline-editing{
|
|
42373
|
+
padding:0;
|
|
42302
42374
|
}
|
|
42303
|
-
.ag-theme-salt-low-light .ag-cell-inline-editing
|
|
42304
|
-
|
|
42375
|
+
.ag-theme-salt-low-light .ag-cell-inline-editing input{
|
|
42376
|
+
background-color:initial;
|
|
42305
42377
|
}
|
|
42306
|
-
.ag-theme-salt-low-light .ag-cell
|
|
42307
|
-
|
|
42378
|
+
.ag-theme-salt-low-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
42379
|
+
text-align:right;
|
|
42308
42380
|
}
|
|
42309
|
-
.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]{
|
|
42310
42382
|
padding-left:12px;
|
|
42311
42383
|
padding-right:12px;
|
|
42312
42384
|
}
|
|
42313
42385
|
.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
42314
|
-
border-left:
|
|
42386
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
42315
42387
|
content:"";
|
|
42316
42388
|
height:100%;
|
|
42317
42389
|
left:0;
|
|
@@ -42741,7 +42813,7 @@ div[class*=ag-theme-salt]{
|
|
|
42741
42813
|
color:var(--ag-disabled-foreground-color, rgba(42,44,47,.5));
|
|
42742
42814
|
}
|
|
42743
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{
|
|
42744
|
-
border-color:var(--ag-input-focus-border-color);
|
|
42816
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42745
42817
|
outline:none;
|
|
42746
42818
|
}
|
|
42747
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{
|
|
@@ -42772,7 +42844,7 @@ div[class*=ag-theme-salt]{
|
|
|
42772
42844
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
42773
42845
|
background-color:initial;
|
|
42774
42846
|
border:1px solid;
|
|
42775
|
-
border-color:var(--ag-input-focus-border-color);
|
|
42847
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
42776
42848
|
content:"";
|
|
42777
42849
|
display:block;
|
|
42778
42850
|
height:calc(100% - 8px);
|
|
@@ -43194,7 +43266,7 @@ div[class*=ag-theme-salt]{
|
|
|
43194
43266
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
43195
43267
|
background-color:initial;
|
|
43196
43268
|
border:1px solid;
|
|
43197
|
-
border-color:var(--ag-input-focus-border-color);
|
|
43269
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
43198
43270
|
content:"";
|
|
43199
43271
|
display:block;
|
|
43200
43272
|
height:100%;
|
|
@@ -43218,7 +43290,7 @@ div[class*=ag-theme-salt]{
|
|
|
43218
43290
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
43219
43291
|
background-color:initial;
|
|
43220
43292
|
border:1px solid;
|
|
43221
|
-
border-color:var(--ag-input-focus-border-color);
|
|
43293
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
43222
43294
|
content:"";
|
|
43223
43295
|
display:block;
|
|
43224
43296
|
height:calc(100% - 2px);
|
|
@@ -45974,7 +46046,7 @@ div[class*=ag-theme-salt]{
|
|
|
45974
46046
|
cursor:nwse-resize;
|
|
45975
46047
|
}
|
|
45976
46048
|
.ag-theme-salt-touch-light .ag-cell-inline-editing{
|
|
45977
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
46049
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
45978
46050
|
}
|
|
45979
46051
|
.ag-theme-salt-touch-light .ag-menu{
|
|
45980
46052
|
background:#fff;
|
|
@@ -46056,7 +46128,7 @@ div[class*=ag-theme-salt]{
|
|
|
46056
46128
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
46057
46129
|
background-color:initial;
|
|
46058
46130
|
border:1px solid;
|
|
46059
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46131
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46060
46132
|
content:"";
|
|
46061
46133
|
display:block;
|
|
46062
46134
|
height:calc(100% - 8px);
|
|
@@ -46164,7 +46236,7 @@ div[class*=ag-theme-salt]{
|
|
|
46164
46236
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
46165
46237
|
background-color:initial;
|
|
46166
46238
|
border:1px solid;
|
|
46167
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46239
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46168
46240
|
content:"";
|
|
46169
46241
|
display:block;
|
|
46170
46242
|
height:calc(100% - 8px);
|
|
@@ -46219,7 +46291,7 @@ div[class*=ag-theme-salt]{
|
|
|
46219
46291
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
46220
46292
|
background-color:initial;
|
|
46221
46293
|
border:1px solid;
|
|
46222
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46294
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46223
46295
|
content:"";
|
|
46224
46296
|
display:block;
|
|
46225
46297
|
height:calc(100% - 8px);
|
|
@@ -46290,7 +46362,7 @@ div[class*=ag-theme-salt]{
|
|
|
46290
46362
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
46291
46363
|
background-color:initial;
|
|
46292
46364
|
border:1px solid;
|
|
46293
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46365
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46294
46366
|
content:"";
|
|
46295
46367
|
display:block;
|
|
46296
46368
|
height:calc(100% - 8px);
|
|
@@ -46506,7 +46578,7 @@ div[class*=ag-theme-salt]{
|
|
|
46506
46578
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
46507
46579
|
background-color:initial;
|
|
46508
46580
|
border:1px solid;
|
|
46509
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46581
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46510
46582
|
content:"";
|
|
46511
46583
|
display:block;
|
|
46512
46584
|
height:calc(100% - 8px);
|
|
@@ -46592,7 +46664,7 @@ div[class*=ag-theme-salt]{
|
|
|
46592
46664
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
46593
46665
|
background-color:initial;
|
|
46594
46666
|
border:1px solid;
|
|
46595
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46667
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46596
46668
|
content:"";
|
|
46597
46669
|
display:block;
|
|
46598
46670
|
height:calc(100% - 8px);
|
|
@@ -46608,7 +46680,7 @@ div[class*=ag-theme-salt]{
|
|
|
46608
46680
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
46609
46681
|
background-color:initial;
|
|
46610
46682
|
border:1px solid;
|
|
46611
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46683
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46612
46684
|
content:"";
|
|
46613
46685
|
display:block;
|
|
46614
46686
|
height:calc(100% - 8px);
|
|
@@ -46717,7 +46789,7 @@ div[class*=ag-theme-salt]{
|
|
|
46717
46789
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
46718
46790
|
background-color:initial;
|
|
46719
46791
|
border:1px solid;
|
|
46720
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46792
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46721
46793
|
content:"";
|
|
46722
46794
|
display:block;
|
|
46723
46795
|
height:100%;
|
|
@@ -46766,7 +46838,7 @@ div[class*=ag-theme-salt]{
|
|
|
46766
46838
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
46767
46839
|
background-color:initial;
|
|
46768
46840
|
border:1px solid;
|
|
46769
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46841
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46770
46842
|
content:"";
|
|
46771
46843
|
display:block;
|
|
46772
46844
|
height:calc(100% - 4px);
|
|
@@ -46889,7 +46961,7 @@ div[class*=ag-theme-salt]{
|
|
|
46889
46961
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
46890
46962
|
background-color:initial;
|
|
46891
46963
|
border:1px solid;
|
|
46892
|
-
border-color:var(--ag-input-focus-border-color);
|
|
46964
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
46893
46965
|
content:"";
|
|
46894
46966
|
display:block;
|
|
46895
46967
|
height:calc(100% - 2px);
|
|
@@ -47295,13 +47367,16 @@ div[class*=ag-theme-salt]{
|
|
|
47295
47367
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #2a2c2f));
|
|
47296
47368
|
}
|
|
47297
47369
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
47298
|
-
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));
|
|
47299
47372
|
}
|
|
47300
47373
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
47301
|
-
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));
|
|
47302
47376
|
}
|
|
47303
47377
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:active::-ms-track{
|
|
47304
|
-
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));
|
|
47305
47380
|
}
|
|
47306
47381
|
.ag-theme-salt-touch-light input[class^=ag-][type=range]:disabled{
|
|
47307
47382
|
opacity:.5;
|
|
@@ -47309,11 +47384,6 @@ div[class*=ag-theme-salt]{
|
|
|
47309
47384
|
.ag-theme-salt-touch-light .ag-root-wrapper{
|
|
47310
47385
|
border:none;
|
|
47311
47386
|
}
|
|
47312
|
-
.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){
|
|
47313
|
-
border:none;
|
|
47314
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
47315
|
-
outline-offset:-2px;
|
|
47316
|
-
}
|
|
47317
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{
|
|
47318
47388
|
align-items:center;
|
|
47319
47389
|
}
|
|
@@ -47506,8 +47576,11 @@ div[class*=ag-theme-salt]{
|
|
|
47506
47576
|
height:var(--agGrid-column-separator-height);
|
|
47507
47577
|
top:var(--agGrid-column-separator-top);
|
|
47508
47578
|
}
|
|
47579
|
+
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
47580
|
+
margin-right:auto;
|
|
47581
|
+
}
|
|
47509
47582
|
.ag-theme-salt-touch-light .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
47510
|
-
margin-left:
|
|
47583
|
+
margin-left:auto;
|
|
47511
47584
|
}
|
|
47512
47585
|
.ag-theme-salt-touch-light .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
47513
47586
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -47568,37 +47641,45 @@ div[class*=ag-theme-salt]{
|
|
|
47568
47641
|
text-align:right;
|
|
47569
47642
|
}
|
|
47570
47643
|
.ag-theme-salt-touch-light .ag-cell.editable-cell,.ag-theme-salt-touch-light .editable-numeric-cell{
|
|
47571
|
-
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);
|
|
47572
47653
|
}
|
|
47573
|
-
.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{
|
|
47574
|
-
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{
|
|
47575
47655
|
overflow:visible;
|
|
47576
47656
|
}
|
|
47577
|
-
.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{
|
|
47578
47658
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
47579
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
47659
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
47580
47660
|
border-top:0 solid transparent;
|
|
47581
47661
|
content:"";
|
|
47582
47662
|
left:0;
|
|
47583
47663
|
position:absolute;
|
|
47584
47664
|
top:0;
|
|
47665
|
+
transform:translate(-1px, -1px);
|
|
47585
47666
|
z-index:2;
|
|
47586
47667
|
}
|
|
47587
|
-
.ag-theme-salt-touch-light .ag-cell
|
|
47588
|
-
|
|
47668
|
+
.ag-theme-salt-touch-light .ag-cell.ag-cell-inline-editing{
|
|
47669
|
+
padding:0;
|
|
47589
47670
|
}
|
|
47590
|
-
.ag-theme-salt-touch-light .ag-cell-inline-editing
|
|
47591
|
-
|
|
47671
|
+
.ag-theme-salt-touch-light .ag-cell-inline-editing input{
|
|
47672
|
+
background-color:initial;
|
|
47592
47673
|
}
|
|
47593
|
-
.ag-theme-salt-touch-light .ag-cell
|
|
47594
|
-
|
|
47674
|
+
.ag-theme-salt-touch-light .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
47675
|
+
text-align:right;
|
|
47595
47676
|
}
|
|
47596
|
-
.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]{
|
|
47597
47678
|
padding-left:16px;
|
|
47598
47679
|
padding-right:16px;
|
|
47599
47680
|
}
|
|
47600
47681
|
.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
47601
|
-
border-left:
|
|
47682
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
47602
47683
|
content:"";
|
|
47603
47684
|
height:100%;
|
|
47604
47685
|
left:0;
|
|
@@ -48024,7 +48105,7 @@ div[class*=ag-theme-salt]{
|
|
|
48024
48105
|
color:var(--ag-disabled-foreground-color, hsla(0,0%,100%,.5));
|
|
48025
48106
|
}
|
|
48026
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{
|
|
48027
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48108
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48028
48109
|
outline:none;
|
|
48029
48110
|
}
|
|
48030
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{
|
|
@@ -48055,7 +48136,7 @@ div[class*=ag-theme-salt]{
|
|
|
48055
48136
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-virtual-list-item:focus:after{
|
|
48056
48137
|
background-color:initial;
|
|
48057
48138
|
border:1px solid;
|
|
48058
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48139
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48059
48140
|
content:"";
|
|
48060
48141
|
display:block;
|
|
48061
48142
|
height:calc(100% - 8px);
|
|
@@ -48477,7 +48558,7 @@ div[class*=ag-theme-salt]{
|
|
|
48477
48558
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-header-icon:focus:after{
|
|
48478
48559
|
background-color:initial;
|
|
48479
48560
|
border:1px solid;
|
|
48480
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48561
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48481
48562
|
content:"";
|
|
48482
48563
|
display:block;
|
|
48483
48564
|
height:100%;
|
|
@@ -48501,7 +48582,7 @@ div[class*=ag-theme-salt]{
|
|
|
48501
48582
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{
|
|
48502
48583
|
background-color:initial;
|
|
48503
48584
|
border:1px solid;
|
|
48504
|
-
border-color:var(--ag-input-focus-border-color);
|
|
48585
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
48505
48586
|
content:"";
|
|
48506
48587
|
display:block;
|
|
48507
48588
|
height:calc(100% - 2px);
|
|
@@ -51265,7 +51346,7 @@ div[class*=ag-theme-salt]{
|
|
|
51265
51346
|
cursor:nwse-resize;
|
|
51266
51347
|
}
|
|
51267
51348
|
.ag-theme-salt-touch-dark .ag-cell-inline-editing{
|
|
51268
|
-
border-color:var(--ag-input-focus-border-color) !important;
|
|
51349
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover)) !important;
|
|
51269
51350
|
}
|
|
51270
51351
|
.ag-theme-salt-touch-dark .ag-menu{
|
|
51271
51352
|
background:#242526;
|
|
@@ -51347,7 +51428,7 @@ div[class*=ag-theme-salt]{
|
|
|
51347
51428
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
51348
51429
|
background-color:initial;
|
|
51349
51430
|
border:1px solid;
|
|
51350
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51431
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51351
51432
|
content:"";
|
|
51352
51433
|
display:block;
|
|
51353
51434
|
height:calc(100% - 8px);
|
|
@@ -51455,7 +51536,7 @@ div[class*=ag-theme-salt]{
|
|
|
51455
51536
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{
|
|
51456
51537
|
background-color:initial;
|
|
51457
51538
|
border:1px solid;
|
|
51458
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51539
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51459
51540
|
content:"";
|
|
51460
51541
|
display:block;
|
|
51461
51542
|
height:calc(100% - 8px);
|
|
@@ -51510,7 +51591,7 @@ div[class*=ag-theme-salt]{
|
|
|
51510
51591
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-side-button-button:focus:after{
|
|
51511
51592
|
background-color:initial;
|
|
51512
51593
|
border:1px solid;
|
|
51513
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51594
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51514
51595
|
content:"";
|
|
51515
51596
|
display:block;
|
|
51516
51597
|
height:calc(100% - 8px);
|
|
@@ -51581,7 +51662,7 @@ div[class*=ag-theme-salt]{
|
|
|
51581
51662
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{
|
|
51582
51663
|
background-color:initial;
|
|
51583
51664
|
border:1px solid;
|
|
51584
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51665
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51585
51666
|
content:"";
|
|
51586
51667
|
display:block;
|
|
51587
51668
|
height:calc(100% - 8px);
|
|
@@ -51797,7 +51878,7 @@ div[class*=ag-theme-salt]{
|
|
|
51797
51878
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
51798
51879
|
background-color:initial;
|
|
51799
51880
|
border:1px solid;
|
|
51800
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51881
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51801
51882
|
content:"";
|
|
51802
51883
|
display:block;
|
|
51803
51884
|
height:calc(100% - 8px);
|
|
@@ -51883,7 +51964,7 @@ div[class*=ag-theme-salt]{
|
|
|
51883
51964
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
51884
51965
|
background-color:initial;
|
|
51885
51966
|
border:1px solid;
|
|
51886
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51967
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51887
51968
|
content:"";
|
|
51888
51969
|
display:block;
|
|
51889
51970
|
height:calc(100% - 8px);
|
|
@@ -51899,7 +51980,7 @@ div[class*=ag-theme-salt]{
|
|
|
51899
51980
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-group-cell:focus:after{
|
|
51900
51981
|
background-color:initial;
|
|
51901
51982
|
border:1px solid;
|
|
51902
|
-
border-color:var(--ag-input-focus-border-color);
|
|
51983
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
51903
51984
|
content:"";
|
|
51904
51985
|
display:block;
|
|
51905
51986
|
height:calc(100% - 8px);
|
|
@@ -52008,7 +52089,7 @@ div[class*=ag-theme-salt]{
|
|
|
52008
52089
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-paging-button:focus:after{
|
|
52009
52090
|
background-color:initial;
|
|
52010
52091
|
border:1px solid;
|
|
52011
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52092
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52012
52093
|
content:"";
|
|
52013
52094
|
display:block;
|
|
52014
52095
|
height:100%;
|
|
@@ -52057,7 +52138,7 @@ div[class*=ag-theme-salt]{
|
|
|
52057
52138
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after{
|
|
52058
52139
|
background-color:initial;
|
|
52059
52140
|
border:1px solid;
|
|
52060
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52141
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52061
52142
|
content:"";
|
|
52062
52143
|
display:block;
|
|
52063
52144
|
height:calc(100% - 4px);
|
|
@@ -52180,7 +52261,7 @@ div[class*=ag-theme-salt]{
|
|
|
52180
52261
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{
|
|
52181
52262
|
background-color:initial;
|
|
52182
52263
|
border:1px solid;
|
|
52183
|
-
border-color:var(--ag-input-focus-border-color);
|
|
52264
|
+
border-color:var(--ag-input-focus-border-color, var(--salt-editable-borderColor-hover));
|
|
52184
52265
|
content:"";
|
|
52185
52266
|
display:block;
|
|
52186
52267
|
height:calc(100% - 2px);
|
|
@@ -52586,13 +52667,16 @@ div[class*=ag-theme-salt]{
|
|
|
52586
52667
|
border-color:var(--ag-checkbox-checked-color, var(--ag-foreground-color, #fff));
|
|
52587
52668
|
}
|
|
52588
52669
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{
|
|
52589
|
-
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));
|
|
52590
52672
|
}
|
|
52591
52673
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-moz-ag-range-track{
|
|
52592
|
-
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));
|
|
52593
52676
|
}
|
|
52594
52677
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:active::-ms-track{
|
|
52595
|
-
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));
|
|
52596
52680
|
}
|
|
52597
52681
|
.ag-theme-salt-touch-dark input[class^=ag-][type=range]:disabled{
|
|
52598
52682
|
opacity:.5;
|
|
@@ -52600,11 +52684,6 @@ div[class*=ag-theme-salt]{
|
|
|
52600
52684
|
.ag-theme-salt-touch-dark .ag-root-wrapper{
|
|
52601
52685
|
border:none;
|
|
52602
52686
|
}
|
|
52603
|
-
.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){
|
|
52604
|
-
border:none;
|
|
52605
|
-
outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
|
|
52606
|
-
outline-offset:-2px;
|
|
52607
|
-
}
|
|
52608
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{
|
|
52609
52688
|
align-items:center;
|
|
52610
52689
|
}
|
|
@@ -52797,8 +52876,11 @@ div[class*=ag-theme-salt]{
|
|
|
52797
52876
|
height:var(--agGrid-column-separator-height);
|
|
52798
52877
|
top:var(--agGrid-column-separator-top);
|
|
52799
52878
|
}
|
|
52879
|
+
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{
|
|
52880
|
+
margin-right:auto;
|
|
52881
|
+
}
|
|
52800
52882
|
.ag-theme-salt-touch-dark .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{
|
|
52801
|
-
margin-left:
|
|
52883
|
+
margin-left:auto;
|
|
52802
52884
|
}
|
|
52803
52885
|
.ag-theme-salt-touch-dark .ag-keyboard-focus .ag-header-cell:focus:after{
|
|
52804
52886
|
border:2px dotted var(--agGrid-color-focus);
|
|
@@ -52859,37 +52941,45 @@ div[class*=ag-theme-salt]{
|
|
|
52859
52941
|
text-align:right;
|
|
52860
52942
|
}
|
|
52861
52943
|
.ag-theme-salt-touch-dark .ag-cell.editable-cell,.ag-theme-salt-touch-dark .editable-numeric-cell{
|
|
52862
|
-
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--
|
|
52944
|
+
border:var(--salt-size-border) var(--salt-container-borderStyle) var(--salt-editable-borderColor);
|
|
52863
52945
|
}
|
|
52864
|
-
.ag-theme-salt-touch-dark .ag-
|
|
52865
|
-
|
|
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;
|
|
52950
|
+
}
|
|
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{
|
|
52866
52955
|
overflow:visible;
|
|
52867
52956
|
}
|
|
52868
|
-
.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{
|
|
52869
52958
|
border-bottom:var(--agGrid-editableCell-cornerTag-size) solid transparent;
|
|
52870
|
-
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--
|
|
52959
|
+
border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--salt-editable-borderColor-hover);
|
|
52871
52960
|
border-top:0 solid transparent;
|
|
52872
52961
|
content:"";
|
|
52873
52962
|
left:0;
|
|
52874
52963
|
position:absolute;
|
|
52875
52964
|
top:0;
|
|
52965
|
+
transform:translate(-1px, -1px);
|
|
52876
52966
|
z-index:2;
|
|
52877
52967
|
}
|
|
52878
|
-
.ag-theme-salt-touch-dark .ag-cell
|
|
52879
|
-
|
|
52968
|
+
.ag-theme-salt-touch-dark .ag-cell.ag-cell-inline-editing{
|
|
52969
|
+
padding:0;
|
|
52880
52970
|
}
|
|
52881
|
-
.ag-theme-salt-touch-dark .ag-cell-inline-editing
|
|
52882
|
-
|
|
52971
|
+
.ag-theme-salt-touch-dark .ag-cell-inline-editing input{
|
|
52972
|
+
background-color:initial;
|
|
52883
52973
|
}
|
|
52884
|
-
.ag-theme-salt-touch-dark .ag-cell
|
|
52885
|
-
|
|
52974
|
+
.ag-theme-salt-touch-dark .ag-cell-inline-editing.numeric-cell input:not(:focus){
|
|
52975
|
+
text-align:right;
|
|
52886
52976
|
}
|
|
52887
|
-
.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]{
|
|
52888
52978
|
padding-left:16px;
|
|
52889
52979
|
padding-right:16px;
|
|
52890
52980
|
}
|
|
52891
52981
|
.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
|
|
52892
|
-
border-left:
|
|
52982
|
+
border-left:var(--salt-size-border) dotted var(--agGrid-range-selection-borderColor);
|
|
52893
52983
|
content:"";
|
|
52894
52984
|
height:100%;
|
|
52895
52985
|
left:0;
|