@salt-ds/ag-grid-theme 1.3.8 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/salt-ag-theme.css +835 -550
- package/uitk-ag-theme.css +333 -357
package/uitk-ag-theme.css
CHANGED
|
@@ -47,7 +47,7 @@ div[class^=ag-theme-uitk]{
|
|
|
47
47
|
);
|
|
48
48
|
--agGrid-row-borderColor-selected:var(
|
|
49
49
|
--saltAgGrid-row-borderColor-selected,
|
|
50
|
-
|
|
50
|
+
#0000
|
|
51
51
|
);
|
|
52
52
|
--agGrid-color-focus:var(--saltAgGrid-color-focus, #2d81bd);
|
|
53
53
|
--agGrid-borderColor:var(--saltAgGrid-borderColor, #e2e2e2);
|
|
@@ -103,12 +103,12 @@ div[class^=ag-theme-uitk]{
|
|
|
103
103
|
);
|
|
104
104
|
--agGrid-pagination-button-color-disabled:var(
|
|
105
105
|
--saltAgGrid-pagination-button-color-disabled,
|
|
106
|
-
|
|
106
|
+
#16161666
|
|
107
107
|
);
|
|
108
108
|
--agGrid-placeholder-color:var(--saltAgGrid-placeholder-color, #61656e);
|
|
109
109
|
--agGrid-ghost-icon-color:var(
|
|
110
110
|
--saltAgGrid-ghost-icon-color,
|
|
111
|
-
|
|
111
|
+
#000000de
|
|
112
112
|
);
|
|
113
113
|
}
|
|
114
114
|
|
|
@@ -195,12 +195,12 @@ div[class^=ag-theme-uitk]{
|
|
|
195
195
|
);
|
|
196
196
|
--agGrid-pagination-button-color-disabled:var(
|
|
197
197
|
--saltAgGrid-pagination-button-color-disabled,
|
|
198
|
-
|
|
198
|
+
#fff6
|
|
199
199
|
);
|
|
200
200
|
--agGrid-placeholder-color:var(--saltAgGrid-placeholder-color, #fff);
|
|
201
201
|
--agGrid-ghost-icon-color:var(
|
|
202
202
|
--saltAgGrid-ghost-icon-color,
|
|
203
|
-
|
|
203
|
+
#000000de
|
|
204
204
|
);
|
|
205
205
|
}
|
|
206
206
|
|
|
@@ -678,16 +678,16 @@ div[class^=ag-theme-uitk]{
|
|
|
678
678
|
padding:10px;
|
|
679
679
|
}
|
|
680
680
|
.ag-theme-uitk-high-dark .ag-spectrum-sat{
|
|
681
|
-
background-image:linear-gradient(90deg, #fff,
|
|
681
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
682
682
|
}
|
|
683
683
|
.ag-theme-uitk-high-dark .ag-spectrum-val{
|
|
684
|
-
background-image:linear-gradient(0deg, #000,
|
|
684
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
685
685
|
}
|
|
686
686
|
.ag-theme-uitk-high-dark .ag-spectrum-dragger{
|
|
687
687
|
background:#000;
|
|
688
688
|
border:1px solid #fff;
|
|
689
689
|
border-radius:12px;
|
|
690
|
-
box-shadow:0 0 2px 0
|
|
690
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
691
691
|
height:12px;
|
|
692
692
|
width:12px;
|
|
693
693
|
}
|
|
@@ -702,7 +702,7 @@ div[class^=ag-theme-uitk]{
|
|
|
702
702
|
.ag-theme-uitk-high-dark .ag-spectrum-slider{
|
|
703
703
|
background-color:#f8f8f8;
|
|
704
704
|
border-radius:13px;
|
|
705
|
-
box-shadow:0 1px 4px 0
|
|
705
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
706
706
|
height:13px;
|
|
707
707
|
margin-top:-12px;
|
|
708
708
|
width:13px;
|
|
@@ -731,7 +731,7 @@ div[class^=ag-theme-uitk]{
|
|
|
731
731
|
color:var(--ag-foreground-color, #fff);
|
|
732
732
|
}
|
|
733
733
|
.ag-theme-uitk-high-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
734
|
-
box-shadow:5px 5px 10px
|
|
734
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
735
735
|
}
|
|
736
736
|
.ag-dragging-fill-handle .ag-theme-uitk-high-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-high-dark .ag-dialog{
|
|
737
737
|
opacity:.7;
|
|
@@ -3320,13 +3320,13 @@ div[class^=ag-theme-uitk]{
|
|
|
3320
3320
|
transition:background-color 1s;
|
|
3321
3321
|
}
|
|
3322
3322
|
.ag-theme-uitk-high-dark .ag-value-change-value-highlight{
|
|
3323
|
-
background-color
|
|
3324
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
3323
|
+
background-color:#16a08580;
|
|
3324
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
3325
3325
|
transition:background-color .1s;
|
|
3326
3326
|
}
|
|
3327
3327
|
.ag-theme-uitk-high-dark .ag-cell-data-changed{
|
|
3328
|
-
background-color
|
|
3329
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
3328
|
+
background-color:#16a08580 !important;
|
|
3329
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
3330
3330
|
}
|
|
3331
3331
|
.ag-theme-uitk-high-dark .ag-cell-data-changed-animation{
|
|
3332
3332
|
background-color:initial;
|
|
@@ -3427,7 +3427,7 @@ div[class^=ag-theme-uitk]{
|
|
|
3427
3427
|
--ag-internal-calculated-line-height:var(--ag-line-height, 18px);
|
|
3428
3428
|
--ag-internal-padded-row-height:18px;
|
|
3429
3429
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
3430
|
-
border:1px solid
|
|
3430
|
+
border:1px solid #0000;
|
|
3431
3431
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
3432
3432
|
padding-left:4px;
|
|
3433
3433
|
padding-right:4px;
|
|
@@ -3464,8 +3464,8 @@ div[class^=ag-theme-uitk]{
|
|
|
3464
3464
|
min-height:50px;
|
|
3465
3465
|
}
|
|
3466
3466
|
.ag-theme-uitk-high-dark .ag-overlay-loading-wrapper{
|
|
3467
|
-
background-color
|
|
3468
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
3467
|
+
background-color:#242526a8;
|
|
3468
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
3469
3469
|
}
|
|
3470
3470
|
.ag-theme-uitk-high-dark .ag-overlay-loading-center{
|
|
3471
3471
|
background:#242526;
|
|
@@ -3511,11 +3511,11 @@ div[class^=ag-theme-uitk]{
|
|
|
3511
3511
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
3512
3512
|
}
|
|
3513
3513
|
.ag-theme-uitk-high-dark .ag-ltr .ag-cell{
|
|
3514
|
-
border-right:solid
|
|
3514
|
+
border-right:solid #0000;
|
|
3515
3515
|
}
|
|
3516
3516
|
|
|
3517
3517
|
.ag-theme-uitk-high-dark .ag-rtl .ag-cell{
|
|
3518
|
-
border-left:solid
|
|
3518
|
+
border-left:solid #0000;
|
|
3519
3519
|
}
|
|
3520
3520
|
|
|
3521
3521
|
.ag-theme-uitk-high-dark .ag-ltr .ag-cell{
|
|
@@ -3537,32 +3537,32 @@ div[class^=ag-theme-uitk]{
|
|
|
3537
3537
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
3538
3538
|
}
|
|
3539
3539
|
.ag-theme-uitk-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-high-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
3540
|
-
background-color
|
|
3541
|
-
background-color:var(--ag-range-selection-background-color,
|
|
3540
|
+
background-color:#fff3;
|
|
3541
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
3542
3542
|
}
|
|
3543
3543
|
.ag-theme-uitk-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-high-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
3544
|
-
background-color
|
|
3545
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
3544
|
+
background-color:#0058ff1a !important;
|
|
3545
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
3546
3546
|
}
|
|
3547
3547
|
.ag-theme-uitk-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-high-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
3548
|
-
background-color
|
|
3549
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
3548
|
+
background-color:#00ff841a !important;
|
|
3549
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
3550
3550
|
}
|
|
3551
3551
|
.ag-theme-uitk-high-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-high-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
3552
|
-
background-color
|
|
3553
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
3552
|
+
background-color:#fff3;
|
|
3553
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
3554
3554
|
}
|
|
3555
3555
|
.ag-theme-uitk-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-high-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
3556
|
-
background-color
|
|
3557
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
3556
|
+
background-color:#ffffff5c;
|
|
3557
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
3558
3558
|
}
|
|
3559
3559
|
.ag-theme-uitk-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-high-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
3560
3560
|
background-color:hsla(0,0%,100%,.488);
|
|
3561
3561
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
3562
3562
|
}
|
|
3563
3563
|
.ag-theme-uitk-high-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-high-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
3564
|
-
background-color
|
|
3565
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
3564
|
+
background-color:#ffffff96;
|
|
3565
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
3566
3566
|
}
|
|
3567
3567
|
.ag-theme-uitk-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
3568
3568
|
border-top-color:#fff;
|
|
@@ -3702,7 +3702,7 @@ div[class^=ag-theme-uitk]{
|
|
|
3702
3702
|
}
|
|
3703
3703
|
.ag-theme-uitk-high-dark .ag-tab{
|
|
3704
3704
|
align-items:center;
|
|
3705
|
-
border-bottom:2px solid
|
|
3705
|
+
border-bottom:2px solid #0000;
|
|
3706
3706
|
cursor:pointer;
|
|
3707
3707
|
display:flex;
|
|
3708
3708
|
flex:none;
|
|
@@ -3840,7 +3840,7 @@ div[class^=ag-theme-uitk]{
|
|
|
3840
3840
|
width:16px;
|
|
3841
3841
|
}
|
|
3842
3842
|
.ag-theme-uitk-high-dark button.ag-side-button-button{
|
|
3843
|
-
background
|
|
3843
|
+
background:#0000;
|
|
3844
3844
|
background-position-x:center;
|
|
3845
3845
|
background-position-y:center;
|
|
3846
3846
|
background-repeat:no-repeat;
|
|
@@ -3883,7 +3883,7 @@ div[class^=ag-theme-uitk]{
|
|
|
3883
3883
|
margin-bottom:3px;
|
|
3884
3884
|
}
|
|
3885
3885
|
.ag-theme-uitk-high-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-high-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
3886
|
-
border-right:2px solid
|
|
3886
|
+
border-right:2px solid #0000;
|
|
3887
3887
|
margin-right:-1px;
|
|
3888
3888
|
padding-right:1px;
|
|
3889
3889
|
}
|
|
@@ -3892,7 +3892,7 @@ div[class^=ag-theme-uitk]{
|
|
|
3892
3892
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #fff)));
|
|
3893
3893
|
}
|
|
3894
3894
|
.ag-theme-uitk-high-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-high-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
3895
|
-
border-left:2px solid
|
|
3895
|
+
border-left:2px solid #0000;
|
|
3896
3896
|
margin-left:-1px;
|
|
3897
3897
|
padding-left:1px;
|
|
3898
3898
|
}
|
|
@@ -4293,7 +4293,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4293
4293
|
|
|
4294
4294
|
.ag-theme-uitk-high-dark .ag-floating-filter-button-button{
|
|
4295
4295
|
appearance:none;
|
|
4296
|
-
background
|
|
4296
|
+
background:#0000;
|
|
4297
4297
|
border:none;
|
|
4298
4298
|
color:inherit;
|
|
4299
4299
|
font-family:inherit;
|
|
@@ -4372,7 +4372,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4372
4372
|
}
|
|
4373
4373
|
.ag-theme-uitk-high-dark .ag-column-drop-cell{
|
|
4374
4374
|
background:var(--ag-chip-background-color);
|
|
4375
|
-
border:1px solid
|
|
4375
|
+
border:1px solid #0000;
|
|
4376
4376
|
border-radius:32px;
|
|
4377
4377
|
cursor:pointer;
|
|
4378
4378
|
padding:0 4px;
|
|
@@ -4823,7 +4823,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4823
4823
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
4824
4824
|
border-radius:0;
|
|
4825
4825
|
border-radius:2px;
|
|
4826
|
-
color
|
|
4826
|
+
color:#0000;
|
|
4827
4827
|
height:3px;
|
|
4828
4828
|
margin:0;
|
|
4829
4829
|
padding:0;
|
|
@@ -4981,7 +4981,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4981
4981
|
border:none;
|
|
4982
4982
|
}
|
|
4983
4983
|
.ag-theme-uitk-high-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-high-dark .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-high-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-high-dark .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-high-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-high-dark input[class^=ag-]:not([type]),.ag-theme-uitk-high-dark input[class^=ag-][type=date],.ag-theme-uitk-high-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-high-dark input[class^=ag-][type=number],.ag-theme-uitk-high-dark input[class^=ag-][type=tel],.ag-theme-uitk-high-dark input[class^=ag-][type=text],.ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-high-dark textarea[class^=ag-]{
|
|
4984
|
-
background
|
|
4984
|
+
background:#0000;
|
|
4985
4985
|
border-bottom-color:currentcolor;
|
|
4986
4986
|
border-bottom-color:var(--agGrid-borderColor);
|
|
4987
4987
|
border-width:0;
|
|
@@ -5085,7 +5085,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5085
5085
|
}
|
|
5086
5086
|
.ag-theme-uitk-high-dark .ag-row-selected{
|
|
5087
5087
|
background-color:var(--agGrid-row-background-selected);
|
|
5088
|
-
border
|
|
5088
|
+
border:#0000;
|
|
5089
5089
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
5090
5090
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
5091
5091
|
z-index:2;
|
|
@@ -5203,7 +5203,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5203
5203
|
background:#242526;
|
|
5204
5204
|
border:none;
|
|
5205
5205
|
border-radius:2px;
|
|
5206
|
-
box-shadow:0 3px 1px -2px
|
|
5206
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
5207
5207
|
color:#fff;
|
|
5208
5208
|
font-size:13px;
|
|
5209
5209
|
font-weight:400;
|
|
@@ -5229,7 +5229,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5229
5229
|
-webkit-appearance:none;
|
|
5230
5230
|
background-color:#242526;
|
|
5231
5231
|
background-color:var(--ag-background-color, #242526);
|
|
5232
|
-
border:1px
|
|
5232
|
+
border:1px #0000;
|
|
5233
5233
|
border-radius:0;
|
|
5234
5234
|
color:var(--agGrid-button-color);
|
|
5235
5235
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -5254,7 +5254,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5254
5254
|
margin-right:2px;
|
|
5255
5255
|
}
|
|
5256
5256
|
.ag-theme-uitk-high-dark .ag-column-drop-vertical-empty-message{
|
|
5257
|
-
color
|
|
5257
|
+
color:#00000061;
|
|
5258
5258
|
font-size:12px;
|
|
5259
5259
|
font-weight:600;
|
|
5260
5260
|
margin-left:2px;
|
|
@@ -5424,7 +5424,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5424
5424
|
line-height:var(--agGrid-checkbox-size);
|
|
5425
5425
|
}
|
|
5426
5426
|
.ag-theme-uitk-high-dark .ag-menu .ag-input-field-input[type=text]{
|
|
5427
|
-
border:2px dotted
|
|
5427
|
+
border:2px dotted #0000;
|
|
5428
5428
|
border-bottom-style:dotted !important;
|
|
5429
5429
|
font-size:inherit;
|
|
5430
5430
|
height:var(--agGrid-input-height);
|
|
@@ -5485,10 +5485,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5485
5485
|
.ag-theme-uitk-high-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-high-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
5486
5486
|
border:none;
|
|
5487
5487
|
}
|
|
5488
|
-
.ag-theme-uitk-high-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
5489
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
5490
|
-
}
|
|
5491
|
-
.ag-theme-uitk-high-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
5488
|
+
.ag-theme-uitk-high-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-high-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
5492
5489
|
border:2px dotted var(--agGrid-color-focus);
|
|
5493
5490
|
}
|
|
5494
5491
|
.ag-theme-uitk-high-dark [class^=ag-]:focus{
|
|
@@ -5571,7 +5568,7 @@ div[class^=ag-theme-uitk]{
|
|
|
5571
5568
|
height:32px;
|
|
5572
5569
|
}
|
|
5573
5570
|
.ag-theme-uitk-high-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
5574
|
-
border-left:3px solid
|
|
5571
|
+
border-left:3px solid #0000;
|
|
5575
5572
|
}
|
|
5576
5573
|
.ag-theme-uitk-high-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
5577
5574
|
border:2px dotted #2d81bd;
|
|
@@ -6150,16 +6147,16 @@ div[class^=ag-theme-uitk]{
|
|
|
6150
6147
|
padding:10px;
|
|
6151
6148
|
}
|
|
6152
6149
|
.ag-theme-uitk-high-light .ag-spectrum-sat{
|
|
6153
|
-
background-image:linear-gradient(90deg, #fff,
|
|
6150
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
6154
6151
|
}
|
|
6155
6152
|
.ag-theme-uitk-high-light .ag-spectrum-val{
|
|
6156
|
-
background-image:linear-gradient(0deg, #000,
|
|
6153
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
6157
6154
|
}
|
|
6158
6155
|
.ag-theme-uitk-high-light .ag-spectrum-dragger{
|
|
6159
6156
|
background:#000;
|
|
6160
6157
|
border:1px solid #fff;
|
|
6161
6158
|
border-radius:12px;
|
|
6162
|
-
box-shadow:0 0 2px 0
|
|
6159
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
6163
6160
|
height:12px;
|
|
6164
6161
|
width:12px;
|
|
6165
6162
|
}
|
|
@@ -6174,7 +6171,7 @@ div[class^=ag-theme-uitk]{
|
|
|
6174
6171
|
.ag-theme-uitk-high-light .ag-spectrum-slider{
|
|
6175
6172
|
background-color:#f8f8f8;
|
|
6176
6173
|
border-radius:13px;
|
|
6177
|
-
box-shadow:0 1px 4px 0
|
|
6174
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
6178
6175
|
height:13px;
|
|
6179
6176
|
margin-top:-12px;
|
|
6180
6177
|
width:13px;
|
|
@@ -6203,7 +6200,7 @@ div[class^=ag-theme-uitk]{
|
|
|
6203
6200
|
color:var(--ag-foreground-color, #2a2c2f);
|
|
6204
6201
|
}
|
|
6205
6202
|
.ag-theme-uitk-high-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
6206
|
-
box-shadow:5px 5px 10px
|
|
6203
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
6207
6204
|
}
|
|
6208
6205
|
.ag-dragging-fill-handle .ag-theme-uitk-high-light .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-high-light .ag-dialog{
|
|
6209
6206
|
opacity:.7;
|
|
@@ -8792,13 +8789,13 @@ div[class^=ag-theme-uitk]{
|
|
|
8792
8789
|
transition:background-color 1s;
|
|
8793
8790
|
}
|
|
8794
8791
|
.ag-theme-uitk-high-light .ag-value-change-value-highlight{
|
|
8795
|
-
background-color
|
|
8796
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
8792
|
+
background-color:#16a08580;
|
|
8793
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
8797
8794
|
transition:background-color .1s;
|
|
8798
8795
|
}
|
|
8799
8796
|
.ag-theme-uitk-high-light .ag-cell-data-changed{
|
|
8800
|
-
background-color
|
|
8801
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
8797
|
+
background-color:#16a08580 !important;
|
|
8798
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
8802
8799
|
}
|
|
8803
8800
|
.ag-theme-uitk-high-light .ag-cell-data-changed-animation{
|
|
8804
8801
|
background-color:initial;
|
|
@@ -8899,7 +8896,7 @@ div[class^=ag-theme-uitk]{
|
|
|
8899
8896
|
--ag-internal-calculated-line-height:var(--ag-line-height, 18px);
|
|
8900
8897
|
--ag-internal-padded-row-height:18px;
|
|
8901
8898
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
8902
|
-
border:1px solid
|
|
8899
|
+
border:1px solid #0000;
|
|
8903
8900
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
8904
8901
|
padding-left:4px;
|
|
8905
8902
|
padding-right:4px;
|
|
@@ -8936,8 +8933,8 @@ div[class^=ag-theme-uitk]{
|
|
|
8936
8933
|
min-height:50px;
|
|
8937
8934
|
}
|
|
8938
8935
|
.ag-theme-uitk-high-light .ag-overlay-loading-wrapper{
|
|
8939
|
-
background-color
|
|
8940
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
8936
|
+
background-color:#ffffffa8;
|
|
8937
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
8941
8938
|
}
|
|
8942
8939
|
.ag-theme-uitk-high-light .ag-overlay-loading-center{
|
|
8943
8940
|
background:#fff;
|
|
@@ -8983,11 +8980,11 @@ div[class^=ag-theme-uitk]{
|
|
|
8983
8980
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
8984
8981
|
}
|
|
8985
8982
|
.ag-theme-uitk-high-light .ag-ltr .ag-cell{
|
|
8986
|
-
border-right:solid
|
|
8983
|
+
border-right:solid #0000;
|
|
8987
8984
|
}
|
|
8988
8985
|
|
|
8989
8986
|
.ag-theme-uitk-high-light .ag-rtl .ag-cell{
|
|
8990
|
-
border-left:solid
|
|
8987
|
+
border-left:solid #0000;
|
|
8991
8988
|
}
|
|
8992
8989
|
|
|
8993
8990
|
.ag-theme-uitk-high-light .ag-ltr .ag-cell{
|
|
@@ -9009,32 +9006,32 @@ div[class^=ag-theme-uitk]{
|
|
|
9009
9006
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
9010
9007
|
}
|
|
9011
9008
|
.ag-theme-uitk-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-high-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
9012
|
-
background-color
|
|
9013
|
-
background-color:var(--ag-range-selection-background-color,
|
|
9009
|
+
background-color:#2a2c2f33;
|
|
9010
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
9014
9011
|
}
|
|
9015
9012
|
.ag-theme-uitk-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-high-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
9016
|
-
background-color
|
|
9017
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
9013
|
+
background-color:#0058ff1a !important;
|
|
9014
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
9018
9015
|
}
|
|
9019
9016
|
.ag-theme-uitk-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-high-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
9020
|
-
background-color
|
|
9021
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
9017
|
+
background-color:#00ff841a !important;
|
|
9018
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
9022
9019
|
}
|
|
9023
9020
|
.ag-theme-uitk-high-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-high-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
9024
|
-
background-color
|
|
9025
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
9021
|
+
background-color:#2a2c2f33;
|
|
9022
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
9026
9023
|
}
|
|
9027
9024
|
.ag-theme-uitk-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-high-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
9028
|
-
background-color
|
|
9029
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
9025
|
+
background-color:#2a2c2f5c;
|
|
9026
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
9030
9027
|
}
|
|
9031
9028
|
.ag-theme-uitk-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-high-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
9032
9029
|
background-color:rgba(42,44,47,.488);
|
|
9033
9030
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
9034
9031
|
}
|
|
9035
9032
|
.ag-theme-uitk-high-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-high-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
9036
|
-
background-color
|
|
9037
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
9033
|
+
background-color:#2a2c2f96;
|
|
9034
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
9038
9035
|
}
|
|
9039
9036
|
.ag-theme-uitk-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
9040
9037
|
border-top-color:#2a2c2f;
|
|
@@ -9174,7 +9171,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9174
9171
|
}
|
|
9175
9172
|
.ag-theme-uitk-high-light .ag-tab{
|
|
9176
9173
|
align-items:center;
|
|
9177
|
-
border-bottom:2px solid
|
|
9174
|
+
border-bottom:2px solid #0000;
|
|
9178
9175
|
cursor:pointer;
|
|
9179
9176
|
display:flex;
|
|
9180
9177
|
flex:none;
|
|
@@ -9312,7 +9309,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9312
9309
|
width:16px;
|
|
9313
9310
|
}
|
|
9314
9311
|
.ag-theme-uitk-high-light button.ag-side-button-button{
|
|
9315
|
-
background
|
|
9312
|
+
background:#0000;
|
|
9316
9313
|
background-position-x:center;
|
|
9317
9314
|
background-position-y:center;
|
|
9318
9315
|
background-repeat:no-repeat;
|
|
@@ -9355,7 +9352,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9355
9352
|
margin-bottom:3px;
|
|
9356
9353
|
}
|
|
9357
9354
|
.ag-theme-uitk-high-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-high-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
9358
|
-
border-right:2px solid
|
|
9355
|
+
border-right:2px solid #0000;
|
|
9359
9356
|
margin-right:-1px;
|
|
9360
9357
|
padding-right:1px;
|
|
9361
9358
|
}
|
|
@@ -9364,7 +9361,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9364
9361
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #2a2c2f)));
|
|
9365
9362
|
}
|
|
9366
9363
|
.ag-theme-uitk-high-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-high-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
9367
|
-
border-left:2px solid
|
|
9364
|
+
border-left:2px solid #0000;
|
|
9368
9365
|
margin-left:-1px;
|
|
9369
9366
|
padding-left:1px;
|
|
9370
9367
|
}
|
|
@@ -9765,7 +9762,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9765
9762
|
|
|
9766
9763
|
.ag-theme-uitk-high-light .ag-floating-filter-button-button{
|
|
9767
9764
|
appearance:none;
|
|
9768
|
-
background
|
|
9765
|
+
background:#0000;
|
|
9769
9766
|
border:none;
|
|
9770
9767
|
color:inherit;
|
|
9771
9768
|
font-family:inherit;
|
|
@@ -9844,7 +9841,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9844
9841
|
}
|
|
9845
9842
|
.ag-theme-uitk-high-light .ag-column-drop-cell{
|
|
9846
9843
|
background:var(--ag-chip-background-color);
|
|
9847
|
-
border:1px solid
|
|
9844
|
+
border:1px solid #0000;
|
|
9848
9845
|
border-radius:32px;
|
|
9849
9846
|
cursor:pointer;
|
|
9850
9847
|
padding:0 4px;
|
|
@@ -10295,7 +10292,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10295
10292
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
10296
10293
|
border-radius:0;
|
|
10297
10294
|
border-radius:2px;
|
|
10298
|
-
color
|
|
10295
|
+
color:#0000;
|
|
10299
10296
|
height:3px;
|
|
10300
10297
|
margin:0;
|
|
10301
10298
|
padding:0;
|
|
@@ -10453,7 +10450,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10453
10450
|
border:none;
|
|
10454
10451
|
}
|
|
10455
10452
|
.ag-theme-uitk-high-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-high-light input[class^=ag-]:not([type]),.ag-theme-uitk-high-light input[class^=ag-][type=date],.ag-theme-uitk-high-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-high-light input[class^=ag-][type=number],.ag-theme-uitk-high-light input[class^=ag-][type=tel],.ag-theme-uitk-high-light input[class^=ag-][type=text],.ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-high-light textarea[class^=ag-]{
|
|
10456
|
-
background
|
|
10453
|
+
background:#0000;
|
|
10457
10454
|
border-bottom-color:currentcolor;
|
|
10458
10455
|
border-bottom-color:var(--agGrid-borderColor);
|
|
10459
10456
|
border-width:0;
|
|
@@ -10557,7 +10554,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10557
10554
|
}
|
|
10558
10555
|
.ag-theme-uitk-high-light .ag-row-selected{
|
|
10559
10556
|
background-color:var(--agGrid-row-background-selected);
|
|
10560
|
-
border
|
|
10557
|
+
border:#0000;
|
|
10561
10558
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
10562
10559
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
10563
10560
|
z-index:2;
|
|
@@ -10675,7 +10672,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10675
10672
|
background:#fff;
|
|
10676
10673
|
border:none;
|
|
10677
10674
|
border-radius:2px;
|
|
10678
|
-
box-shadow:0 3px 1px -2px
|
|
10675
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
10679
10676
|
color:#2a2c2f;
|
|
10680
10677
|
font-size:13px;
|
|
10681
10678
|
font-weight:400;
|
|
@@ -10701,7 +10698,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10701
10698
|
-webkit-appearance:none;
|
|
10702
10699
|
background-color:#fff;
|
|
10703
10700
|
background-color:var(--ag-background-color, #fff);
|
|
10704
|
-
border:1px
|
|
10701
|
+
border:1px #0000;
|
|
10705
10702
|
border-radius:0;
|
|
10706
10703
|
color:var(--agGrid-button-color);
|
|
10707
10704
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -10726,7 +10723,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10726
10723
|
margin-right:2px;
|
|
10727
10724
|
}
|
|
10728
10725
|
.ag-theme-uitk-high-light .ag-column-drop-vertical-empty-message{
|
|
10729
|
-
color
|
|
10726
|
+
color:#00000061;
|
|
10730
10727
|
font-size:12px;
|
|
10731
10728
|
font-weight:600;
|
|
10732
10729
|
margin-left:2px;
|
|
@@ -10896,7 +10893,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10896
10893
|
line-height:var(--agGrid-checkbox-size);
|
|
10897
10894
|
}
|
|
10898
10895
|
.ag-theme-uitk-high-light .ag-menu .ag-input-field-input[type=text]{
|
|
10899
|
-
border:2px dotted
|
|
10896
|
+
border:2px dotted #0000;
|
|
10900
10897
|
border-bottom-style:dotted !important;
|
|
10901
10898
|
font-size:inherit;
|
|
10902
10899
|
height:var(--agGrid-input-height);
|
|
@@ -10957,10 +10954,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10957
10954
|
.ag-theme-uitk-high-light .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-high-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
10958
10955
|
border:none;
|
|
10959
10956
|
}
|
|
10960
|
-
.ag-theme-uitk-high-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
10961
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
10962
|
-
}
|
|
10963
|
-
.ag-theme-uitk-high-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
10957
|
+
.ag-theme-uitk-high-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-high-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
10964
10958
|
border:2px dotted var(--agGrid-color-focus);
|
|
10965
10959
|
}
|
|
10966
10960
|
.ag-theme-uitk-high-light [class^=ag-]:focus{
|
|
@@ -11043,7 +11037,7 @@ div[class^=ag-theme-uitk]{
|
|
|
11043
11037
|
height:32px;
|
|
11044
11038
|
}
|
|
11045
11039
|
.ag-theme-uitk-high-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
11046
|
-
border-left:3px solid
|
|
11040
|
+
border-left:3px solid #0000;
|
|
11047
11041
|
}
|
|
11048
11042
|
.ag-theme-uitk-high-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
11049
11043
|
border:2px dotted #2d81bd;
|
|
@@ -11638,16 +11632,16 @@ div[class^=ag-theme-uitk]{
|
|
|
11638
11632
|
padding:10px;
|
|
11639
11633
|
}
|
|
11640
11634
|
.ag-theme-uitk-medium-dark .ag-spectrum-sat{
|
|
11641
|
-
background-image:linear-gradient(90deg, #fff,
|
|
11635
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
11642
11636
|
}
|
|
11643
11637
|
.ag-theme-uitk-medium-dark .ag-spectrum-val{
|
|
11644
|
-
background-image:linear-gradient(0deg, #000,
|
|
11638
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
11645
11639
|
}
|
|
11646
11640
|
.ag-theme-uitk-medium-dark .ag-spectrum-dragger{
|
|
11647
11641
|
background:#000;
|
|
11648
11642
|
border:1px solid #fff;
|
|
11649
11643
|
border-radius:12px;
|
|
11650
|
-
box-shadow:0 0 2px 0
|
|
11644
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
11651
11645
|
height:12px;
|
|
11652
11646
|
width:12px;
|
|
11653
11647
|
}
|
|
@@ -11662,7 +11656,7 @@ div[class^=ag-theme-uitk]{
|
|
|
11662
11656
|
.ag-theme-uitk-medium-dark .ag-spectrum-slider{
|
|
11663
11657
|
background-color:#f8f8f8;
|
|
11664
11658
|
border-radius:13px;
|
|
11665
|
-
box-shadow:0 1px 4px 0
|
|
11659
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
11666
11660
|
height:13px;
|
|
11667
11661
|
margin-top:-12px;
|
|
11668
11662
|
width:13px;
|
|
@@ -11691,7 +11685,7 @@ div[class^=ag-theme-uitk]{
|
|
|
11691
11685
|
color:var(--ag-foreground-color, #fff);
|
|
11692
11686
|
}
|
|
11693
11687
|
.ag-theme-uitk-medium-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
11694
|
-
box-shadow:5px 5px 10px
|
|
11688
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
11695
11689
|
}
|
|
11696
11690
|
.ag-dragging-fill-handle .ag-theme-uitk-medium-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-medium-dark .ag-dialog{
|
|
11697
11691
|
opacity:.7;
|
|
@@ -14280,13 +14274,13 @@ div[class^=ag-theme-uitk]{
|
|
|
14280
14274
|
transition:background-color 1s;
|
|
14281
14275
|
}
|
|
14282
14276
|
.ag-theme-uitk-medium-dark .ag-value-change-value-highlight{
|
|
14283
|
-
background-color
|
|
14284
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
14277
|
+
background-color:#16a08580;
|
|
14278
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
14285
14279
|
transition:background-color .1s;
|
|
14286
14280
|
}
|
|
14287
14281
|
.ag-theme-uitk-medium-dark .ag-cell-data-changed{
|
|
14288
|
-
background-color
|
|
14289
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
14282
|
+
background-color:#16a08580 !important;
|
|
14283
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
14290
14284
|
}
|
|
14291
14285
|
.ag-theme-uitk-medium-dark .ag-cell-data-changed-animation{
|
|
14292
14286
|
background-color:initial;
|
|
@@ -14387,7 +14381,7 @@ div[class^=ag-theme-uitk]{
|
|
|
14387
14381
|
--ag-internal-calculated-line-height:var(--ag-line-height, 22px);
|
|
14388
14382
|
--ag-internal-padded-row-height:22px;
|
|
14389
14383
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
14390
|
-
border:1px solid
|
|
14384
|
+
border:1px solid #0000;
|
|
14391
14385
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
14392
14386
|
padding-left:5px;
|
|
14393
14387
|
padding-right:5px;
|
|
@@ -14424,8 +14418,8 @@ div[class^=ag-theme-uitk]{
|
|
|
14424
14418
|
min-height:50px;
|
|
14425
14419
|
}
|
|
14426
14420
|
.ag-theme-uitk-medium-dark .ag-overlay-loading-wrapper{
|
|
14427
|
-
background-color
|
|
14428
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
14421
|
+
background-color:#242526a8;
|
|
14422
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
14429
14423
|
}
|
|
14430
14424
|
.ag-theme-uitk-medium-dark .ag-overlay-loading-center{
|
|
14431
14425
|
background:#242526;
|
|
@@ -14471,11 +14465,11 @@ div[class^=ag-theme-uitk]{
|
|
|
14471
14465
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
14472
14466
|
}
|
|
14473
14467
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-cell{
|
|
14474
|
-
border-right:solid
|
|
14468
|
+
border-right:solid #0000;
|
|
14475
14469
|
}
|
|
14476
14470
|
|
|
14477
14471
|
.ag-theme-uitk-medium-dark .ag-rtl .ag-cell{
|
|
14478
|
-
border-left:solid
|
|
14472
|
+
border-left:solid #0000;
|
|
14479
14473
|
}
|
|
14480
14474
|
|
|
14481
14475
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-cell{
|
|
@@ -14497,32 +14491,32 @@ div[class^=ag-theme-uitk]{
|
|
|
14497
14491
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
14498
14492
|
}
|
|
14499
14493
|
.ag-theme-uitk-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-medium-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
14500
|
-
background-color
|
|
14501
|
-
background-color:var(--ag-range-selection-background-color,
|
|
14494
|
+
background-color:#fff3;
|
|
14495
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
14502
14496
|
}
|
|
14503
14497
|
.ag-theme-uitk-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-medium-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
14504
|
-
background-color
|
|
14505
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
14498
|
+
background-color:#0058ff1a !important;
|
|
14499
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
14506
14500
|
}
|
|
14507
14501
|
.ag-theme-uitk-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-medium-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
14508
|
-
background-color
|
|
14509
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
14502
|
+
background-color:#00ff841a !important;
|
|
14503
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
14510
14504
|
}
|
|
14511
14505
|
.ag-theme-uitk-medium-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-medium-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
14512
|
-
background-color
|
|
14513
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
14506
|
+
background-color:#fff3;
|
|
14507
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
14514
14508
|
}
|
|
14515
14509
|
.ag-theme-uitk-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-medium-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
14516
|
-
background-color
|
|
14517
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
14510
|
+
background-color:#ffffff5c;
|
|
14511
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
14518
14512
|
}
|
|
14519
14513
|
.ag-theme-uitk-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-medium-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
14520
14514
|
background-color:hsla(0,0%,100%,.488);
|
|
14521
14515
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
14522
14516
|
}
|
|
14523
14517
|
.ag-theme-uitk-medium-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-medium-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
14524
|
-
background-color
|
|
14525
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
14518
|
+
background-color:#ffffff96;
|
|
14519
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
14526
14520
|
}
|
|
14527
14521
|
.ag-theme-uitk-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
14528
14522
|
border-top-color:#fff;
|
|
@@ -14662,7 +14656,7 @@ div[class^=ag-theme-uitk]{
|
|
|
14662
14656
|
}
|
|
14663
14657
|
.ag-theme-uitk-medium-dark .ag-tab{
|
|
14664
14658
|
align-items:center;
|
|
14665
|
-
border-bottom:2px solid
|
|
14659
|
+
border-bottom:2px solid #0000;
|
|
14666
14660
|
cursor:pointer;
|
|
14667
14661
|
display:flex;
|
|
14668
14662
|
flex:none;
|
|
@@ -14800,7 +14794,7 @@ div[class^=ag-theme-uitk]{
|
|
|
14800
14794
|
width:16px;
|
|
14801
14795
|
}
|
|
14802
14796
|
.ag-theme-uitk-medium-dark button.ag-side-button-button{
|
|
14803
|
-
background
|
|
14797
|
+
background:#0000;
|
|
14804
14798
|
background-position-x:center;
|
|
14805
14799
|
background-position-y:center;
|
|
14806
14800
|
background-repeat:no-repeat;
|
|
@@ -14843,7 +14837,7 @@ div[class^=ag-theme-uitk]{
|
|
|
14843
14837
|
margin-bottom:3px;
|
|
14844
14838
|
}
|
|
14845
14839
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-medium-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
14846
|
-
border-right:2px solid
|
|
14840
|
+
border-right:2px solid #0000;
|
|
14847
14841
|
margin-right:-1px;
|
|
14848
14842
|
padding-right:1px;
|
|
14849
14843
|
}
|
|
@@ -14852,7 +14846,7 @@ div[class^=ag-theme-uitk]{
|
|
|
14852
14846
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #fff)));
|
|
14853
14847
|
}
|
|
14854
14848
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-medium-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
14855
|
-
border-left:2px solid
|
|
14849
|
+
border-left:2px solid #0000;
|
|
14856
14850
|
margin-left:-1px;
|
|
14857
14851
|
padding-left:1px;
|
|
14858
14852
|
}
|
|
@@ -15253,7 +15247,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15253
15247
|
|
|
15254
15248
|
.ag-theme-uitk-medium-dark .ag-floating-filter-button-button{
|
|
15255
15249
|
appearance:none;
|
|
15256
|
-
background
|
|
15250
|
+
background:#0000;
|
|
15257
15251
|
border:none;
|
|
15258
15252
|
color:inherit;
|
|
15259
15253
|
font-family:inherit;
|
|
@@ -15332,7 +15326,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15332
15326
|
}
|
|
15333
15327
|
.ag-theme-uitk-medium-dark .ag-column-drop-cell{
|
|
15334
15328
|
background:var(--ag-chip-background-color);
|
|
15335
|
-
border:1px solid
|
|
15329
|
+
border:1px solid #0000;
|
|
15336
15330
|
border-radius:32px;
|
|
15337
15331
|
cursor:pointer;
|
|
15338
15332
|
padding:0 4px;
|
|
@@ -15783,7 +15777,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15783
15777
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
15784
15778
|
border-radius:0;
|
|
15785
15779
|
border-radius:2px;
|
|
15786
|
-
color
|
|
15780
|
+
color:#0000;
|
|
15787
15781
|
height:3px;
|
|
15788
15782
|
margin:0;
|
|
15789
15783
|
padding:0;
|
|
@@ -15941,7 +15935,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15941
15935
|
border:none;
|
|
15942
15936
|
}
|
|
15943
15937
|
.ag-theme-uitk-high-dark .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-medium-dark input[class^=ag-]:not([type]),.ag-theme-uitk-medium-dark input[class^=ag-][type=date],.ag-theme-uitk-medium-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-medium-dark input[class^=ag-][type=number],.ag-theme-uitk-medium-dark input[class^=ag-][type=tel],.ag-theme-uitk-medium-dark input[class^=ag-][type=text],.ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-medium-dark textarea[class^=ag-]{
|
|
15944
|
-
background
|
|
15938
|
+
background:#0000;
|
|
15945
15939
|
border-bottom-color:currentcolor;
|
|
15946
15940
|
border-bottom-color:var(--agGrid-borderColor);
|
|
15947
15941
|
border-width:0;
|
|
@@ -16045,7 +16039,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16045
16039
|
}
|
|
16046
16040
|
.ag-theme-uitk-medium-dark .ag-row-selected{
|
|
16047
16041
|
background-color:var(--agGrid-row-background-selected);
|
|
16048
|
-
border
|
|
16042
|
+
border:#0000;
|
|
16049
16043
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
16050
16044
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
16051
16045
|
z-index:2;
|
|
@@ -16163,7 +16157,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16163
16157
|
background:#242526;
|
|
16164
16158
|
border:none;
|
|
16165
16159
|
border-radius:2px;
|
|
16166
|
-
box-shadow:0 3px 1px -2px
|
|
16160
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
16167
16161
|
color:#fff;
|
|
16168
16162
|
font-size:13px;
|
|
16169
16163
|
font-weight:400;
|
|
@@ -16189,7 +16183,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16189
16183
|
-webkit-appearance:none;
|
|
16190
16184
|
background-color:#242526;
|
|
16191
16185
|
background-color:var(--ag-background-color, #242526);
|
|
16192
|
-
border:1px
|
|
16186
|
+
border:1px #0000;
|
|
16193
16187
|
border-radius:0;
|
|
16194
16188
|
color:var(--agGrid-button-color);
|
|
16195
16189
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -16214,7 +16208,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16214
16208
|
margin-right:2px;
|
|
16215
16209
|
}
|
|
16216
16210
|
.ag-theme-uitk-medium-dark .ag-column-drop-vertical-empty-message{
|
|
16217
|
-
color
|
|
16211
|
+
color:#00000061;
|
|
16218
16212
|
font-size:12px;
|
|
16219
16213
|
font-weight:600;
|
|
16220
16214
|
margin-left:2px;
|
|
@@ -16384,7 +16378,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16384
16378
|
line-height:var(--agGrid-checkbox-size);
|
|
16385
16379
|
}
|
|
16386
16380
|
.ag-theme-uitk-medium-dark .ag-menu .ag-input-field-input[type=text]{
|
|
16387
|
-
border:2px dotted
|
|
16381
|
+
border:2px dotted #0000;
|
|
16388
16382
|
border-bottom-style:dotted !important;
|
|
16389
16383
|
font-size:inherit;
|
|
16390
16384
|
height:var(--agGrid-input-height);
|
|
@@ -16445,10 +16439,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16445
16439
|
.ag-theme-uitk-medium-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-medium-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
16446
16440
|
border:none;
|
|
16447
16441
|
}
|
|
16448
|
-
.ag-theme-uitk-medium-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
16449
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
16450
|
-
}
|
|
16451
|
-
.ag-theme-uitk-medium-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
16442
|
+
.ag-theme-uitk-medium-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-medium-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
16452
16443
|
border:2px dotted var(--agGrid-color-focus);
|
|
16453
16444
|
}
|
|
16454
16445
|
.ag-theme-uitk-medium-dark [class^=ag-]:focus{
|
|
@@ -16531,7 +16522,7 @@ div[class^=ag-theme-uitk]{
|
|
|
16531
16522
|
height:32px;
|
|
16532
16523
|
}
|
|
16533
16524
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
16534
|
-
border-left:3px solid
|
|
16525
|
+
border-left:3px solid #0000;
|
|
16535
16526
|
}
|
|
16536
16527
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
16537
16528
|
border:2px dotted #2d81bd;
|
|
@@ -17110,16 +17101,16 @@ div[class^=ag-theme-uitk]{
|
|
|
17110
17101
|
padding:10px;
|
|
17111
17102
|
}
|
|
17112
17103
|
.ag-theme-uitk-medium-light .ag-spectrum-sat{
|
|
17113
|
-
background-image:linear-gradient(90deg, #fff,
|
|
17104
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
17114
17105
|
}
|
|
17115
17106
|
.ag-theme-uitk-medium-light .ag-spectrum-val{
|
|
17116
|
-
background-image:linear-gradient(0deg, #000,
|
|
17107
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
17117
17108
|
}
|
|
17118
17109
|
.ag-theme-uitk-medium-light .ag-spectrum-dragger{
|
|
17119
17110
|
background:#000;
|
|
17120
17111
|
border:1px solid #fff;
|
|
17121
17112
|
border-radius:12px;
|
|
17122
|
-
box-shadow:0 0 2px 0
|
|
17113
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
17123
17114
|
height:12px;
|
|
17124
17115
|
width:12px;
|
|
17125
17116
|
}
|
|
@@ -17134,7 +17125,7 @@ div[class^=ag-theme-uitk]{
|
|
|
17134
17125
|
.ag-theme-uitk-medium-light .ag-spectrum-slider{
|
|
17135
17126
|
background-color:#f8f8f8;
|
|
17136
17127
|
border-radius:13px;
|
|
17137
|
-
box-shadow:0 1px 4px 0
|
|
17128
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
17138
17129
|
height:13px;
|
|
17139
17130
|
margin-top:-12px;
|
|
17140
17131
|
width:13px;
|
|
@@ -17163,7 +17154,7 @@ div[class^=ag-theme-uitk]{
|
|
|
17163
17154
|
color:var(--ag-foreground-color, #2a2c2f);
|
|
17164
17155
|
}
|
|
17165
17156
|
.ag-theme-uitk-medium-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
17166
|
-
box-shadow:5px 5px 10px
|
|
17157
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
17167
17158
|
}
|
|
17168
17159
|
.ag-dragging-fill-handle .ag-theme-uitk-medium-light .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-medium-light .ag-dialog{
|
|
17169
17160
|
opacity:.7;
|
|
@@ -19752,13 +19743,13 @@ div[class^=ag-theme-uitk]{
|
|
|
19752
19743
|
transition:background-color 1s;
|
|
19753
19744
|
}
|
|
19754
19745
|
.ag-theme-uitk-medium-light .ag-value-change-value-highlight{
|
|
19755
|
-
background-color
|
|
19756
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
19746
|
+
background-color:#16a08580;
|
|
19747
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
19757
19748
|
transition:background-color .1s;
|
|
19758
19749
|
}
|
|
19759
19750
|
.ag-theme-uitk-medium-light .ag-cell-data-changed{
|
|
19760
|
-
background-color
|
|
19761
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
19751
|
+
background-color:#16a08580 !important;
|
|
19752
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
19762
19753
|
}
|
|
19763
19754
|
.ag-theme-uitk-medium-light .ag-cell-data-changed-animation{
|
|
19764
19755
|
background-color:initial;
|
|
@@ -19859,7 +19850,7 @@ div[class^=ag-theme-uitk]{
|
|
|
19859
19850
|
--ag-internal-calculated-line-height:var(--ag-line-height, 22px);
|
|
19860
19851
|
--ag-internal-padded-row-height:22px;
|
|
19861
19852
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
19862
|
-
border:1px solid
|
|
19853
|
+
border:1px solid #0000;
|
|
19863
19854
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
19864
19855
|
padding-left:5px;
|
|
19865
19856
|
padding-right:5px;
|
|
@@ -19896,8 +19887,8 @@ div[class^=ag-theme-uitk]{
|
|
|
19896
19887
|
min-height:50px;
|
|
19897
19888
|
}
|
|
19898
19889
|
.ag-theme-uitk-medium-light .ag-overlay-loading-wrapper{
|
|
19899
|
-
background-color
|
|
19900
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
19890
|
+
background-color:#ffffffa8;
|
|
19891
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
19901
19892
|
}
|
|
19902
19893
|
.ag-theme-uitk-medium-light .ag-overlay-loading-center{
|
|
19903
19894
|
background:#fff;
|
|
@@ -19943,11 +19934,11 @@ div[class^=ag-theme-uitk]{
|
|
|
19943
19934
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
19944
19935
|
}
|
|
19945
19936
|
.ag-theme-uitk-medium-light .ag-ltr .ag-cell{
|
|
19946
|
-
border-right:solid
|
|
19937
|
+
border-right:solid #0000;
|
|
19947
19938
|
}
|
|
19948
19939
|
|
|
19949
19940
|
.ag-theme-uitk-medium-light .ag-rtl .ag-cell{
|
|
19950
|
-
border-left:solid
|
|
19941
|
+
border-left:solid #0000;
|
|
19951
19942
|
}
|
|
19952
19943
|
|
|
19953
19944
|
.ag-theme-uitk-medium-light .ag-ltr .ag-cell{
|
|
@@ -19969,32 +19960,32 @@ div[class^=ag-theme-uitk]{
|
|
|
19969
19960
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
19970
19961
|
}
|
|
19971
19962
|
.ag-theme-uitk-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-medium-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
19972
|
-
background-color
|
|
19973
|
-
background-color:var(--ag-range-selection-background-color,
|
|
19963
|
+
background-color:#2a2c2f33;
|
|
19964
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
19974
19965
|
}
|
|
19975
19966
|
.ag-theme-uitk-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-medium-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
19976
|
-
background-color
|
|
19977
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
19967
|
+
background-color:#0058ff1a !important;
|
|
19968
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
19978
19969
|
}
|
|
19979
19970
|
.ag-theme-uitk-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-medium-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
19980
|
-
background-color
|
|
19981
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
19971
|
+
background-color:#00ff841a !important;
|
|
19972
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
19982
19973
|
}
|
|
19983
19974
|
.ag-theme-uitk-medium-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-medium-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
19984
|
-
background-color
|
|
19985
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
19975
|
+
background-color:#2a2c2f33;
|
|
19976
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
19986
19977
|
}
|
|
19987
19978
|
.ag-theme-uitk-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-medium-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
19988
|
-
background-color
|
|
19989
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
19979
|
+
background-color:#2a2c2f5c;
|
|
19980
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
19990
19981
|
}
|
|
19991
19982
|
.ag-theme-uitk-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-medium-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
19992
19983
|
background-color:rgba(42,44,47,.488);
|
|
19993
19984
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
19994
19985
|
}
|
|
19995
19986
|
.ag-theme-uitk-medium-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-medium-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
19996
|
-
background-color
|
|
19997
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
19987
|
+
background-color:#2a2c2f96;
|
|
19988
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
19998
19989
|
}
|
|
19999
19990
|
.ag-theme-uitk-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
20000
19991
|
border-top-color:#2a2c2f;
|
|
@@ -20134,7 +20125,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20134
20125
|
}
|
|
20135
20126
|
.ag-theme-uitk-medium-light .ag-tab{
|
|
20136
20127
|
align-items:center;
|
|
20137
|
-
border-bottom:2px solid
|
|
20128
|
+
border-bottom:2px solid #0000;
|
|
20138
20129
|
cursor:pointer;
|
|
20139
20130
|
display:flex;
|
|
20140
20131
|
flex:none;
|
|
@@ -20272,7 +20263,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20272
20263
|
width:16px;
|
|
20273
20264
|
}
|
|
20274
20265
|
.ag-theme-uitk-medium-light button.ag-side-button-button{
|
|
20275
|
-
background
|
|
20266
|
+
background:#0000;
|
|
20276
20267
|
background-position-x:center;
|
|
20277
20268
|
background-position-y:center;
|
|
20278
20269
|
background-repeat:no-repeat;
|
|
@@ -20315,7 +20306,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20315
20306
|
margin-bottom:3px;
|
|
20316
20307
|
}
|
|
20317
20308
|
.ag-theme-uitk-medium-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-medium-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
20318
|
-
border-right:2px solid
|
|
20309
|
+
border-right:2px solid #0000;
|
|
20319
20310
|
margin-right:-1px;
|
|
20320
20311
|
padding-right:1px;
|
|
20321
20312
|
}
|
|
@@ -20324,7 +20315,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20324
20315
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #2a2c2f)));
|
|
20325
20316
|
}
|
|
20326
20317
|
.ag-theme-uitk-medium-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-medium-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
20327
|
-
border-left:2px solid
|
|
20318
|
+
border-left:2px solid #0000;
|
|
20328
20319
|
margin-left:-1px;
|
|
20329
20320
|
padding-left:1px;
|
|
20330
20321
|
}
|
|
@@ -20725,7 +20716,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20725
20716
|
|
|
20726
20717
|
.ag-theme-uitk-medium-light .ag-floating-filter-button-button{
|
|
20727
20718
|
appearance:none;
|
|
20728
|
-
background
|
|
20719
|
+
background:#0000;
|
|
20729
20720
|
border:none;
|
|
20730
20721
|
color:inherit;
|
|
20731
20722
|
font-family:inherit;
|
|
@@ -20804,7 +20795,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20804
20795
|
}
|
|
20805
20796
|
.ag-theme-uitk-medium-light .ag-column-drop-cell{
|
|
20806
20797
|
background:var(--ag-chip-background-color);
|
|
20807
|
-
border:1px solid
|
|
20798
|
+
border:1px solid #0000;
|
|
20808
20799
|
border-radius:32px;
|
|
20809
20800
|
cursor:pointer;
|
|
20810
20801
|
padding:0 4px;
|
|
@@ -21255,7 +21246,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21255
21246
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
21256
21247
|
border-radius:0;
|
|
21257
21248
|
border-radius:2px;
|
|
21258
|
-
color
|
|
21249
|
+
color:#0000;
|
|
21259
21250
|
height:3px;
|
|
21260
21251
|
margin:0;
|
|
21261
21252
|
padding:0;
|
|
@@ -21413,7 +21404,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21413
21404
|
border:none;
|
|
21414
21405
|
}
|
|
21415
21406
|
.ag-theme-uitk-high-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-medium-light input[class^=ag-]:not([type]),.ag-theme-uitk-medium-light input[class^=ag-][type=date],.ag-theme-uitk-medium-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-medium-light input[class^=ag-][type=number],.ag-theme-uitk-medium-light input[class^=ag-][type=tel],.ag-theme-uitk-medium-light input[class^=ag-][type=text],.ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-medium-light textarea[class^=ag-]{
|
|
21416
|
-
background
|
|
21407
|
+
background:#0000;
|
|
21417
21408
|
border-bottom-color:currentcolor;
|
|
21418
21409
|
border-bottom-color:var(--agGrid-borderColor);
|
|
21419
21410
|
border-width:0;
|
|
@@ -21517,7 +21508,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21517
21508
|
}
|
|
21518
21509
|
.ag-theme-uitk-medium-light .ag-row-selected{
|
|
21519
21510
|
background-color:var(--agGrid-row-background-selected);
|
|
21520
|
-
border
|
|
21511
|
+
border:#0000;
|
|
21521
21512
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
21522
21513
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
21523
21514
|
z-index:2;
|
|
@@ -21635,7 +21626,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21635
21626
|
background:#fff;
|
|
21636
21627
|
border:none;
|
|
21637
21628
|
border-radius:2px;
|
|
21638
|
-
box-shadow:0 3px 1px -2px
|
|
21629
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
21639
21630
|
color:#2a2c2f;
|
|
21640
21631
|
font-size:13px;
|
|
21641
21632
|
font-weight:400;
|
|
@@ -21661,7 +21652,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21661
21652
|
-webkit-appearance:none;
|
|
21662
21653
|
background-color:#fff;
|
|
21663
21654
|
background-color:var(--ag-background-color, #fff);
|
|
21664
|
-
border:1px
|
|
21655
|
+
border:1px #0000;
|
|
21665
21656
|
border-radius:0;
|
|
21666
21657
|
color:var(--agGrid-button-color);
|
|
21667
21658
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -21686,7 +21677,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21686
21677
|
margin-right:2px;
|
|
21687
21678
|
}
|
|
21688
21679
|
.ag-theme-uitk-medium-light .ag-column-drop-vertical-empty-message{
|
|
21689
|
-
color
|
|
21680
|
+
color:#00000061;
|
|
21690
21681
|
font-size:12px;
|
|
21691
21682
|
font-weight:600;
|
|
21692
21683
|
margin-left:2px;
|
|
@@ -21856,7 +21847,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21856
21847
|
line-height:var(--agGrid-checkbox-size);
|
|
21857
21848
|
}
|
|
21858
21849
|
.ag-theme-uitk-medium-light .ag-menu .ag-input-field-input[type=text]{
|
|
21859
|
-
border:2px dotted
|
|
21850
|
+
border:2px dotted #0000;
|
|
21860
21851
|
border-bottom-style:dotted !important;
|
|
21861
21852
|
font-size:inherit;
|
|
21862
21853
|
height:var(--agGrid-input-height);
|
|
@@ -21917,10 +21908,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21917
21908
|
.ag-theme-uitk-medium-light .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-medium-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
21918
21909
|
border:none;
|
|
21919
21910
|
}
|
|
21920
|
-
.ag-theme-uitk-medium-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
21921
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
21922
|
-
}
|
|
21923
|
-
.ag-theme-uitk-medium-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
21911
|
+
.ag-theme-uitk-medium-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-medium-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
21924
21912
|
border:2px dotted var(--agGrid-color-focus);
|
|
21925
21913
|
}
|
|
21926
21914
|
.ag-theme-uitk-medium-light [class^=ag-]:focus{
|
|
@@ -22003,7 +21991,7 @@ div[class^=ag-theme-uitk]{
|
|
|
22003
21991
|
height:32px;
|
|
22004
21992
|
}
|
|
22005
21993
|
.ag-theme-uitk-medium-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
22006
|
-
border-left:3px solid
|
|
21994
|
+
border-left:3px solid #0000;
|
|
22007
21995
|
}
|
|
22008
21996
|
.ag-theme-uitk-medium-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
22009
21997
|
border:2px dotted #2d81bd;
|
|
@@ -22598,16 +22586,16 @@ div[class^=ag-theme-uitk]{
|
|
|
22598
22586
|
padding:10px;
|
|
22599
22587
|
}
|
|
22600
22588
|
.ag-theme-uitk-low-dark .ag-spectrum-sat{
|
|
22601
|
-
background-image:linear-gradient(90deg, #fff,
|
|
22589
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
22602
22590
|
}
|
|
22603
22591
|
.ag-theme-uitk-low-dark .ag-spectrum-val{
|
|
22604
|
-
background-image:linear-gradient(0deg, #000,
|
|
22592
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
22605
22593
|
}
|
|
22606
22594
|
.ag-theme-uitk-low-dark .ag-spectrum-dragger{
|
|
22607
22595
|
background:#000;
|
|
22608
22596
|
border:1px solid #fff;
|
|
22609
22597
|
border-radius:12px;
|
|
22610
|
-
box-shadow:0 0 2px 0
|
|
22598
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
22611
22599
|
height:12px;
|
|
22612
22600
|
width:12px;
|
|
22613
22601
|
}
|
|
@@ -22622,7 +22610,7 @@ div[class^=ag-theme-uitk]{
|
|
|
22622
22610
|
.ag-theme-uitk-low-dark .ag-spectrum-slider{
|
|
22623
22611
|
background-color:#f8f8f8;
|
|
22624
22612
|
border-radius:13px;
|
|
22625
|
-
box-shadow:0 1px 4px 0
|
|
22613
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
22626
22614
|
height:13px;
|
|
22627
22615
|
margin-top:-12px;
|
|
22628
22616
|
width:13px;
|
|
@@ -22651,7 +22639,7 @@ div[class^=ag-theme-uitk]{
|
|
|
22651
22639
|
color:var(--ag-foreground-color, #fff);
|
|
22652
22640
|
}
|
|
22653
22641
|
.ag-theme-uitk-low-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
22654
|
-
box-shadow:5px 5px 10px
|
|
22642
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
22655
22643
|
}
|
|
22656
22644
|
.ag-dragging-fill-handle .ag-theme-uitk-low-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-low-dark .ag-dialog{
|
|
22657
22645
|
opacity:.7;
|
|
@@ -25240,13 +25228,13 @@ div[class^=ag-theme-uitk]{
|
|
|
25240
25228
|
transition:background-color 1s;
|
|
25241
25229
|
}
|
|
25242
25230
|
.ag-theme-uitk-low-dark .ag-value-change-value-highlight{
|
|
25243
|
-
background-color
|
|
25244
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
25231
|
+
background-color:#16a08580;
|
|
25232
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
25245
25233
|
transition:background-color .1s;
|
|
25246
25234
|
}
|
|
25247
25235
|
.ag-theme-uitk-low-dark .ag-cell-data-changed{
|
|
25248
|
-
background-color
|
|
25249
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
25236
|
+
background-color:#16a08580 !important;
|
|
25237
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
25250
25238
|
}
|
|
25251
25239
|
.ag-theme-uitk-low-dark .ag-cell-data-changed-animation{
|
|
25252
25240
|
background-color:initial;
|
|
@@ -25347,7 +25335,7 @@ div[class^=ag-theme-uitk]{
|
|
|
25347
25335
|
--ag-internal-calculated-line-height:var(--ag-line-height, 30px);
|
|
25348
25336
|
--ag-internal-padded-row-height:30px;
|
|
25349
25337
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
25350
|
-
border:1px solid
|
|
25338
|
+
border:1px solid #0000;
|
|
25351
25339
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
25352
25340
|
padding-left:5px;
|
|
25353
25341
|
padding-right:5px;
|
|
@@ -25384,8 +25372,8 @@ div[class^=ag-theme-uitk]{
|
|
|
25384
25372
|
min-height:50px;
|
|
25385
25373
|
}
|
|
25386
25374
|
.ag-theme-uitk-low-dark .ag-overlay-loading-wrapper{
|
|
25387
|
-
background-color
|
|
25388
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
25375
|
+
background-color:#242526a8;
|
|
25376
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
25389
25377
|
}
|
|
25390
25378
|
.ag-theme-uitk-low-dark .ag-overlay-loading-center{
|
|
25391
25379
|
background:#242526;
|
|
@@ -25431,11 +25419,11 @@ div[class^=ag-theme-uitk]{
|
|
|
25431
25419
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
25432
25420
|
}
|
|
25433
25421
|
.ag-theme-uitk-low-dark .ag-ltr .ag-cell{
|
|
25434
|
-
border-right:solid
|
|
25422
|
+
border-right:solid #0000;
|
|
25435
25423
|
}
|
|
25436
25424
|
|
|
25437
25425
|
.ag-theme-uitk-low-dark .ag-rtl .ag-cell{
|
|
25438
|
-
border-left:solid
|
|
25426
|
+
border-left:solid #0000;
|
|
25439
25427
|
}
|
|
25440
25428
|
|
|
25441
25429
|
.ag-theme-uitk-low-dark .ag-ltr .ag-cell{
|
|
@@ -25457,32 +25445,32 @@ div[class^=ag-theme-uitk]{
|
|
|
25457
25445
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
25458
25446
|
}
|
|
25459
25447
|
.ag-theme-uitk-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-low-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
25460
|
-
background-color
|
|
25461
|
-
background-color:var(--ag-range-selection-background-color,
|
|
25448
|
+
background-color:#fff3;
|
|
25449
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
25462
25450
|
}
|
|
25463
25451
|
.ag-theme-uitk-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-low-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
25464
|
-
background-color
|
|
25465
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
25452
|
+
background-color:#0058ff1a !important;
|
|
25453
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
25466
25454
|
}
|
|
25467
25455
|
.ag-theme-uitk-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-low-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
25468
|
-
background-color
|
|
25469
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
25456
|
+
background-color:#00ff841a !important;
|
|
25457
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
25470
25458
|
}
|
|
25471
25459
|
.ag-theme-uitk-low-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-low-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
25472
|
-
background-color
|
|
25473
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
25460
|
+
background-color:#fff3;
|
|
25461
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
25474
25462
|
}
|
|
25475
25463
|
.ag-theme-uitk-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-low-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
25476
|
-
background-color
|
|
25477
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
25464
|
+
background-color:#ffffff5c;
|
|
25465
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
25478
25466
|
}
|
|
25479
25467
|
.ag-theme-uitk-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-low-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
25480
25468
|
background-color:hsla(0,0%,100%,.488);
|
|
25481
25469
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
25482
25470
|
}
|
|
25483
25471
|
.ag-theme-uitk-low-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-low-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
25484
|
-
background-color
|
|
25485
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
25472
|
+
background-color:#ffffff96;
|
|
25473
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
25486
25474
|
}
|
|
25487
25475
|
.ag-theme-uitk-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
25488
25476
|
border-top-color:#fff;
|
|
@@ -25622,7 +25610,7 @@ div[class^=ag-theme-uitk]{
|
|
|
25622
25610
|
}
|
|
25623
25611
|
.ag-theme-uitk-low-dark .ag-tab{
|
|
25624
25612
|
align-items:center;
|
|
25625
|
-
border-bottom:2px solid
|
|
25613
|
+
border-bottom:2px solid #0000;
|
|
25626
25614
|
cursor:pointer;
|
|
25627
25615
|
display:flex;
|
|
25628
25616
|
flex:none;
|
|
@@ -25760,7 +25748,7 @@ div[class^=ag-theme-uitk]{
|
|
|
25760
25748
|
width:16px;
|
|
25761
25749
|
}
|
|
25762
25750
|
.ag-theme-uitk-low-dark button.ag-side-button-button{
|
|
25763
|
-
background
|
|
25751
|
+
background:#0000;
|
|
25764
25752
|
background-position-x:center;
|
|
25765
25753
|
background-position-y:center;
|
|
25766
25754
|
background-repeat:no-repeat;
|
|
@@ -25803,7 +25791,7 @@ div[class^=ag-theme-uitk]{
|
|
|
25803
25791
|
margin-bottom:3px;
|
|
25804
25792
|
}
|
|
25805
25793
|
.ag-theme-uitk-low-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-low-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
25806
|
-
border-right:2px solid
|
|
25794
|
+
border-right:2px solid #0000;
|
|
25807
25795
|
margin-right:-1px;
|
|
25808
25796
|
padding-right:1px;
|
|
25809
25797
|
}
|
|
@@ -25812,7 +25800,7 @@ div[class^=ag-theme-uitk]{
|
|
|
25812
25800
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #fff)));
|
|
25813
25801
|
}
|
|
25814
25802
|
.ag-theme-uitk-low-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-low-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
25815
|
-
border-left:2px solid
|
|
25803
|
+
border-left:2px solid #0000;
|
|
25816
25804
|
margin-left:-1px;
|
|
25817
25805
|
padding-left:1px;
|
|
25818
25806
|
}
|
|
@@ -26213,7 +26201,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26213
26201
|
|
|
26214
26202
|
.ag-theme-uitk-low-dark .ag-floating-filter-button-button{
|
|
26215
26203
|
appearance:none;
|
|
26216
|
-
background
|
|
26204
|
+
background:#0000;
|
|
26217
26205
|
border:none;
|
|
26218
26206
|
color:inherit;
|
|
26219
26207
|
font-family:inherit;
|
|
@@ -26292,7 +26280,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26292
26280
|
}
|
|
26293
26281
|
.ag-theme-uitk-low-dark .ag-column-drop-cell{
|
|
26294
26282
|
background:var(--ag-chip-background-color);
|
|
26295
|
-
border:1px solid
|
|
26283
|
+
border:1px solid #0000;
|
|
26296
26284
|
border-radius:32px;
|
|
26297
26285
|
cursor:pointer;
|
|
26298
26286
|
padding:0 4px;
|
|
@@ -26743,7 +26731,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26743
26731
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
26744
26732
|
border-radius:0;
|
|
26745
26733
|
border-radius:2px;
|
|
26746
|
-
color
|
|
26734
|
+
color:#0000;
|
|
26747
26735
|
height:3px;
|
|
26748
26736
|
margin:0;
|
|
26749
26737
|
padding:0;
|
|
@@ -26901,7 +26889,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26901
26889
|
border:none;
|
|
26902
26890
|
}
|
|
26903
26891
|
.ag-theme-uitk-high-dark .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-low-dark input[class^=ag-]:not([type]),.ag-theme-uitk-low-dark input[class^=ag-][type=date],.ag-theme-uitk-low-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-low-dark input[class^=ag-][type=number],.ag-theme-uitk-low-dark input[class^=ag-][type=tel],.ag-theme-uitk-low-dark input[class^=ag-][type=text],.ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-low-dark textarea[class^=ag-]{
|
|
26904
|
-
background
|
|
26892
|
+
background:#0000;
|
|
26905
26893
|
border-bottom-color:currentcolor;
|
|
26906
26894
|
border-bottom-color:var(--agGrid-borderColor);
|
|
26907
26895
|
border-width:0;
|
|
@@ -27005,7 +26993,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27005
26993
|
}
|
|
27006
26994
|
.ag-theme-uitk-low-dark .ag-row-selected{
|
|
27007
26995
|
background-color:var(--agGrid-row-background-selected);
|
|
27008
|
-
border
|
|
26996
|
+
border:#0000;
|
|
27009
26997
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
27010
26998
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
27011
26999
|
z-index:2;
|
|
@@ -27123,7 +27111,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27123
27111
|
background:#242526;
|
|
27124
27112
|
border:none;
|
|
27125
27113
|
border-radius:2px;
|
|
27126
|
-
box-shadow:0 3px 1px -2px
|
|
27114
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
27127
27115
|
color:#fff;
|
|
27128
27116
|
font-size:13px;
|
|
27129
27117
|
font-weight:400;
|
|
@@ -27149,7 +27137,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27149
27137
|
-webkit-appearance:none;
|
|
27150
27138
|
background-color:#242526;
|
|
27151
27139
|
background-color:var(--ag-background-color, #242526);
|
|
27152
|
-
border:1px
|
|
27140
|
+
border:1px #0000;
|
|
27153
27141
|
border-radius:0;
|
|
27154
27142
|
color:var(--agGrid-button-color);
|
|
27155
27143
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -27174,7 +27162,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27174
27162
|
margin-right:2px;
|
|
27175
27163
|
}
|
|
27176
27164
|
.ag-theme-uitk-low-dark .ag-column-drop-vertical-empty-message{
|
|
27177
|
-
color
|
|
27165
|
+
color:#00000061;
|
|
27178
27166
|
font-size:12px;
|
|
27179
27167
|
font-weight:600;
|
|
27180
27168
|
margin-left:2px;
|
|
@@ -27344,7 +27332,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27344
27332
|
line-height:var(--agGrid-checkbox-size);
|
|
27345
27333
|
}
|
|
27346
27334
|
.ag-theme-uitk-low-dark .ag-menu .ag-input-field-input[type=text]{
|
|
27347
|
-
border:2px dotted
|
|
27335
|
+
border:2px dotted #0000;
|
|
27348
27336
|
border-bottom-style:dotted !important;
|
|
27349
27337
|
font-size:inherit;
|
|
27350
27338
|
height:var(--agGrid-input-height);
|
|
@@ -27405,10 +27393,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27405
27393
|
.ag-theme-uitk-low-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-low-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
27406
27394
|
border:none;
|
|
27407
27395
|
}
|
|
27408
|
-
.ag-theme-uitk-low-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
27409
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
27410
|
-
}
|
|
27411
|
-
.ag-theme-uitk-low-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
27396
|
+
.ag-theme-uitk-low-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-low-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
27412
27397
|
border:2px dotted var(--agGrid-color-focus);
|
|
27413
27398
|
}
|
|
27414
27399
|
.ag-theme-uitk-low-dark [class^=ag-]:focus{
|
|
@@ -27491,7 +27476,7 @@ div[class^=ag-theme-uitk]{
|
|
|
27491
27476
|
height:32px;
|
|
27492
27477
|
}
|
|
27493
27478
|
.ag-theme-uitk-low-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
27494
|
-
border-left:3px solid
|
|
27479
|
+
border-left:3px solid #0000;
|
|
27495
27480
|
}
|
|
27496
27481
|
.ag-theme-uitk-low-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
27497
27482
|
border:2px dotted #2d81bd;
|
|
@@ -28070,16 +28055,16 @@ div[class^=ag-theme-uitk]{
|
|
|
28070
28055
|
padding:10px;
|
|
28071
28056
|
}
|
|
28072
28057
|
.ag-theme-uitk-low-light .ag-spectrum-sat{
|
|
28073
|
-
background-image:linear-gradient(90deg, #fff,
|
|
28058
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
28074
28059
|
}
|
|
28075
28060
|
.ag-theme-uitk-low-light .ag-spectrum-val{
|
|
28076
|
-
background-image:linear-gradient(0deg, #000,
|
|
28061
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
28077
28062
|
}
|
|
28078
28063
|
.ag-theme-uitk-low-light .ag-spectrum-dragger{
|
|
28079
28064
|
background:#000;
|
|
28080
28065
|
border:1px solid #fff;
|
|
28081
28066
|
border-radius:12px;
|
|
28082
|
-
box-shadow:0 0 2px 0
|
|
28067
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
28083
28068
|
height:12px;
|
|
28084
28069
|
width:12px;
|
|
28085
28070
|
}
|
|
@@ -28094,7 +28079,7 @@ div[class^=ag-theme-uitk]{
|
|
|
28094
28079
|
.ag-theme-uitk-low-light .ag-spectrum-slider{
|
|
28095
28080
|
background-color:#f8f8f8;
|
|
28096
28081
|
border-radius:13px;
|
|
28097
|
-
box-shadow:0 1px 4px 0
|
|
28082
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
28098
28083
|
height:13px;
|
|
28099
28084
|
margin-top:-12px;
|
|
28100
28085
|
width:13px;
|
|
@@ -28123,7 +28108,7 @@ div[class^=ag-theme-uitk]{
|
|
|
28123
28108
|
color:var(--ag-foreground-color, #2a2c2f);
|
|
28124
28109
|
}
|
|
28125
28110
|
.ag-theme-uitk-low-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
28126
|
-
box-shadow:5px 5px 10px
|
|
28111
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
28127
28112
|
}
|
|
28128
28113
|
.ag-dragging-fill-handle .ag-theme-uitk-low-light .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-low-light .ag-dialog{
|
|
28129
28114
|
opacity:.7;
|
|
@@ -30712,13 +30697,13 @@ div[class^=ag-theme-uitk]{
|
|
|
30712
30697
|
transition:background-color 1s;
|
|
30713
30698
|
}
|
|
30714
30699
|
.ag-theme-uitk-low-light .ag-value-change-value-highlight{
|
|
30715
|
-
background-color
|
|
30716
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
30700
|
+
background-color:#16a08580;
|
|
30701
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
30717
30702
|
transition:background-color .1s;
|
|
30718
30703
|
}
|
|
30719
30704
|
.ag-theme-uitk-low-light .ag-cell-data-changed{
|
|
30720
|
-
background-color
|
|
30721
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
30705
|
+
background-color:#16a08580 !important;
|
|
30706
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
30722
30707
|
}
|
|
30723
30708
|
.ag-theme-uitk-low-light .ag-cell-data-changed-animation{
|
|
30724
30709
|
background-color:initial;
|
|
@@ -30819,7 +30804,7 @@ div[class^=ag-theme-uitk]{
|
|
|
30819
30804
|
--ag-internal-calculated-line-height:var(--ag-line-height, 30px);
|
|
30820
30805
|
--ag-internal-padded-row-height:30px;
|
|
30821
30806
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
30822
|
-
border:1px solid
|
|
30807
|
+
border:1px solid #0000;
|
|
30823
30808
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
30824
30809
|
padding-left:5px;
|
|
30825
30810
|
padding-right:5px;
|
|
@@ -30856,8 +30841,8 @@ div[class^=ag-theme-uitk]{
|
|
|
30856
30841
|
min-height:50px;
|
|
30857
30842
|
}
|
|
30858
30843
|
.ag-theme-uitk-low-light .ag-overlay-loading-wrapper{
|
|
30859
|
-
background-color
|
|
30860
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
30844
|
+
background-color:#ffffffa8;
|
|
30845
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
30861
30846
|
}
|
|
30862
30847
|
.ag-theme-uitk-low-light .ag-overlay-loading-center{
|
|
30863
30848
|
background:#fff;
|
|
@@ -30903,11 +30888,11 @@ div[class^=ag-theme-uitk]{
|
|
|
30903
30888
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
30904
30889
|
}
|
|
30905
30890
|
.ag-theme-uitk-low-light .ag-ltr .ag-cell{
|
|
30906
|
-
border-right:solid
|
|
30891
|
+
border-right:solid #0000;
|
|
30907
30892
|
}
|
|
30908
30893
|
|
|
30909
30894
|
.ag-theme-uitk-low-light .ag-rtl .ag-cell{
|
|
30910
|
-
border-left:solid
|
|
30895
|
+
border-left:solid #0000;
|
|
30911
30896
|
}
|
|
30912
30897
|
|
|
30913
30898
|
.ag-theme-uitk-low-light .ag-ltr .ag-cell{
|
|
@@ -30929,32 +30914,32 @@ div[class^=ag-theme-uitk]{
|
|
|
30929
30914
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
30930
30915
|
}
|
|
30931
30916
|
.ag-theme-uitk-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-low-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
30932
|
-
background-color
|
|
30933
|
-
background-color:var(--ag-range-selection-background-color,
|
|
30917
|
+
background-color:#2a2c2f33;
|
|
30918
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
30934
30919
|
}
|
|
30935
30920
|
.ag-theme-uitk-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-low-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
30936
|
-
background-color
|
|
30937
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
30921
|
+
background-color:#0058ff1a !important;
|
|
30922
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
30938
30923
|
}
|
|
30939
30924
|
.ag-theme-uitk-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-low-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
30940
|
-
background-color
|
|
30941
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
30925
|
+
background-color:#00ff841a !important;
|
|
30926
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
30942
30927
|
}
|
|
30943
30928
|
.ag-theme-uitk-low-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-low-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
30944
|
-
background-color
|
|
30945
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
30929
|
+
background-color:#2a2c2f33;
|
|
30930
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
30946
30931
|
}
|
|
30947
30932
|
.ag-theme-uitk-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-low-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
30948
|
-
background-color
|
|
30949
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
30933
|
+
background-color:#2a2c2f5c;
|
|
30934
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
30950
30935
|
}
|
|
30951
30936
|
.ag-theme-uitk-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-low-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
30952
30937
|
background-color:rgba(42,44,47,.488);
|
|
30953
30938
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
30954
30939
|
}
|
|
30955
30940
|
.ag-theme-uitk-low-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-low-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
30956
|
-
background-color
|
|
30957
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
30941
|
+
background-color:#2a2c2f96;
|
|
30942
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
30958
30943
|
}
|
|
30959
30944
|
.ag-theme-uitk-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
30960
30945
|
border-top-color:#2a2c2f;
|
|
@@ -31094,7 +31079,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31094
31079
|
}
|
|
31095
31080
|
.ag-theme-uitk-low-light .ag-tab{
|
|
31096
31081
|
align-items:center;
|
|
31097
|
-
border-bottom:2px solid
|
|
31082
|
+
border-bottom:2px solid #0000;
|
|
31098
31083
|
cursor:pointer;
|
|
31099
31084
|
display:flex;
|
|
31100
31085
|
flex:none;
|
|
@@ -31232,7 +31217,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31232
31217
|
width:16px;
|
|
31233
31218
|
}
|
|
31234
31219
|
.ag-theme-uitk-low-light button.ag-side-button-button{
|
|
31235
|
-
background
|
|
31220
|
+
background:#0000;
|
|
31236
31221
|
background-position-x:center;
|
|
31237
31222
|
background-position-y:center;
|
|
31238
31223
|
background-repeat:no-repeat;
|
|
@@ -31275,7 +31260,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31275
31260
|
margin-bottom:3px;
|
|
31276
31261
|
}
|
|
31277
31262
|
.ag-theme-uitk-low-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-low-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
31278
|
-
border-right:2px solid
|
|
31263
|
+
border-right:2px solid #0000;
|
|
31279
31264
|
margin-right:-1px;
|
|
31280
31265
|
padding-right:1px;
|
|
31281
31266
|
}
|
|
@@ -31284,7 +31269,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31284
31269
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #2a2c2f)));
|
|
31285
31270
|
}
|
|
31286
31271
|
.ag-theme-uitk-low-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-low-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
31287
|
-
border-left:2px solid
|
|
31272
|
+
border-left:2px solid #0000;
|
|
31288
31273
|
margin-left:-1px;
|
|
31289
31274
|
padding-left:1px;
|
|
31290
31275
|
}
|
|
@@ -31685,7 +31670,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31685
31670
|
|
|
31686
31671
|
.ag-theme-uitk-low-light .ag-floating-filter-button-button{
|
|
31687
31672
|
appearance:none;
|
|
31688
|
-
background
|
|
31673
|
+
background:#0000;
|
|
31689
31674
|
border:none;
|
|
31690
31675
|
color:inherit;
|
|
31691
31676
|
font-family:inherit;
|
|
@@ -31764,7 +31749,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31764
31749
|
}
|
|
31765
31750
|
.ag-theme-uitk-low-light .ag-column-drop-cell{
|
|
31766
31751
|
background:var(--ag-chip-background-color);
|
|
31767
|
-
border:1px solid
|
|
31752
|
+
border:1px solid #0000;
|
|
31768
31753
|
border-radius:32px;
|
|
31769
31754
|
cursor:pointer;
|
|
31770
31755
|
padding:0 4px;
|
|
@@ -32215,7 +32200,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32215
32200
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
32216
32201
|
border-radius:0;
|
|
32217
32202
|
border-radius:2px;
|
|
32218
|
-
color
|
|
32203
|
+
color:#0000;
|
|
32219
32204
|
height:3px;
|
|
32220
32205
|
margin:0;
|
|
32221
32206
|
padding:0;
|
|
@@ -32373,7 +32358,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32373
32358
|
border:none;
|
|
32374
32359
|
}
|
|
32375
32360
|
.ag-theme-uitk-high-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-low-light input[class^=ag-]:not([type]),.ag-theme-uitk-low-light input[class^=ag-][type=date],.ag-theme-uitk-low-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-low-light input[class^=ag-][type=number],.ag-theme-uitk-low-light input[class^=ag-][type=tel],.ag-theme-uitk-low-light input[class^=ag-][type=text],.ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-low-light textarea[class^=ag-]{
|
|
32376
|
-
background
|
|
32361
|
+
background:#0000;
|
|
32377
32362
|
border-bottom-color:currentcolor;
|
|
32378
32363
|
border-bottom-color:var(--agGrid-borderColor);
|
|
32379
32364
|
border-width:0;
|
|
@@ -32477,7 +32462,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32477
32462
|
}
|
|
32478
32463
|
.ag-theme-uitk-low-light .ag-row-selected{
|
|
32479
32464
|
background-color:var(--agGrid-row-background-selected);
|
|
32480
|
-
border
|
|
32465
|
+
border:#0000;
|
|
32481
32466
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
32482
32467
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
32483
32468
|
z-index:2;
|
|
@@ -32595,7 +32580,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32595
32580
|
background:#fff;
|
|
32596
32581
|
border:none;
|
|
32597
32582
|
border-radius:2px;
|
|
32598
|
-
box-shadow:0 3px 1px -2px
|
|
32583
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
32599
32584
|
color:#2a2c2f;
|
|
32600
32585
|
font-size:13px;
|
|
32601
32586
|
font-weight:400;
|
|
@@ -32621,7 +32606,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32621
32606
|
-webkit-appearance:none;
|
|
32622
32607
|
background-color:#fff;
|
|
32623
32608
|
background-color:var(--ag-background-color, #fff);
|
|
32624
|
-
border:1px
|
|
32609
|
+
border:1px #0000;
|
|
32625
32610
|
border-radius:0;
|
|
32626
32611
|
color:var(--agGrid-button-color);
|
|
32627
32612
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -32646,7 +32631,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32646
32631
|
margin-right:2px;
|
|
32647
32632
|
}
|
|
32648
32633
|
.ag-theme-uitk-low-light .ag-column-drop-vertical-empty-message{
|
|
32649
|
-
color
|
|
32634
|
+
color:#00000061;
|
|
32650
32635
|
font-size:12px;
|
|
32651
32636
|
font-weight:600;
|
|
32652
32637
|
margin-left:2px;
|
|
@@ -32816,7 +32801,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32816
32801
|
line-height:var(--agGrid-checkbox-size);
|
|
32817
32802
|
}
|
|
32818
32803
|
.ag-theme-uitk-low-light .ag-menu .ag-input-field-input[type=text]{
|
|
32819
|
-
border:2px dotted
|
|
32804
|
+
border:2px dotted #0000;
|
|
32820
32805
|
border-bottom-style:dotted !important;
|
|
32821
32806
|
font-size:inherit;
|
|
32822
32807
|
height:var(--agGrid-input-height);
|
|
@@ -32877,10 +32862,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32877
32862
|
.ag-theme-uitk-low-light .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-low-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
32878
32863
|
border:none;
|
|
32879
32864
|
}
|
|
32880
|
-
.ag-theme-uitk-low-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
32881
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
32882
|
-
}
|
|
32883
|
-
.ag-theme-uitk-low-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
32865
|
+
.ag-theme-uitk-low-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-low-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
32884
32866
|
border:2px dotted var(--agGrid-color-focus);
|
|
32885
32867
|
}
|
|
32886
32868
|
.ag-theme-uitk-low-light [class^=ag-]:focus{
|
|
@@ -32963,7 +32945,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32963
32945
|
height:32px;
|
|
32964
32946
|
}
|
|
32965
32947
|
.ag-theme-uitk-low-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
32966
|
-
border-left:3px solid
|
|
32948
|
+
border-left:3px solid #0000;
|
|
32967
32949
|
}
|
|
32968
32950
|
.ag-theme-uitk-low-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
32969
32951
|
border:2px dotted #2d81bd;
|
|
@@ -33558,16 +33540,16 @@ div[class^=ag-theme-uitk]{
|
|
|
33558
33540
|
padding:10px;
|
|
33559
33541
|
}
|
|
33560
33542
|
.ag-theme-uitk-touch-light .ag-spectrum-sat{
|
|
33561
|
-
background-image:linear-gradient(90deg, #fff,
|
|
33543
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
33562
33544
|
}
|
|
33563
33545
|
.ag-theme-uitk-touch-light .ag-spectrum-val{
|
|
33564
|
-
background-image:linear-gradient(0deg, #000,
|
|
33546
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
33565
33547
|
}
|
|
33566
33548
|
.ag-theme-uitk-touch-light .ag-spectrum-dragger{
|
|
33567
33549
|
background:#000;
|
|
33568
33550
|
border:1px solid #fff;
|
|
33569
33551
|
border-radius:12px;
|
|
33570
|
-
box-shadow:0 0 2px 0
|
|
33552
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
33571
33553
|
height:12px;
|
|
33572
33554
|
width:12px;
|
|
33573
33555
|
}
|
|
@@ -33582,7 +33564,7 @@ div[class^=ag-theme-uitk]{
|
|
|
33582
33564
|
.ag-theme-uitk-touch-light .ag-spectrum-slider{
|
|
33583
33565
|
background-color:#f8f8f8;
|
|
33584
33566
|
border-radius:13px;
|
|
33585
|
-
box-shadow:0 1px 4px 0
|
|
33567
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
33586
33568
|
height:13px;
|
|
33587
33569
|
margin-top:-12px;
|
|
33588
33570
|
width:13px;
|
|
@@ -33611,7 +33593,7 @@ div[class^=ag-theme-uitk]{
|
|
|
33611
33593
|
color:var(--ag-foreground-color, #2a2c2f);
|
|
33612
33594
|
}
|
|
33613
33595
|
.ag-theme-uitk-touch-light .ag-popup-child:not(.ag-tooltip-custom){
|
|
33614
|
-
box-shadow:5px 5px 10px
|
|
33596
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
33615
33597
|
}
|
|
33616
33598
|
.ag-dragging-fill-handle .ag-theme-uitk-touch-light .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-touch-light .ag-dialog{
|
|
33617
33599
|
opacity:.7;
|
|
@@ -36200,13 +36182,13 @@ div[class^=ag-theme-uitk]{
|
|
|
36200
36182
|
transition:background-color 1s;
|
|
36201
36183
|
}
|
|
36202
36184
|
.ag-theme-uitk-touch-light .ag-value-change-value-highlight{
|
|
36203
|
-
background-color
|
|
36204
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
36185
|
+
background-color:#16a08580;
|
|
36186
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
36205
36187
|
transition:background-color .1s;
|
|
36206
36188
|
}
|
|
36207
36189
|
.ag-theme-uitk-touch-light .ag-cell-data-changed{
|
|
36208
|
-
background-color
|
|
36209
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
36190
|
+
background-color:#16a08580 !important;
|
|
36191
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
36210
36192
|
}
|
|
36211
36193
|
.ag-theme-uitk-touch-light .ag-cell-data-changed-animation{
|
|
36212
36194
|
background-color:initial;
|
|
@@ -36307,7 +36289,7 @@ div[class^=ag-theme-uitk]{
|
|
|
36307
36289
|
--ag-internal-calculated-line-height:var(--ag-line-height, 30px);
|
|
36308
36290
|
--ag-internal-padded-row-height:30px;
|
|
36309
36291
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
36310
|
-
border:1px solid
|
|
36292
|
+
border:1px solid #0000;
|
|
36311
36293
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
36312
36294
|
padding-left:5px;
|
|
36313
36295
|
padding-right:5px;
|
|
@@ -36344,8 +36326,8 @@ div[class^=ag-theme-uitk]{
|
|
|
36344
36326
|
min-height:50px;
|
|
36345
36327
|
}
|
|
36346
36328
|
.ag-theme-uitk-touch-light .ag-overlay-loading-wrapper{
|
|
36347
|
-
background-color
|
|
36348
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
36329
|
+
background-color:#ffffffa8;
|
|
36330
|
+
background-color:var(--ag-modal-overlay-background-color, #ffffffa8);
|
|
36349
36331
|
}
|
|
36350
36332
|
.ag-theme-uitk-touch-light .ag-overlay-loading-center{
|
|
36351
36333
|
background:#fff;
|
|
@@ -36391,11 +36373,11 @@ div[class^=ag-theme-uitk]{
|
|
|
36391
36373
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
36392
36374
|
}
|
|
36393
36375
|
.ag-theme-uitk-touch-light .ag-ltr .ag-cell{
|
|
36394
|
-
border-right:solid
|
|
36376
|
+
border-right:solid #0000;
|
|
36395
36377
|
}
|
|
36396
36378
|
|
|
36397
36379
|
.ag-theme-uitk-touch-light .ag-rtl .ag-cell{
|
|
36398
|
-
border-left:solid
|
|
36380
|
+
border-left:solid #0000;
|
|
36399
36381
|
}
|
|
36400
36382
|
|
|
36401
36383
|
.ag-theme-uitk-touch-light .ag-ltr .ag-cell{
|
|
@@ -36417,32 +36399,32 @@ div[class^=ag-theme-uitk]{
|
|
|
36417
36399
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
36418
36400
|
}
|
|
36419
36401
|
.ag-theme-uitk-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-touch-light .ag-cell-range-selected:not(.ag-cell-focus){
|
|
36420
|
-
background-color
|
|
36421
|
-
background-color:var(--ag-range-selection-background-color,
|
|
36402
|
+
background-color:#2a2c2f33;
|
|
36403
|
+
background-color:var(--ag-range-selection-background-color, #2a2c2f33);
|
|
36422
36404
|
}
|
|
36423
36405
|
.ag-theme-uitk-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-touch-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
36424
|
-
background-color
|
|
36425
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
36406
|
+
background-color:#0058ff1a !important;
|
|
36407
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
36426
36408
|
}
|
|
36427
36409
|
.ag-theme-uitk-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-touch-light .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
36428
|
-
background-color
|
|
36429
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
36410
|
+
background-color:#00ff841a !important;
|
|
36411
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
36430
36412
|
}
|
|
36431
36413
|
.ag-theme-uitk-touch-light .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-touch-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
36432
|
-
background-color
|
|
36433
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
36414
|
+
background-color:#2a2c2f33;
|
|
36415
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #2a2c2f33));
|
|
36434
36416
|
}
|
|
36435
36417
|
.ag-theme-uitk-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-touch-light .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
36436
|
-
background-color
|
|
36437
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
36418
|
+
background-color:#2a2c2f5c;
|
|
36419
|
+
background-color:var(--ag-range-selection-background-color-2, #2a2c2f5c);
|
|
36438
36420
|
}
|
|
36439
36421
|
.ag-theme-uitk-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-touch-light .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
36440
36422
|
background-color:rgba(42,44,47,.488);
|
|
36441
36423
|
background-color:var(--ag-range-selection-background-color-3, rgba(42,44,47,.488));
|
|
36442
36424
|
}
|
|
36443
36425
|
.ag-theme-uitk-touch-light .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-touch-light .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
36444
|
-
background-color
|
|
36445
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
36426
|
+
background-color:#2a2c2f96;
|
|
36427
|
+
background-color:var(--ag-range-selection-background-color-4, #2a2c2f96);
|
|
36446
36428
|
}
|
|
36447
36429
|
.ag-theme-uitk-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
36448
36430
|
border-top-color:#2a2c2f;
|
|
@@ -36582,7 +36564,7 @@ div[class^=ag-theme-uitk]{
|
|
|
36582
36564
|
}
|
|
36583
36565
|
.ag-theme-uitk-touch-light .ag-tab{
|
|
36584
36566
|
align-items:center;
|
|
36585
|
-
border-bottom:2px solid
|
|
36567
|
+
border-bottom:2px solid #0000;
|
|
36586
36568
|
cursor:pointer;
|
|
36587
36569
|
display:flex;
|
|
36588
36570
|
flex:none;
|
|
@@ -36720,7 +36702,7 @@ div[class^=ag-theme-uitk]{
|
|
|
36720
36702
|
width:16px;
|
|
36721
36703
|
}
|
|
36722
36704
|
.ag-theme-uitk-touch-light button.ag-side-button-button{
|
|
36723
|
-
background
|
|
36705
|
+
background:#0000;
|
|
36724
36706
|
background-position-x:center;
|
|
36725
36707
|
background-position-y:center;
|
|
36726
36708
|
background-repeat:no-repeat;
|
|
@@ -36763,7 +36745,7 @@ div[class^=ag-theme-uitk]{
|
|
|
36763
36745
|
margin-bottom:3px;
|
|
36764
36746
|
}
|
|
36765
36747
|
.ag-theme-uitk-touch-light .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-touch-light .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
36766
|
-
border-right:2px solid
|
|
36748
|
+
border-right:2px solid #0000;
|
|
36767
36749
|
margin-right:-1px;
|
|
36768
36750
|
padding-right:1px;
|
|
36769
36751
|
}
|
|
@@ -36772,7 +36754,7 @@ div[class^=ag-theme-uitk]{
|
|
|
36772
36754
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #2a2c2f)));
|
|
36773
36755
|
}
|
|
36774
36756
|
.ag-theme-uitk-touch-light .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-touch-light .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
36775
|
-
border-left:2px solid
|
|
36757
|
+
border-left:2px solid #0000;
|
|
36776
36758
|
margin-left:-1px;
|
|
36777
36759
|
padding-left:1px;
|
|
36778
36760
|
}
|
|
@@ -37173,7 +37155,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37173
37155
|
|
|
37174
37156
|
.ag-theme-uitk-touch-light .ag-floating-filter-button-button{
|
|
37175
37157
|
appearance:none;
|
|
37176
|
-
background
|
|
37158
|
+
background:#0000;
|
|
37177
37159
|
border:none;
|
|
37178
37160
|
color:inherit;
|
|
37179
37161
|
font-family:inherit;
|
|
@@ -37252,7 +37234,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37252
37234
|
}
|
|
37253
37235
|
.ag-theme-uitk-touch-light .ag-column-drop-cell{
|
|
37254
37236
|
background:var(--ag-chip-background-color);
|
|
37255
|
-
border:1px solid
|
|
37237
|
+
border:1px solid #0000;
|
|
37256
37238
|
border-radius:32px;
|
|
37257
37239
|
cursor:pointer;
|
|
37258
37240
|
padding:0 4px;
|
|
@@ -37703,7 +37685,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37703
37685
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
37704
37686
|
border-radius:0;
|
|
37705
37687
|
border-radius:2px;
|
|
37706
|
-
color
|
|
37688
|
+
color:#0000;
|
|
37707
37689
|
height:3px;
|
|
37708
37690
|
margin:0;
|
|
37709
37691
|
padding:0;
|
|
@@ -37861,7 +37843,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37861
37843
|
border:none;
|
|
37862
37844
|
}
|
|
37863
37845
|
.ag-theme-uitk-high-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-touch-light input[class^=ag-]:not([type]),.ag-theme-uitk-touch-light input[class^=ag-][type=date],.ag-theme-uitk-touch-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-light input[class^=ag-][type=number],.ag-theme-uitk-touch-light input[class^=ag-][type=tel],.ag-theme-uitk-touch-light input[class^=ag-][type=text],.ag-theme-uitk-touch-light textarea[class^=ag-]{
|
|
37864
|
-
background
|
|
37846
|
+
background:#0000;
|
|
37865
37847
|
border-bottom-color:currentcolor;
|
|
37866
37848
|
border-bottom-color:var(--agGrid-borderColor);
|
|
37867
37849
|
border-width:0;
|
|
@@ -37965,7 +37947,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37965
37947
|
}
|
|
37966
37948
|
.ag-theme-uitk-touch-light .ag-row-selected{
|
|
37967
37949
|
background-color:var(--agGrid-row-background-selected);
|
|
37968
|
-
border
|
|
37950
|
+
border:#0000;
|
|
37969
37951
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
37970
37952
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
37971
37953
|
z-index:2;
|
|
@@ -38083,7 +38065,7 @@ div[class^=ag-theme-uitk]{
|
|
|
38083
38065
|
background:#fff;
|
|
38084
38066
|
border:none;
|
|
38085
38067
|
border-radius:2px;
|
|
38086
|
-
box-shadow:0 3px 1px -2px
|
|
38068
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
38087
38069
|
color:#2a2c2f;
|
|
38088
38070
|
font-size:13px;
|
|
38089
38071
|
font-weight:400;
|
|
@@ -38109,7 +38091,7 @@ div[class^=ag-theme-uitk]{
|
|
|
38109
38091
|
-webkit-appearance:none;
|
|
38110
38092
|
background-color:#fff;
|
|
38111
38093
|
background-color:var(--ag-background-color, #fff);
|
|
38112
|
-
border:1px
|
|
38094
|
+
border:1px #0000;
|
|
38113
38095
|
border-radius:0;
|
|
38114
38096
|
color:var(--agGrid-button-color);
|
|
38115
38097
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -38134,7 +38116,7 @@ div[class^=ag-theme-uitk]{
|
|
|
38134
38116
|
margin-right:2px;
|
|
38135
38117
|
}
|
|
38136
38118
|
.ag-theme-uitk-touch-light .ag-column-drop-vertical-empty-message{
|
|
38137
|
-
color
|
|
38119
|
+
color:#00000061;
|
|
38138
38120
|
font-size:12px;
|
|
38139
38121
|
font-weight:600;
|
|
38140
38122
|
margin-left:2px;
|
|
@@ -38304,7 +38286,7 @@ div[class^=ag-theme-uitk]{
|
|
|
38304
38286
|
line-height:var(--agGrid-checkbox-size);
|
|
38305
38287
|
}
|
|
38306
38288
|
.ag-theme-uitk-touch-light .ag-menu .ag-input-field-input[type=text]{
|
|
38307
|
-
border:2px dotted
|
|
38289
|
+
border:2px dotted #0000;
|
|
38308
38290
|
border-bottom-style:dotted !important;
|
|
38309
38291
|
font-size:inherit;
|
|
38310
38292
|
height:var(--agGrid-input-height);
|
|
@@ -38365,10 +38347,7 @@ div[class^=ag-theme-uitk]{
|
|
|
38365
38347
|
.ag-theme-uitk-touch-light .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-touch-light .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
38366
38348
|
border:none;
|
|
38367
38349
|
}
|
|
38368
|
-
.ag-theme-uitk-touch-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
38369
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
38370
|
-
}
|
|
38371
|
-
.ag-theme-uitk-touch-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
38350
|
+
.ag-theme-uitk-touch-light .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-touch-light .ag-keyboard-focus .ag-tab:focus:after{
|
|
38372
38351
|
border:2px dotted var(--agGrid-color-focus);
|
|
38373
38352
|
}
|
|
38374
38353
|
.ag-theme-uitk-touch-light [class^=ag-]:focus{
|
|
@@ -38451,7 +38430,7 @@ div[class^=ag-theme-uitk]{
|
|
|
38451
38430
|
height:32px;
|
|
38452
38431
|
}
|
|
38453
38432
|
.ag-theme-uitk-touch-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
38454
|
-
border-left:3px solid
|
|
38433
|
+
border-left:3px solid #0000;
|
|
38455
38434
|
}
|
|
38456
38435
|
.ag-theme-uitk-touch-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
38457
38436
|
border:2px dotted #2d81bd;
|
|
@@ -39036,16 +39015,16 @@ div[class^=ag-theme-uitk]{
|
|
|
39036
39015
|
padding:10px;
|
|
39037
39016
|
}
|
|
39038
39017
|
.ag-theme-uitk-touch-dark .ag-spectrum-sat{
|
|
39039
|
-
background-image:linear-gradient(90deg, #fff,
|
|
39018
|
+
background-image:linear-gradient(90deg, #fff, #cc9a8100);
|
|
39040
39019
|
}
|
|
39041
39020
|
.ag-theme-uitk-touch-dark .ag-spectrum-val{
|
|
39042
|
-
background-image:linear-gradient(0deg, #000,
|
|
39021
|
+
background-image:linear-gradient(0deg, #000, #cc9a8100);
|
|
39043
39022
|
}
|
|
39044
39023
|
.ag-theme-uitk-touch-dark .ag-spectrum-dragger{
|
|
39045
39024
|
background:#000;
|
|
39046
39025
|
border:1px solid #fff;
|
|
39047
39026
|
border-radius:12px;
|
|
39048
|
-
box-shadow:0 0 2px 0
|
|
39027
|
+
box-shadow:0 0 2px 0 #0000003d;
|
|
39049
39028
|
height:12px;
|
|
39050
39029
|
width:12px;
|
|
39051
39030
|
}
|
|
@@ -39060,7 +39039,7 @@ div[class^=ag-theme-uitk]{
|
|
|
39060
39039
|
.ag-theme-uitk-touch-dark .ag-spectrum-slider{
|
|
39061
39040
|
background-color:#f8f8f8;
|
|
39062
39041
|
border-radius:13px;
|
|
39063
|
-
box-shadow:0 1px 4px 0
|
|
39042
|
+
box-shadow:0 1px 4px 0 #0000005e;
|
|
39064
39043
|
height:13px;
|
|
39065
39044
|
margin-top:-12px;
|
|
39066
39045
|
width:13px;
|
|
@@ -39089,7 +39068,7 @@ div[class^=ag-theme-uitk]{
|
|
|
39089
39068
|
color:var(--ag-foreground-color, #fff);
|
|
39090
39069
|
}
|
|
39091
39070
|
.ag-theme-uitk-touch-dark .ag-popup-child:not(.ag-tooltip-custom){
|
|
39092
|
-
box-shadow:5px 5px 10px
|
|
39071
|
+
box-shadow:5px 5px 10px #0000004d;
|
|
39093
39072
|
}
|
|
39094
39073
|
.ag-dragging-fill-handle .ag-theme-uitk-touch-dark .ag-dialog,.ag-dragging-range-handle .ag-theme-uitk-touch-dark .ag-dialog{
|
|
39095
39074
|
opacity:.7;
|
|
@@ -41678,13 +41657,13 @@ div[class^=ag-theme-uitk]{
|
|
|
41678
41657
|
transition:background-color 1s;
|
|
41679
41658
|
}
|
|
41680
41659
|
.ag-theme-uitk-touch-dark .ag-value-change-value-highlight{
|
|
41681
|
-
background-color
|
|
41682
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
41660
|
+
background-color:#16a08580;
|
|
41661
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580);
|
|
41683
41662
|
transition:background-color .1s;
|
|
41684
41663
|
}
|
|
41685
41664
|
.ag-theme-uitk-touch-dark .ag-cell-data-changed{
|
|
41686
|
-
background-color
|
|
41687
|
-
background-color:var(--ag-value-change-value-highlight-background-color,
|
|
41665
|
+
background-color:#16a08580 !important;
|
|
41666
|
+
background-color:var(--ag-value-change-value-highlight-background-color, #16a08580) !important;
|
|
41688
41667
|
}
|
|
41689
41668
|
.ag-theme-uitk-touch-dark .ag-cell-data-changed-animation{
|
|
41690
41669
|
background-color:initial;
|
|
@@ -41785,7 +41764,7 @@ div[class^=ag-theme-uitk]{
|
|
|
41785
41764
|
--ag-internal-calculated-line-height:var(--ag-line-height, 30px);
|
|
41786
41765
|
--ag-internal-padded-row-height:30px;
|
|
41787
41766
|
-webkit-font-smoothing:subpixel-antialiased;
|
|
41788
|
-
border:1px solid
|
|
41767
|
+
border:1px solid #0000;
|
|
41789
41768
|
line-height:min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
|
|
41790
41769
|
padding-left:5px;
|
|
41791
41770
|
padding-right:5px;
|
|
@@ -41822,8 +41801,8 @@ div[class^=ag-theme-uitk]{
|
|
|
41822
41801
|
min-height:50px;
|
|
41823
41802
|
}
|
|
41824
41803
|
.ag-theme-uitk-touch-dark .ag-overlay-loading-wrapper{
|
|
41825
|
-
background-color
|
|
41826
|
-
background-color:var(--ag-modal-overlay-background-color,
|
|
41804
|
+
background-color:#242526a8;
|
|
41805
|
+
background-color:var(--ag-modal-overlay-background-color, #242526a8);
|
|
41827
41806
|
}
|
|
41828
41807
|
.ag-theme-uitk-touch-dark .ag-overlay-loading-center{
|
|
41829
41808
|
background:#242526;
|
|
@@ -41877,11 +41856,11 @@ div[class^=ag-theme-uitk]{
|
|
|
41877
41856
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
41878
41857
|
}
|
|
41879
41858
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-cell{
|
|
41880
|
-
border-right:solid
|
|
41859
|
+
border-right:solid #0000;
|
|
41881
41860
|
}
|
|
41882
41861
|
|
|
41883
41862
|
.ag-theme-uitk-touch-dark .ag-rtl .ag-cell{
|
|
41884
|
-
border-left:solid
|
|
41863
|
+
border-left:solid #0000;
|
|
41885
41864
|
}
|
|
41886
41865
|
|
|
41887
41866
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-cell{
|
|
@@ -41903,32 +41882,32 @@ div[class^=ag-theme-uitk]{
|
|
|
41903
41882
|
border-right:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
41904
41883
|
}
|
|
41905
41884
|
.ag-theme-uitk-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-uitk-touch-dark .ag-cell-range-selected:not(.ag-cell-focus){
|
|
41906
|
-
background-color
|
|
41907
|
-
background-color:var(--ag-range-selection-background-color,
|
|
41885
|
+
background-color:#fff3;
|
|
41886
|
+
background-color:var(--ag-range-selection-background-color, #fff3);
|
|
41908
41887
|
}
|
|
41909
41888
|
.ag-theme-uitk-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-uitk-touch-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{
|
|
41910
|
-
background-color
|
|
41911
|
-
background-color:var(--ag-range-selection-chart-background-color,
|
|
41889
|
+
background-color:#0058ff1a !important;
|
|
41890
|
+
background-color:var(--ag-range-selection-chart-background-color, #0058ff1a) !important;
|
|
41912
41891
|
}
|
|
41913
41892
|
.ag-theme-uitk-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-uitk-touch-dark .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{
|
|
41914
|
-
background-color
|
|
41915
|
-
background-color:var(--ag-range-selection-chart-category-background-color,
|
|
41893
|
+
background-color:#00ff841a !important;
|
|
41894
|
+
background-color:var(--ag-range-selection-chart-category-background-color, #00ff841a) !important;
|
|
41916
41895
|
}
|
|
41917
41896
|
.ag-theme-uitk-touch-dark .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-uitk-touch-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
|
|
41918
|
-
background-color
|
|
41919
|
-
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color,
|
|
41897
|
+
background-color:#fff3;
|
|
41898
|
+
background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, #fff3));
|
|
41920
41899
|
}
|
|
41921
41900
|
.ag-theme-uitk-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-uitk-touch-dark .ag-cell-range-selected-2:not(.ag-cell-focus){
|
|
41922
|
-
background-color
|
|
41923
|
-
background-color:var(--ag-range-selection-background-color-2,
|
|
41901
|
+
background-color:#ffffff5c;
|
|
41902
|
+
background-color:var(--ag-range-selection-background-color-2, #ffffff5c);
|
|
41924
41903
|
}
|
|
41925
41904
|
.ag-theme-uitk-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-uitk-touch-dark .ag-cell-range-selected-3:not(.ag-cell-focus){
|
|
41926
41905
|
background-color:hsla(0,0%,100%,.488);
|
|
41927
41906
|
background-color:var(--ag-range-selection-background-color-3, hsla(0,0%,100%,.488));
|
|
41928
41907
|
}
|
|
41929
41908
|
.ag-theme-uitk-touch-dark .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-uitk-touch-dark .ag-cell-range-selected-4:not(.ag-cell-focus){
|
|
41930
|
-
background-color
|
|
41931
|
-
background-color:var(--ag-range-selection-background-color-4,
|
|
41909
|
+
background-color:#ffffff96;
|
|
41910
|
+
background-color:var(--ag-range-selection-background-color-4, #ffffff96);
|
|
41932
41911
|
}
|
|
41933
41912
|
.ag-theme-uitk-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
|
|
41934
41913
|
border-top-color:#fff;
|
|
@@ -42068,7 +42047,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42068
42047
|
}
|
|
42069
42048
|
.ag-theme-uitk-touch-dark .ag-tab{
|
|
42070
42049
|
align-items:center;
|
|
42071
|
-
border-bottom:2px solid
|
|
42050
|
+
border-bottom:2px solid #0000;
|
|
42072
42051
|
cursor:pointer;
|
|
42073
42052
|
display:flex;
|
|
42074
42053
|
flex:none;
|
|
@@ -42206,7 +42185,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42206
42185
|
width:16px;
|
|
42207
42186
|
}
|
|
42208
42187
|
.ag-theme-uitk-touch-dark button.ag-side-button-button{
|
|
42209
|
-
background
|
|
42188
|
+
background:#0000;
|
|
42210
42189
|
background-position-x:center;
|
|
42211
42190
|
background-position-y:center;
|
|
42212
42191
|
background-repeat:no-repeat;
|
|
@@ -42249,7 +42228,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42249
42228
|
margin-bottom:3px;
|
|
42250
42229
|
}
|
|
42251
42230
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-uitk-touch-dark .ag-rtl .ag-side-bar-right .ag-side-button-button{
|
|
42252
|
-
border-right:2px solid
|
|
42231
|
+
border-right:2px solid #0000;
|
|
42253
42232
|
margin-right:-1px;
|
|
42254
42233
|
padding-right:1px;
|
|
42255
42234
|
}
|
|
@@ -42258,7 +42237,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42258
42237
|
border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-foreground-color, #fff)));
|
|
42259
42238
|
}
|
|
42260
42239
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-uitk-touch-dark .ag-rtl .ag-side-bar-left .ag-side-button-button{
|
|
42261
|
-
border-left:2px solid
|
|
42240
|
+
border-left:2px solid #0000;
|
|
42262
42241
|
margin-left:-1px;
|
|
42263
42242
|
padding-left:1px;
|
|
42264
42243
|
}
|
|
@@ -42659,7 +42638,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42659
42638
|
|
|
42660
42639
|
.ag-theme-uitk-touch-dark .ag-floating-filter-button-button{
|
|
42661
42640
|
appearance:none;
|
|
42662
|
-
background
|
|
42641
|
+
background:#0000;
|
|
42663
42642
|
border:none;
|
|
42664
42643
|
color:inherit;
|
|
42665
42644
|
font-family:inherit;
|
|
@@ -42738,7 +42717,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42738
42717
|
}
|
|
42739
42718
|
.ag-theme-uitk-touch-dark .ag-column-drop-cell{
|
|
42740
42719
|
background:var(--ag-chip-background-color);
|
|
42741
|
-
border:1px solid
|
|
42720
|
+
border:1px solid #0000;
|
|
42742
42721
|
border-radius:32px;
|
|
42743
42722
|
cursor:pointer;
|
|
42744
42723
|
padding:0 4px;
|
|
@@ -43189,7 +43168,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43189
43168
|
background-color:var(--ag-border-color, var(--agGrid-borderColor));
|
|
43190
43169
|
border-radius:0;
|
|
43191
43170
|
border-radius:2px;
|
|
43192
|
-
color
|
|
43171
|
+
color:#0000;
|
|
43193
43172
|
height:3px;
|
|
43194
43173
|
margin:0;
|
|
43195
43174
|
padding:0;
|
|
@@ -43347,7 +43326,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43347
43326
|
border:none;
|
|
43348
43327
|
}
|
|
43349
43328
|
.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-high-dark .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-high-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-low-dark .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-low-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-medium-dark .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-medium-light .ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-high-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-low-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-dark textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-medium-light textarea[class^=ag-],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light input[class^=ag-][type=date],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light input[class^=ag-][type=number],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light input[class^=ag-][type=text],.ag-theme-uitk-touch-dark .ag-theme-uitk-touch-light textarea[class^=ag-],.ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-touch-dark textarea[class^=ag-],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark input[class^=ag-]:not([type]),.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark input[class^=ag-][type=date],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark input[class^=ag-][type=datetime-local],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark input[class^=ag-][type=number],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark input[class^=ag-][type=tel],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark input[class^=ag-][type=text],.ag-theme-uitk-touch-light .ag-theme-uitk-touch-dark textarea[class^=ag-]{
|
|
43350
|
-
background
|
|
43329
|
+
background:#0000;
|
|
43351
43330
|
border-bottom-color:currentcolor;
|
|
43352
43331
|
border-bottom-color:var(--agGrid-borderColor);
|
|
43353
43332
|
border-width:0;
|
|
@@ -43451,7 +43430,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43451
43430
|
}
|
|
43452
43431
|
.ag-theme-uitk-touch-dark .ag-row-selected{
|
|
43453
43432
|
background-color:var(--agGrid-row-background-selected);
|
|
43454
|
-
border
|
|
43433
|
+
border:#0000;
|
|
43455
43434
|
border-bottom:0 solid var(--agGrid-row-borderColor-selected);
|
|
43456
43435
|
outline:1px solid var(--agGrid-row-borderColor-selected);
|
|
43457
43436
|
z-index:2;
|
|
@@ -43569,7 +43548,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43569
43548
|
background:#242526;
|
|
43570
43549
|
border:none;
|
|
43571
43550
|
border-radius:2px;
|
|
43572
|
-
box-shadow:0 3px 1px -2px
|
|
43551
|
+
box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
|
|
43573
43552
|
color:#fff;
|
|
43574
43553
|
font-size:13px;
|
|
43575
43554
|
font-weight:400;
|
|
@@ -43595,7 +43574,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43595
43574
|
-webkit-appearance:none;
|
|
43596
43575
|
background-color:#242526;
|
|
43597
43576
|
background-color:var(--ag-background-color, #242526);
|
|
43598
|
-
border:1px
|
|
43577
|
+
border:1px #0000;
|
|
43599
43578
|
border-radius:0;
|
|
43600
43579
|
color:var(--agGrid-button-color);
|
|
43601
43580
|
font-size:var(--agGrid-button-fontSize);
|
|
@@ -43620,7 +43599,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43620
43599
|
margin-right:2px;
|
|
43621
43600
|
}
|
|
43622
43601
|
.ag-theme-uitk-touch-dark .ag-column-drop-vertical-empty-message{
|
|
43623
|
-
color
|
|
43602
|
+
color:#00000061;
|
|
43624
43603
|
font-size:12px;
|
|
43625
43604
|
font-weight:600;
|
|
43626
43605
|
margin-left:2px;
|
|
@@ -43790,7 +43769,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43790
43769
|
line-height:var(--agGrid-checkbox-size);
|
|
43791
43770
|
}
|
|
43792
43771
|
.ag-theme-uitk-touch-dark .ag-menu .ag-input-field-input[type=text]{
|
|
43793
|
-
border:2px dotted
|
|
43772
|
+
border:2px dotted #0000;
|
|
43794
43773
|
border-bottom-style:dotted !important;
|
|
43795
43774
|
font-size:inherit;
|
|
43796
43775
|
height:var(--agGrid-input-height);
|
|
@@ -43851,10 +43830,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43851
43830
|
.ag-theme-uitk-touch-dark .ag-keyboard-focus .ag-column-drop-cell:focus:after,.ag-theme-uitk-touch-dark .ag-keyboard-focus .ag-column-select-header:focus:after{
|
|
43852
43831
|
border:none;
|
|
43853
43832
|
}
|
|
43854
|
-
.ag-theme-uitk-touch-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within{
|
|
43855
|
-
border:2px dotted var(--agGrid-color-focus);
|
|
43856
|
-
}
|
|
43857
|
-
.ag-theme-uitk-touch-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
43833
|
+
.ag-theme-uitk-touch-dark .ag-keyboard-focus .ag-checkbox .ag-input-wrapper:focus-within,.ag-theme-uitk-touch-dark .ag-keyboard-focus .ag-tab:focus:after{
|
|
43858
43834
|
border:2px dotted var(--agGrid-color-focus);
|
|
43859
43835
|
}
|
|
43860
43836
|
.ag-theme-uitk-touch-dark [class^=ag-]:focus{
|
|
@@ -43937,7 +43913,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43937
43913
|
height:32px;
|
|
43938
43914
|
}
|
|
43939
43915
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
|
|
43940
|
-
border-left:3px solid
|
|
43916
|
+
border-left:3px solid #0000;
|
|
43941
43917
|
}
|
|
43942
43918
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus{
|
|
43943
43919
|
border:2px dotted #2d81bd;
|