@salt-ds/ag-grid-theme 1.2.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -1
- package/salt-ag-theme.css +14426 -2130
- package/uitk-ag-theme.css +72 -112
package/uitk-ag-theme.css
CHANGED
|
@@ -723,8 +723,8 @@ div[class^=ag-theme-uitk]{
|
|
|
723
723
|
border-radius:0;
|
|
724
724
|
box-shadow:none;
|
|
725
725
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
726
|
-
height:
|
|
727
|
-
line-height:
|
|
726
|
+
height:20px !important;
|
|
727
|
+
line-height:20px;
|
|
728
728
|
}
|
|
729
729
|
.ag-theme-uitk-high-dark .ag-dnd-ghost-icon{
|
|
730
730
|
color:#fff;
|
|
@@ -748,7 +748,7 @@ div[class^=ag-theme-uitk]{
|
|
|
748
748
|
background-color:var(--ag-header-background-color);
|
|
749
749
|
color:var(--agGrid-header-foreground);
|
|
750
750
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
751
|
-
height:
|
|
751
|
+
height:20px;
|
|
752
752
|
padding:8px 5px;
|
|
753
753
|
}
|
|
754
754
|
.ag-theme-uitk-high-dark .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -3956,7 +3956,7 @@ div[class^=ag-theme-uitk]{
|
|
|
3956
3956
|
margin-top:4px;
|
|
3957
3957
|
}
|
|
3958
3958
|
.ag-theme-uitk-high-dark .ag-filter-toolpanel-search{
|
|
3959
|
-
height:
|
|
3959
|
+
height:20px;
|
|
3960
3960
|
}
|
|
3961
3961
|
.ag-theme-uitk-high-dark .ag-filter-toolpanel-search-input{
|
|
3962
3962
|
flex-grow:1;
|
|
@@ -4106,8 +4106,8 @@ div[class^=ag-theme-uitk]{
|
|
|
4106
4106
|
|
|
4107
4107
|
.ag-theme-uitk-high-dark .ag-pivot-mode-panel{
|
|
4108
4108
|
display:flex;
|
|
4109
|
-
height:
|
|
4110
|
-
min-height:
|
|
4109
|
+
height:20px;
|
|
4110
|
+
min-height:20px;
|
|
4111
4111
|
}
|
|
4112
4112
|
.ag-theme-uitk-high-dark .ag-pivot-mode-select{
|
|
4113
4113
|
align-items:center;
|
|
@@ -4173,7 +4173,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4173
4173
|
.ag-theme-uitk-high-dark .ag-header-row{
|
|
4174
4174
|
color:var(--agGrid-header-foreground);
|
|
4175
4175
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
4176
|
-
height:
|
|
4176
|
+
height:20px;
|
|
4177
4177
|
}
|
|
4178
4178
|
.ag-theme-uitk-high-dark .ag-pinned-right-header{
|
|
4179
4179
|
border-left-color:currentcolor;
|
|
@@ -4318,7 +4318,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4318
4318
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
4319
4319
|
color:#fff;
|
|
4320
4320
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
4321
|
-
height:
|
|
4321
|
+
height:20px;
|
|
4322
4322
|
}
|
|
4323
4323
|
.ag-theme-uitk-high-dark .ag-paging-panel>*{
|
|
4324
4324
|
margin:0 5px;
|
|
@@ -4966,7 +4966,7 @@ div[class^=ag-theme-uitk]{
|
|
|
4966
4966
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
4967
4967
|
}
|
|
4968
4968
|
.ag-theme-uitk-high-dark .ag-column-select-header{
|
|
4969
|
-
height:
|
|
4969
|
+
height:20px;
|
|
4970
4970
|
}
|
|
4971
4971
|
.ag-theme-uitk-high-dark .ag-group-title-bar{
|
|
4972
4972
|
padding:6px 8px;
|
|
@@ -5324,10 +5324,6 @@ div[class^=ag-theme-uitk]{
|
|
|
5324
5324
|
top:0;
|
|
5325
5325
|
width:auto;
|
|
5326
5326
|
}
|
|
5327
|
-
.ag-theme-uitk-high-dark .ag-header-cell:after{
|
|
5328
|
-
bottom:var(--agGrid-separatorGap);
|
|
5329
|
-
top:var(--agGrid-separatorGap);
|
|
5330
|
-
}
|
|
5331
5327
|
.ag-theme-uitk-high-dark .ag-header-cell.ag-floating-filter:after{
|
|
5332
5328
|
display:none;
|
|
5333
5329
|
}
|
|
@@ -6199,8 +6195,8 @@ div[class^=ag-theme-uitk]{
|
|
|
6199
6195
|
border-radius:0;
|
|
6200
6196
|
box-shadow:none;
|
|
6201
6197
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
6202
|
-
height:
|
|
6203
|
-
line-height:
|
|
6198
|
+
height:20px !important;
|
|
6199
|
+
line-height:20px;
|
|
6204
6200
|
}
|
|
6205
6201
|
.ag-theme-uitk-high-light .ag-dnd-ghost-icon{
|
|
6206
6202
|
color:#2a2c2f;
|
|
@@ -6224,7 +6220,7 @@ div[class^=ag-theme-uitk]{
|
|
|
6224
6220
|
background-color:var(--ag-header-background-color);
|
|
6225
6221
|
color:var(--agGrid-header-foreground);
|
|
6226
6222
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
6227
|
-
height:
|
|
6223
|
+
height:20px;
|
|
6228
6224
|
padding:8px 5px;
|
|
6229
6225
|
}
|
|
6230
6226
|
.ag-theme-uitk-high-light .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -9432,7 +9428,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9432
9428
|
margin-top:4px;
|
|
9433
9429
|
}
|
|
9434
9430
|
.ag-theme-uitk-high-light .ag-filter-toolpanel-search{
|
|
9435
|
-
height:
|
|
9431
|
+
height:20px;
|
|
9436
9432
|
}
|
|
9437
9433
|
.ag-theme-uitk-high-light .ag-filter-toolpanel-search-input{
|
|
9438
9434
|
flex-grow:1;
|
|
@@ -9582,8 +9578,8 @@ div[class^=ag-theme-uitk]{
|
|
|
9582
9578
|
|
|
9583
9579
|
.ag-theme-uitk-high-light .ag-pivot-mode-panel{
|
|
9584
9580
|
display:flex;
|
|
9585
|
-
height:
|
|
9586
|
-
min-height:
|
|
9581
|
+
height:20px;
|
|
9582
|
+
min-height:20px;
|
|
9587
9583
|
}
|
|
9588
9584
|
.ag-theme-uitk-high-light .ag-pivot-mode-select{
|
|
9589
9585
|
align-items:center;
|
|
@@ -9649,7 +9645,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9649
9645
|
.ag-theme-uitk-high-light .ag-header-row{
|
|
9650
9646
|
color:var(--agGrid-header-foreground);
|
|
9651
9647
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
9652
|
-
height:
|
|
9648
|
+
height:20px;
|
|
9653
9649
|
}
|
|
9654
9650
|
.ag-theme-uitk-high-light .ag-pinned-right-header{
|
|
9655
9651
|
border-left-color:currentcolor;
|
|
@@ -9794,7 +9790,7 @@ div[class^=ag-theme-uitk]{
|
|
|
9794
9790
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
9795
9791
|
color:#2a2c2f;
|
|
9796
9792
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
9797
|
-
height:
|
|
9793
|
+
height:20px;
|
|
9798
9794
|
}
|
|
9799
9795
|
.ag-theme-uitk-high-light .ag-paging-panel>*{
|
|
9800
9796
|
margin:0 5px;
|
|
@@ -10442,7 +10438,7 @@ div[class^=ag-theme-uitk]{
|
|
|
10442
10438
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
10443
10439
|
}
|
|
10444
10440
|
.ag-theme-uitk-high-light .ag-column-select-header{
|
|
10445
|
-
height:
|
|
10441
|
+
height:20px;
|
|
10446
10442
|
}
|
|
10447
10443
|
.ag-theme-uitk-high-light .ag-group-title-bar{
|
|
10448
10444
|
padding:6px 8px;
|
|
@@ -10800,10 +10796,6 @@ div[class^=ag-theme-uitk]{
|
|
|
10800
10796
|
top:0;
|
|
10801
10797
|
width:auto;
|
|
10802
10798
|
}
|
|
10803
|
-
.ag-theme-uitk-high-light .ag-header-cell:after{
|
|
10804
|
-
bottom:var(--agGrid-separatorGap);
|
|
10805
|
-
top:var(--agGrid-separatorGap);
|
|
10806
|
-
}
|
|
10807
10799
|
.ag-theme-uitk-high-light .ag-header-cell.ag-floating-filter:after{
|
|
10808
10800
|
display:none;
|
|
10809
10801
|
}
|
|
@@ -11691,8 +11683,8 @@ div[class^=ag-theme-uitk]{
|
|
|
11691
11683
|
border-radius:0;
|
|
11692
11684
|
box-shadow:none;
|
|
11693
11685
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
11694
|
-
height:
|
|
11695
|
-
line-height:
|
|
11686
|
+
height:24px !important;
|
|
11687
|
+
line-height:24px;
|
|
11696
11688
|
}
|
|
11697
11689
|
.ag-theme-uitk-medium-dark .ag-dnd-ghost-icon{
|
|
11698
11690
|
color:#fff;
|
|
@@ -11716,7 +11708,7 @@ div[class^=ag-theme-uitk]{
|
|
|
11716
11708
|
background-color:var(--ag-header-background-color);
|
|
11717
11709
|
color:var(--agGrid-header-foreground);
|
|
11718
11710
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
11719
|
-
height:
|
|
11711
|
+
height:24px;
|
|
11720
11712
|
padding:8px 6px;
|
|
11721
11713
|
}
|
|
11722
11714
|
.ag-theme-uitk-medium-dark .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -14924,7 +14916,7 @@ div[class^=ag-theme-uitk]{
|
|
|
14924
14916
|
margin-top:4px;
|
|
14925
14917
|
}
|
|
14926
14918
|
.ag-theme-uitk-medium-dark .ag-filter-toolpanel-search{
|
|
14927
|
-
height:
|
|
14919
|
+
height:24px;
|
|
14928
14920
|
}
|
|
14929
14921
|
.ag-theme-uitk-medium-dark .ag-filter-toolpanel-search-input{
|
|
14930
14922
|
flex-grow:1;
|
|
@@ -15074,8 +15066,8 @@ div[class^=ag-theme-uitk]{
|
|
|
15074
15066
|
|
|
15075
15067
|
.ag-theme-uitk-medium-dark .ag-pivot-mode-panel{
|
|
15076
15068
|
display:flex;
|
|
15077
|
-
height:
|
|
15078
|
-
min-height:
|
|
15069
|
+
height:24px;
|
|
15070
|
+
min-height:24px;
|
|
15079
15071
|
}
|
|
15080
15072
|
.ag-theme-uitk-medium-dark .ag-pivot-mode-select{
|
|
15081
15073
|
align-items:center;
|
|
@@ -15141,7 +15133,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15141
15133
|
.ag-theme-uitk-medium-dark .ag-header-row{
|
|
15142
15134
|
color:var(--agGrid-header-foreground);
|
|
15143
15135
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
15144
|
-
height:
|
|
15136
|
+
height:24px;
|
|
15145
15137
|
}
|
|
15146
15138
|
.ag-theme-uitk-medium-dark .ag-pinned-right-header{
|
|
15147
15139
|
border-left-color:currentcolor;
|
|
@@ -15286,7 +15278,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15286
15278
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
15287
15279
|
color:#fff;
|
|
15288
15280
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
15289
|
-
height:
|
|
15281
|
+
height:24px;
|
|
15290
15282
|
}
|
|
15291
15283
|
.ag-theme-uitk-medium-dark .ag-paging-panel>*{
|
|
15292
15284
|
margin:0 6px;
|
|
@@ -15934,7 +15926,7 @@ div[class^=ag-theme-uitk]{
|
|
|
15934
15926
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
15935
15927
|
}
|
|
15936
15928
|
.ag-theme-uitk-medium-dark .ag-column-select-header{
|
|
15937
|
-
height:
|
|
15929
|
+
height:24px;
|
|
15938
15930
|
}
|
|
15939
15931
|
.ag-theme-uitk-medium-dark .ag-group-title-bar{
|
|
15940
15932
|
padding:6px 8px;
|
|
@@ -16292,10 +16284,6 @@ div[class^=ag-theme-uitk]{
|
|
|
16292
16284
|
top:0;
|
|
16293
16285
|
width:auto;
|
|
16294
16286
|
}
|
|
16295
|
-
.ag-theme-uitk-medium-dark .ag-header-cell:after{
|
|
16296
|
-
bottom:var(--agGrid-separatorGap);
|
|
16297
|
-
top:var(--agGrid-separatorGap);
|
|
16298
|
-
}
|
|
16299
16287
|
.ag-theme-uitk-medium-dark .ag-header-cell.ag-floating-filter:after{
|
|
16300
16288
|
display:none;
|
|
16301
16289
|
}
|
|
@@ -17167,8 +17155,8 @@ div[class^=ag-theme-uitk]{
|
|
|
17167
17155
|
border-radius:0;
|
|
17168
17156
|
box-shadow:none;
|
|
17169
17157
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
17170
|
-
height:
|
|
17171
|
-
line-height:
|
|
17158
|
+
height:24px !important;
|
|
17159
|
+
line-height:24px;
|
|
17172
17160
|
}
|
|
17173
17161
|
.ag-theme-uitk-medium-light .ag-dnd-ghost-icon{
|
|
17174
17162
|
color:#2a2c2f;
|
|
@@ -17192,7 +17180,7 @@ div[class^=ag-theme-uitk]{
|
|
|
17192
17180
|
background-color:var(--ag-header-background-color);
|
|
17193
17181
|
color:var(--agGrid-header-foreground);
|
|
17194
17182
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
17195
|
-
height:
|
|
17183
|
+
height:24px;
|
|
17196
17184
|
padding:8px 6px;
|
|
17197
17185
|
}
|
|
17198
17186
|
.ag-theme-uitk-medium-light .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -20400,7 +20388,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20400
20388
|
margin-top:4px;
|
|
20401
20389
|
}
|
|
20402
20390
|
.ag-theme-uitk-medium-light .ag-filter-toolpanel-search{
|
|
20403
|
-
height:
|
|
20391
|
+
height:24px;
|
|
20404
20392
|
}
|
|
20405
20393
|
.ag-theme-uitk-medium-light .ag-filter-toolpanel-search-input{
|
|
20406
20394
|
flex-grow:1;
|
|
@@ -20550,8 +20538,8 @@ div[class^=ag-theme-uitk]{
|
|
|
20550
20538
|
|
|
20551
20539
|
.ag-theme-uitk-medium-light .ag-pivot-mode-panel{
|
|
20552
20540
|
display:flex;
|
|
20553
|
-
height:
|
|
20554
|
-
min-height:
|
|
20541
|
+
height:24px;
|
|
20542
|
+
min-height:24px;
|
|
20555
20543
|
}
|
|
20556
20544
|
.ag-theme-uitk-medium-light .ag-pivot-mode-select{
|
|
20557
20545
|
align-items:center;
|
|
@@ -20617,7 +20605,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20617
20605
|
.ag-theme-uitk-medium-light .ag-header-row{
|
|
20618
20606
|
color:var(--agGrid-header-foreground);
|
|
20619
20607
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
20620
|
-
height:
|
|
20608
|
+
height:24px;
|
|
20621
20609
|
}
|
|
20622
20610
|
.ag-theme-uitk-medium-light .ag-pinned-right-header{
|
|
20623
20611
|
border-left-color:currentcolor;
|
|
@@ -20762,7 +20750,7 @@ div[class^=ag-theme-uitk]{
|
|
|
20762
20750
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
20763
20751
|
color:#2a2c2f;
|
|
20764
20752
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
20765
|
-
height:
|
|
20753
|
+
height:24px;
|
|
20766
20754
|
}
|
|
20767
20755
|
.ag-theme-uitk-medium-light .ag-paging-panel>*{
|
|
20768
20756
|
margin:0 6px;
|
|
@@ -21410,7 +21398,7 @@ div[class^=ag-theme-uitk]{
|
|
|
21410
21398
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
21411
21399
|
}
|
|
21412
21400
|
.ag-theme-uitk-medium-light .ag-column-select-header{
|
|
21413
|
-
height:
|
|
21401
|
+
height:24px;
|
|
21414
21402
|
}
|
|
21415
21403
|
.ag-theme-uitk-medium-light .ag-group-title-bar{
|
|
21416
21404
|
padding:6px 8px;
|
|
@@ -21768,10 +21756,6 @@ div[class^=ag-theme-uitk]{
|
|
|
21768
21756
|
top:0;
|
|
21769
21757
|
width:auto;
|
|
21770
21758
|
}
|
|
21771
|
-
.ag-theme-uitk-medium-light .ag-header-cell:after{
|
|
21772
|
-
bottom:var(--agGrid-separatorGap);
|
|
21773
|
-
top:var(--agGrid-separatorGap);
|
|
21774
|
-
}
|
|
21775
21759
|
.ag-theme-uitk-medium-light .ag-header-cell.ag-floating-filter:after{
|
|
21776
21760
|
display:none;
|
|
21777
21761
|
}
|
|
@@ -22659,8 +22643,8 @@ div[class^=ag-theme-uitk]{
|
|
|
22659
22643
|
border-radius:0;
|
|
22660
22644
|
box-shadow:none;
|
|
22661
22645
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
22662
|
-
height:
|
|
22663
|
-
line-height:
|
|
22646
|
+
height:32px !important;
|
|
22647
|
+
line-height:32px;
|
|
22664
22648
|
}
|
|
22665
22649
|
.ag-theme-uitk-low-dark .ag-dnd-ghost-icon{
|
|
22666
22650
|
color:#fff;
|
|
@@ -22684,7 +22668,7 @@ div[class^=ag-theme-uitk]{
|
|
|
22684
22668
|
background-color:var(--ag-header-background-color);
|
|
22685
22669
|
color:var(--agGrid-header-foreground);
|
|
22686
22670
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
22687
|
-
height:
|
|
22671
|
+
height:32px;
|
|
22688
22672
|
padding:8px 6px;
|
|
22689
22673
|
}
|
|
22690
22674
|
.ag-theme-uitk-low-dark .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -25892,7 +25876,7 @@ div[class^=ag-theme-uitk]{
|
|
|
25892
25876
|
margin-top:4px;
|
|
25893
25877
|
}
|
|
25894
25878
|
.ag-theme-uitk-low-dark .ag-filter-toolpanel-search{
|
|
25895
|
-
height:
|
|
25879
|
+
height:32px;
|
|
25896
25880
|
}
|
|
25897
25881
|
.ag-theme-uitk-low-dark .ag-filter-toolpanel-search-input{
|
|
25898
25882
|
flex-grow:1;
|
|
@@ -26042,8 +26026,8 @@ div[class^=ag-theme-uitk]{
|
|
|
26042
26026
|
|
|
26043
26027
|
.ag-theme-uitk-low-dark .ag-pivot-mode-panel{
|
|
26044
26028
|
display:flex;
|
|
26045
|
-
height:
|
|
26046
|
-
min-height:
|
|
26029
|
+
height:32px;
|
|
26030
|
+
min-height:32px;
|
|
26047
26031
|
}
|
|
26048
26032
|
.ag-theme-uitk-low-dark .ag-pivot-mode-select{
|
|
26049
26033
|
align-items:center;
|
|
@@ -26109,7 +26093,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26109
26093
|
.ag-theme-uitk-low-dark .ag-header-row{
|
|
26110
26094
|
color:var(--agGrid-header-foreground);
|
|
26111
26095
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
26112
|
-
height:
|
|
26096
|
+
height:32px;
|
|
26113
26097
|
}
|
|
26114
26098
|
.ag-theme-uitk-low-dark .ag-pinned-right-header{
|
|
26115
26099
|
border-left-color:currentcolor;
|
|
@@ -26254,7 +26238,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26254
26238
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
26255
26239
|
color:#fff;
|
|
26256
26240
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
26257
|
-
height:
|
|
26241
|
+
height:32px;
|
|
26258
26242
|
}
|
|
26259
26243
|
.ag-theme-uitk-low-dark .ag-paging-panel>*{
|
|
26260
26244
|
margin:0 6px;
|
|
@@ -26902,7 +26886,7 @@ div[class^=ag-theme-uitk]{
|
|
|
26902
26886
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
26903
26887
|
}
|
|
26904
26888
|
.ag-theme-uitk-low-dark .ag-column-select-header{
|
|
26905
|
-
height:
|
|
26889
|
+
height:32px;
|
|
26906
26890
|
}
|
|
26907
26891
|
.ag-theme-uitk-low-dark .ag-group-title-bar{
|
|
26908
26892
|
padding:6px 8px;
|
|
@@ -27260,10 +27244,6 @@ div[class^=ag-theme-uitk]{
|
|
|
27260
27244
|
top:0;
|
|
27261
27245
|
width:auto;
|
|
27262
27246
|
}
|
|
27263
|
-
.ag-theme-uitk-low-dark .ag-header-cell:after{
|
|
27264
|
-
bottom:var(--agGrid-separatorGap);
|
|
27265
|
-
top:var(--agGrid-separatorGap);
|
|
27266
|
-
}
|
|
27267
27247
|
.ag-theme-uitk-low-dark .ag-header-cell.ag-floating-filter:after{
|
|
27268
27248
|
display:none;
|
|
27269
27249
|
}
|
|
@@ -28135,8 +28115,8 @@ div[class^=ag-theme-uitk]{
|
|
|
28135
28115
|
border-radius:0;
|
|
28136
28116
|
box-shadow:none;
|
|
28137
28117
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
28138
|
-
height:
|
|
28139
|
-
line-height:
|
|
28118
|
+
height:32px !important;
|
|
28119
|
+
line-height:32px;
|
|
28140
28120
|
}
|
|
28141
28121
|
.ag-theme-uitk-low-light .ag-dnd-ghost-icon{
|
|
28142
28122
|
color:#2a2c2f;
|
|
@@ -28160,7 +28140,7 @@ div[class^=ag-theme-uitk]{
|
|
|
28160
28140
|
background-color:var(--ag-header-background-color);
|
|
28161
28141
|
color:var(--agGrid-header-foreground);
|
|
28162
28142
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
28163
|
-
height:
|
|
28143
|
+
height:32px;
|
|
28164
28144
|
padding:8px 6px;
|
|
28165
28145
|
}
|
|
28166
28146
|
.ag-theme-uitk-low-light .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -31368,7 +31348,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31368
31348
|
margin-top:4px;
|
|
31369
31349
|
}
|
|
31370
31350
|
.ag-theme-uitk-low-light .ag-filter-toolpanel-search{
|
|
31371
|
-
height:
|
|
31351
|
+
height:32px;
|
|
31372
31352
|
}
|
|
31373
31353
|
.ag-theme-uitk-low-light .ag-filter-toolpanel-search-input{
|
|
31374
31354
|
flex-grow:1;
|
|
@@ -31518,8 +31498,8 @@ div[class^=ag-theme-uitk]{
|
|
|
31518
31498
|
|
|
31519
31499
|
.ag-theme-uitk-low-light .ag-pivot-mode-panel{
|
|
31520
31500
|
display:flex;
|
|
31521
|
-
height:
|
|
31522
|
-
min-height:
|
|
31501
|
+
height:32px;
|
|
31502
|
+
min-height:32px;
|
|
31523
31503
|
}
|
|
31524
31504
|
.ag-theme-uitk-low-light .ag-pivot-mode-select{
|
|
31525
31505
|
align-items:center;
|
|
@@ -31585,7 +31565,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31585
31565
|
.ag-theme-uitk-low-light .ag-header-row{
|
|
31586
31566
|
color:var(--agGrid-header-foreground);
|
|
31587
31567
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
31588
|
-
height:
|
|
31568
|
+
height:32px;
|
|
31589
31569
|
}
|
|
31590
31570
|
.ag-theme-uitk-low-light .ag-pinned-right-header{
|
|
31591
31571
|
border-left-color:currentcolor;
|
|
@@ -31730,7 +31710,7 @@ div[class^=ag-theme-uitk]{
|
|
|
31730
31710
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
31731
31711
|
color:#2a2c2f;
|
|
31732
31712
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
31733
|
-
height:
|
|
31713
|
+
height:32px;
|
|
31734
31714
|
}
|
|
31735
31715
|
.ag-theme-uitk-low-light .ag-paging-panel>*{
|
|
31736
31716
|
margin:0 6px;
|
|
@@ -32378,7 +32358,7 @@ div[class^=ag-theme-uitk]{
|
|
|
32378
32358
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
32379
32359
|
}
|
|
32380
32360
|
.ag-theme-uitk-low-light .ag-column-select-header{
|
|
32381
|
-
height:
|
|
32361
|
+
height:32px;
|
|
32382
32362
|
}
|
|
32383
32363
|
.ag-theme-uitk-low-light .ag-group-title-bar{
|
|
32384
32364
|
padding:6px 8px;
|
|
@@ -32736,10 +32716,6 @@ div[class^=ag-theme-uitk]{
|
|
|
32736
32716
|
top:0;
|
|
32737
32717
|
width:auto;
|
|
32738
32718
|
}
|
|
32739
|
-
.ag-theme-uitk-low-light .ag-header-cell:after{
|
|
32740
|
-
bottom:var(--agGrid-separatorGap);
|
|
32741
|
-
top:var(--agGrid-separatorGap);
|
|
32742
|
-
}
|
|
32743
32719
|
.ag-theme-uitk-low-light .ag-header-cell.ag-floating-filter:after{
|
|
32744
32720
|
display:none;
|
|
32745
32721
|
}
|
|
@@ -33627,8 +33603,8 @@ div[class^=ag-theme-uitk]{
|
|
|
33627
33603
|
border-radius:0;
|
|
33628
33604
|
box-shadow:none;
|
|
33629
33605
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
33630
|
-
height:
|
|
33631
|
-
line-height:
|
|
33606
|
+
height:32px !important;
|
|
33607
|
+
line-height:32px;
|
|
33632
33608
|
}
|
|
33633
33609
|
.ag-theme-uitk-touch-light .ag-dnd-ghost-icon{
|
|
33634
33610
|
color:#2a2c2f;
|
|
@@ -33652,7 +33628,7 @@ div[class^=ag-theme-uitk]{
|
|
|
33652
33628
|
background-color:var(--ag-header-background-color);
|
|
33653
33629
|
color:var(--agGrid-header-foreground);
|
|
33654
33630
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
33655
|
-
height:
|
|
33631
|
+
height:32px;
|
|
33656
33632
|
padding:8px 6px;
|
|
33657
33633
|
}
|
|
33658
33634
|
.ag-theme-uitk-touch-light .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -36860,7 +36836,7 @@ div[class^=ag-theme-uitk]{
|
|
|
36860
36836
|
margin-top:4px;
|
|
36861
36837
|
}
|
|
36862
36838
|
.ag-theme-uitk-touch-light .ag-filter-toolpanel-search{
|
|
36863
|
-
height:
|
|
36839
|
+
height:32px;
|
|
36864
36840
|
}
|
|
36865
36841
|
.ag-theme-uitk-touch-light .ag-filter-toolpanel-search-input{
|
|
36866
36842
|
flex-grow:1;
|
|
@@ -37010,8 +36986,8 @@ div[class^=ag-theme-uitk]{
|
|
|
37010
36986
|
|
|
37011
36987
|
.ag-theme-uitk-touch-light .ag-pivot-mode-panel{
|
|
37012
36988
|
display:flex;
|
|
37013
|
-
height:
|
|
37014
|
-
min-height:
|
|
36989
|
+
height:32px;
|
|
36990
|
+
min-height:32px;
|
|
37015
36991
|
}
|
|
37016
36992
|
.ag-theme-uitk-touch-light .ag-pivot-mode-select{
|
|
37017
36993
|
align-items:center;
|
|
@@ -37077,7 +37053,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37077
37053
|
.ag-theme-uitk-touch-light .ag-header-row{
|
|
37078
37054
|
color:var(--agGrid-header-foreground);
|
|
37079
37055
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
37080
|
-
height:
|
|
37056
|
+
height:32px;
|
|
37081
37057
|
}
|
|
37082
37058
|
.ag-theme-uitk-touch-light .ag-pinned-right-header{
|
|
37083
37059
|
border-left-color:currentcolor;
|
|
@@ -37222,7 +37198,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37222
37198
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
37223
37199
|
color:#2a2c2f;
|
|
37224
37200
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #2a2c2f));
|
|
37225
|
-
height:
|
|
37201
|
+
height:32px;
|
|
37226
37202
|
}
|
|
37227
37203
|
.ag-theme-uitk-touch-light .ag-paging-panel>*{
|
|
37228
37204
|
margin:0 6px;
|
|
@@ -37870,7 +37846,7 @@ div[class^=ag-theme-uitk]{
|
|
|
37870
37846
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
37871
37847
|
}
|
|
37872
37848
|
.ag-theme-uitk-touch-light .ag-column-select-header{
|
|
37873
|
-
height:
|
|
37849
|
+
height:32px;
|
|
37874
37850
|
}
|
|
37875
37851
|
.ag-theme-uitk-touch-light .ag-group-title-bar{
|
|
37876
37852
|
padding:6px 8px;
|
|
@@ -38228,10 +38204,6 @@ div[class^=ag-theme-uitk]{
|
|
|
38228
38204
|
top:0;
|
|
38229
38205
|
width:auto;
|
|
38230
38206
|
}
|
|
38231
|
-
.ag-theme-uitk-touch-light .ag-header-cell:after{
|
|
38232
|
-
bottom:var(--agGrid-separatorGap);
|
|
38233
|
-
top:var(--agGrid-separatorGap);
|
|
38234
|
-
}
|
|
38235
38207
|
.ag-theme-uitk-touch-light .ag-header-cell.ag-floating-filter:after{
|
|
38236
38208
|
display:none;
|
|
38237
38209
|
}
|
|
@@ -39109,8 +39081,8 @@ div[class^=ag-theme-uitk]{
|
|
|
39109
39081
|
border-radius:0;
|
|
39110
39082
|
box-shadow:none;
|
|
39111
39083
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
39112
|
-
height:
|
|
39113
|
-
line-height:
|
|
39084
|
+
height:32px !important;
|
|
39085
|
+
line-height:32px;
|
|
39114
39086
|
}
|
|
39115
39087
|
.ag-theme-uitk-touch-dark .ag-dnd-ghost-icon{
|
|
39116
39088
|
color:#fff;
|
|
@@ -39134,7 +39106,7 @@ div[class^=ag-theme-uitk]{
|
|
|
39134
39106
|
background-color:var(--ag-header-background-color);
|
|
39135
39107
|
color:var(--agGrid-header-foreground);
|
|
39136
39108
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
39137
|
-
height:
|
|
39109
|
+
height:32px;
|
|
39138
39110
|
padding:8px 6px;
|
|
39139
39111
|
}
|
|
39140
39112
|
.ag-theme-uitk-touch-dark .ag-ltr .ag-panel-title-bar-button{
|
|
@@ -42350,7 +42322,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42350
42322
|
margin-top:4px;
|
|
42351
42323
|
}
|
|
42352
42324
|
.ag-theme-uitk-touch-dark .ag-filter-toolpanel-search{
|
|
42353
|
-
height:
|
|
42325
|
+
height:32px;
|
|
42354
42326
|
}
|
|
42355
42327
|
.ag-theme-uitk-touch-dark .ag-filter-toolpanel-search-input{
|
|
42356
42328
|
flex-grow:1;
|
|
@@ -42500,8 +42472,8 @@ div[class^=ag-theme-uitk]{
|
|
|
42500
42472
|
|
|
42501
42473
|
.ag-theme-uitk-touch-dark .ag-pivot-mode-panel{
|
|
42502
42474
|
display:flex;
|
|
42503
|
-
height:
|
|
42504
|
-
min-height:
|
|
42475
|
+
height:32px;
|
|
42476
|
+
min-height:32px;
|
|
42505
42477
|
}
|
|
42506
42478
|
.ag-theme-uitk-touch-dark .ag-pivot-mode-select{
|
|
42507
42479
|
align-items:center;
|
|
@@ -42567,7 +42539,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42567
42539
|
.ag-theme-uitk-touch-dark .ag-header-row{
|
|
42568
42540
|
color:var(--agGrid-header-foreground);
|
|
42569
42541
|
color:var(--ag-header-foreground-color, var(--agGrid-header-foreground));
|
|
42570
|
-
height:
|
|
42542
|
+
height:32px;
|
|
42571
42543
|
}
|
|
42572
42544
|
.ag-theme-uitk-touch-dark .ag-pinned-right-header{
|
|
42573
42545
|
border-left-color:currentcolor;
|
|
@@ -42712,7 +42684,7 @@ div[class^=ag-theme-uitk]{
|
|
|
42712
42684
|
border-top:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
42713
42685
|
color:#fff;
|
|
42714
42686
|
color:var(--ag-secondary-foreground-color, var(--ag-foreground-color, #fff));
|
|
42715
|
-
height:
|
|
42687
|
+
height:32px;
|
|
42716
42688
|
}
|
|
42717
42689
|
.ag-theme-uitk-touch-dark .ag-paging-panel>*{
|
|
42718
42690
|
margin:0 6px;
|
|
@@ -43360,7 +43332,7 @@ div[class^=ag-theme-uitk]{
|
|
|
43360
43332
|
border-bottom:1px solid var(--ag-border-color, var(--agGrid-borderColor));
|
|
43361
43333
|
}
|
|
43362
43334
|
.ag-theme-uitk-touch-dark .ag-column-select-header{
|
|
43363
|
-
height:
|
|
43335
|
+
height:32px;
|
|
43364
43336
|
}
|
|
43365
43337
|
.ag-theme-uitk-touch-dark .ag-group-title-bar{
|
|
43366
43338
|
padding:6px 8px;
|
|
@@ -43718,10 +43690,6 @@ div[class^=ag-theme-uitk]{
|
|
|
43718
43690
|
top:0;
|
|
43719
43691
|
width:auto;
|
|
43720
43692
|
}
|
|
43721
|
-
.ag-theme-uitk-touch-dark .ag-header-cell:after{
|
|
43722
|
-
bottom:var(--agGrid-separatorGap);
|
|
43723
|
-
top:var(--agGrid-separatorGap);
|
|
43724
|
-
}
|
|
43725
43693
|
.ag-theme-uitk-touch-dark .ag-header-cell.ag-floating-filter:after{
|
|
43726
43694
|
display:none;
|
|
43727
43695
|
}
|
|
@@ -44238,14 +44206,6 @@ div[class^=ag-theme-uitk]{
|
|
|
44238
44206
|
content:"\e934";
|
|
44239
44207
|
}
|
|
44240
44208
|
|
|
44241
|
-
[class^=ag-theme-uitk] .ag-icon-group{
|
|
44242
|
-
font-family:jpmuitk-icons;
|
|
44243
|
-
}
|
|
44244
|
-
|
|
44245
|
-
[class^=ag-theme-uitk] .ag-icon-group:before{
|
|
44246
|
-
content:"\e929";
|
|
44247
|
-
}
|
|
44248
|
-
|
|
44249
44209
|
[class^=ag-theme-uitk] .ag-icon-last{
|
|
44250
44210
|
font-family:jpmuitk-icons;
|
|
44251
44211
|
}
|