@progress/kendo-theme-material 5.12.1-dev.3 → 6.0.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/dist/all.css +319 -17
- package/dist/all.scss +185 -23
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_layout.scss +1 -0
- package/scss/grid/_theme.scss +21 -0
package/dist/all.css
CHANGED
|
@@ -24263,6 +24263,10 @@ kendo-sortable {
|
|
|
24263
24263
|
vertical-align: top;
|
|
24264
24264
|
}
|
|
24265
24265
|
|
|
24266
|
+
.k-icon-wrapper-host {
|
|
24267
|
+
display: contents;
|
|
24268
|
+
}
|
|
24269
|
+
|
|
24266
24270
|
.k-icon-with-modifier {
|
|
24267
24271
|
position: relative;
|
|
24268
24272
|
margin: .25em;
|
|
@@ -27431,6 +27435,45 @@ kendo-badge-container {
|
|
|
27431
27435
|
.k-button-sm.k-icon-button > .k-button-icon {
|
|
27432
27436
|
min-width: 20.0000000004px;
|
|
27433
27437
|
min-height: 20.0000000004px;
|
|
27438
|
+
display: inline-flex;
|
|
27439
|
+
align-items: center;
|
|
27440
|
+
justify-content: center;
|
|
27441
|
+
}
|
|
27442
|
+
|
|
27443
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-svg-icon > svg,
|
|
27444
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-md > svg {
|
|
27445
|
+
width: 16px;
|
|
27446
|
+
height: 16px;
|
|
27447
|
+
}
|
|
27448
|
+
|
|
27449
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xs > svg {
|
|
27450
|
+
width: 12px;
|
|
27451
|
+
height: 12px;
|
|
27452
|
+
}
|
|
27453
|
+
|
|
27454
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-sm > svg {
|
|
27455
|
+
width: 14px;
|
|
27456
|
+
height: 14px;
|
|
27457
|
+
}
|
|
27458
|
+
|
|
27459
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-lg > svg {
|
|
27460
|
+
width: 20px;
|
|
27461
|
+
height: 20px;
|
|
27462
|
+
}
|
|
27463
|
+
|
|
27464
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xl > svg {
|
|
27465
|
+
width: 24px;
|
|
27466
|
+
height: 24px;
|
|
27467
|
+
}
|
|
27468
|
+
|
|
27469
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xxl > svg {
|
|
27470
|
+
width: 32px;
|
|
27471
|
+
height: 32px;
|
|
27472
|
+
}
|
|
27473
|
+
|
|
27474
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
|
|
27475
|
+
width: 48px;
|
|
27476
|
+
height: 48px;
|
|
27434
27477
|
}
|
|
27435
27478
|
|
|
27436
27479
|
.k-button-md {
|
|
@@ -27446,6 +27489,45 @@ kendo-badge-container {
|
|
|
27446
27489
|
.k-button-md.k-icon-button > .k-button-icon {
|
|
27447
27490
|
min-width: 20.0000000004px;
|
|
27448
27491
|
min-height: 20.0000000004px;
|
|
27492
|
+
display: inline-flex;
|
|
27493
|
+
align-items: center;
|
|
27494
|
+
justify-content: center;
|
|
27495
|
+
}
|
|
27496
|
+
|
|
27497
|
+
.k-button-md.k-icon-button > .k-button-icon.k-svg-icon > svg,
|
|
27498
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-md > svg {
|
|
27499
|
+
width: 16px;
|
|
27500
|
+
height: 16px;
|
|
27501
|
+
}
|
|
27502
|
+
|
|
27503
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xs > svg {
|
|
27504
|
+
width: 12px;
|
|
27505
|
+
height: 12px;
|
|
27506
|
+
}
|
|
27507
|
+
|
|
27508
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-sm > svg {
|
|
27509
|
+
width: 14px;
|
|
27510
|
+
height: 14px;
|
|
27511
|
+
}
|
|
27512
|
+
|
|
27513
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-lg > svg {
|
|
27514
|
+
width: 20px;
|
|
27515
|
+
height: 20px;
|
|
27516
|
+
}
|
|
27517
|
+
|
|
27518
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xl > svg {
|
|
27519
|
+
width: 24px;
|
|
27520
|
+
height: 24px;
|
|
27521
|
+
}
|
|
27522
|
+
|
|
27523
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xxl > svg {
|
|
27524
|
+
width: 32px;
|
|
27525
|
+
height: 32px;
|
|
27526
|
+
}
|
|
27527
|
+
|
|
27528
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
|
|
27529
|
+
width: 48px;
|
|
27530
|
+
height: 48px;
|
|
27449
27531
|
}
|
|
27450
27532
|
|
|
27451
27533
|
.k-button-lg {
|
|
@@ -27461,6 +27543,45 @@ kendo-badge-container {
|
|
|
27461
27543
|
.k-button-lg.k-icon-button > .k-button-icon {
|
|
27462
27544
|
min-width: 20.0000000004px;
|
|
27463
27545
|
min-height: 20.0000000004px;
|
|
27546
|
+
display: inline-flex;
|
|
27547
|
+
align-items: center;
|
|
27548
|
+
justify-content: center;
|
|
27549
|
+
}
|
|
27550
|
+
|
|
27551
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-svg-icon > svg,
|
|
27552
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-md > svg {
|
|
27553
|
+
width: 16px;
|
|
27554
|
+
height: 16px;
|
|
27555
|
+
}
|
|
27556
|
+
|
|
27557
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xs > svg {
|
|
27558
|
+
width: 12px;
|
|
27559
|
+
height: 12px;
|
|
27560
|
+
}
|
|
27561
|
+
|
|
27562
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-sm > svg {
|
|
27563
|
+
width: 14px;
|
|
27564
|
+
height: 14px;
|
|
27565
|
+
}
|
|
27566
|
+
|
|
27567
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-lg > svg {
|
|
27568
|
+
width: 20px;
|
|
27569
|
+
height: 20px;
|
|
27570
|
+
}
|
|
27571
|
+
|
|
27572
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xl > svg {
|
|
27573
|
+
width: 24px;
|
|
27574
|
+
height: 24px;
|
|
27575
|
+
}
|
|
27576
|
+
|
|
27577
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xxl > svg {
|
|
27578
|
+
width: 32px;
|
|
27579
|
+
height: 32px;
|
|
27580
|
+
}
|
|
27581
|
+
|
|
27582
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
|
|
27583
|
+
width: 48px;
|
|
27584
|
+
height: 48px;
|
|
27464
27585
|
}
|
|
27465
27586
|
|
|
27466
27587
|
.k-button-square {
|
|
@@ -30599,6 +30720,58 @@ textarea.k-input-inner {
|
|
|
30599
30720
|
justify-content: center;
|
|
30600
30721
|
}
|
|
30601
30722
|
|
|
30723
|
+
.k-input-icon.k-svg-icon > svg,
|
|
30724
|
+
.k-input-icon.k-icon-md > svg,
|
|
30725
|
+
.k-input-validation-icon.k-svg-icon > svg,
|
|
30726
|
+
.k-input-validation-icon.k-icon-md > svg,
|
|
30727
|
+
.k-input-loading-icon.k-svg-icon > svg,
|
|
30728
|
+
.k-input-loading-icon.k-icon-md > svg {
|
|
30729
|
+
width: 16px;
|
|
30730
|
+
height: 16px;
|
|
30731
|
+
}
|
|
30732
|
+
|
|
30733
|
+
.k-input-icon.k-icon-xs > svg,
|
|
30734
|
+
.k-input-validation-icon.k-icon-xs > svg,
|
|
30735
|
+
.k-input-loading-icon.k-icon-xs > svg {
|
|
30736
|
+
width: 12px;
|
|
30737
|
+
height: 12px;
|
|
30738
|
+
}
|
|
30739
|
+
|
|
30740
|
+
.k-input-icon.k-icon-sm > svg,
|
|
30741
|
+
.k-input-validation-icon.k-icon-sm > svg,
|
|
30742
|
+
.k-input-loading-icon.k-icon-sm > svg {
|
|
30743
|
+
width: 14px;
|
|
30744
|
+
height: 14px;
|
|
30745
|
+
}
|
|
30746
|
+
|
|
30747
|
+
.k-input-icon.k-icon-lg > svg,
|
|
30748
|
+
.k-input-validation-icon.k-icon-lg > svg,
|
|
30749
|
+
.k-input-loading-icon.k-icon-lg > svg {
|
|
30750
|
+
width: 20px;
|
|
30751
|
+
height: 20px;
|
|
30752
|
+
}
|
|
30753
|
+
|
|
30754
|
+
.k-input-icon.k-icon-xl > svg,
|
|
30755
|
+
.k-input-validation-icon.k-icon-xl > svg,
|
|
30756
|
+
.k-input-loading-icon.k-icon-xl > svg {
|
|
30757
|
+
width: 24px;
|
|
30758
|
+
height: 24px;
|
|
30759
|
+
}
|
|
30760
|
+
|
|
30761
|
+
.k-input-icon.k-icon-xxl > svg,
|
|
30762
|
+
.k-input-validation-icon.k-icon-xxl > svg,
|
|
30763
|
+
.k-input-loading-icon.k-icon-xxl > svg {
|
|
30764
|
+
width: 32px;
|
|
30765
|
+
height: 32px;
|
|
30766
|
+
}
|
|
30767
|
+
|
|
30768
|
+
.k-input-icon.k-icon-xxxl > svg,
|
|
30769
|
+
.k-input-validation-icon.k-icon-xxxl > svg,
|
|
30770
|
+
.k-input-loading-icon.k-icon-xxxl > svg {
|
|
30771
|
+
width: 48px;
|
|
30772
|
+
height: 48px;
|
|
30773
|
+
}
|
|
30774
|
+
|
|
30602
30775
|
.k-clear-value {
|
|
30603
30776
|
outline: 0;
|
|
30604
30777
|
flex: none;
|
|
@@ -30660,8 +30833,8 @@ textarea.k-input-inner {
|
|
|
30660
30833
|
aspect-ratio: auto;
|
|
30661
30834
|
}
|
|
30662
30835
|
|
|
30663
|
-
.k-input-spinner .k-spinner-increase
|
|
30664
|
-
.k-input-spinner .k-spinner-decrease
|
|
30836
|
+
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
30837
|
+
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
30665
30838
|
margin: -1em 0;
|
|
30666
30839
|
min-width: auto !important;
|
|
30667
30840
|
min-height: auto !important;
|
|
@@ -34023,8 +34196,9 @@ select.k-picker-lg {
|
|
|
34023
34196
|
vertical-align: middle;
|
|
34024
34197
|
}
|
|
34025
34198
|
|
|
34026
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon
|
|
34027
|
-
|
|
34199
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
|
|
34200
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
34201
|
+
margin-inline-start: -13px;
|
|
34028
34202
|
}
|
|
34029
34203
|
|
|
34030
34204
|
.k-color-contrast-svg {
|
|
@@ -34035,12 +34209,6 @@ select.k-picker-lg {
|
|
|
34035
34209
|
pointer-events: none;
|
|
34036
34210
|
}
|
|
34037
34211
|
|
|
34038
|
-
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
34039
|
-
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
34040
|
-
margin-left: 0;
|
|
34041
|
-
margin-right: -13px;
|
|
34042
|
-
}
|
|
34043
|
-
|
|
34044
34212
|
.k-colorgradient {
|
|
34045
34213
|
border-color: rgba(0, 0, 0, 0.12);
|
|
34046
34214
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -40518,6 +40686,7 @@ kendo-card-footer {
|
|
|
40518
40686
|
}
|
|
40519
40687
|
|
|
40520
40688
|
.k-grid .k-table-th,
|
|
40689
|
+
.k-grid td,
|
|
40521
40690
|
.k-grid .k-table-td {
|
|
40522
40691
|
border-width: 0;
|
|
40523
40692
|
border-inline-start-width: 1px;
|
|
@@ -40533,16 +40702,19 @@ kendo-card-footer {
|
|
|
40533
40702
|
}
|
|
40534
40703
|
|
|
40535
40704
|
.k-grid .k-table-th:first-child,
|
|
40705
|
+
.k-grid td:first-child,
|
|
40536
40706
|
.k-grid .k-table-td:first-child {
|
|
40537
40707
|
border-inline-start-width: 0;
|
|
40538
40708
|
}
|
|
40539
40709
|
|
|
40540
40710
|
.k-grid .k-table-th:focus,
|
|
40711
|
+
.k-grid td:focus,
|
|
40541
40712
|
.k-grid .k-table-td:focus {
|
|
40542
40713
|
outline: none;
|
|
40543
40714
|
}
|
|
40544
40715
|
|
|
40545
40716
|
.k-grid .k-table-th .k-placeholder-line,
|
|
40717
|
+
.k-grid td .k-placeholder-line,
|
|
40546
40718
|
.k-grid .k-table-td .k-placeholder-line {
|
|
40547
40719
|
width: 80%;
|
|
40548
40720
|
}
|
|
@@ -40551,6 +40723,10 @@ kendo-card-footer {
|
|
|
40551
40723
|
.k-grid .k-table-th > .k-radio-wrap,
|
|
40552
40724
|
.k-grid .k-table-th > .k-checkbox,
|
|
40553
40725
|
.k-grid .k-table-th > .k-checkbox-wrap,
|
|
40726
|
+
.k-grid td > .k-radio,
|
|
40727
|
+
.k-grid td > .k-radio-wrap,
|
|
40728
|
+
.k-grid td > .k-checkbox,
|
|
40729
|
+
.k-grid td > .k-checkbox-wrap,
|
|
40554
40730
|
.k-grid .k-table-td > .k-radio,
|
|
40555
40731
|
.k-grid .k-table-td > .k-radio-wrap,
|
|
40556
40732
|
.k-grid .k-table-td > .k-checkbox,
|
|
@@ -40563,6 +40739,7 @@ kendo-card-footer {
|
|
|
40563
40739
|
white-space: nowrap;
|
|
40564
40740
|
}
|
|
40565
40741
|
|
|
40742
|
+
.k-grid td,
|
|
40566
40743
|
.k-grid .k-table-td {
|
|
40567
40744
|
border-block-end-width: 1px;
|
|
40568
40745
|
white-space: unset;
|
|
@@ -40715,10 +40892,12 @@ kendo-card-footer {
|
|
|
40715
40892
|
align-content: center;
|
|
40716
40893
|
}
|
|
40717
40894
|
|
|
40895
|
+
.k-grid .k-grouping-row td,
|
|
40718
40896
|
.k-grid .k-grouping-row .k-table-td {
|
|
40719
40897
|
overflow: visible;
|
|
40720
40898
|
}
|
|
40721
40899
|
|
|
40900
|
+
.k-grid .k-grouping-row + .k-table-row td,
|
|
40722
40901
|
.k-grid .k-grouping-row + .k-table-row .k-table-td {
|
|
40723
40902
|
border-top-width: 0px;
|
|
40724
40903
|
}
|
|
@@ -40735,11 +40914,13 @@ kendo-card-footer {
|
|
|
40735
40914
|
text-decoration: none;
|
|
40736
40915
|
}
|
|
40737
40916
|
|
|
40917
|
+
.k-grid .k-table .k-group-footer td,
|
|
40738
40918
|
.k-grid .k-table .k-group-footer .k-table-td {
|
|
40739
40919
|
border-style: solid;
|
|
40740
40920
|
border-width: 1px 0;
|
|
40741
40921
|
}
|
|
40742
40922
|
|
|
40923
|
+
.k-grid .k-group-footer .k-group-cell + td,
|
|
40743
40924
|
.k-grid .k-group-footer .k-group-cell + .k-table-td {
|
|
40744
40925
|
border-inline-start-width: 1px;
|
|
40745
40926
|
}
|
|
@@ -40932,10 +41113,14 @@ div.k-grid-footer {
|
|
|
40932
41113
|
border-top-width: 1px;
|
|
40933
41114
|
}
|
|
40934
41115
|
|
|
41116
|
+
.k-grid-footer td,
|
|
40935
41117
|
.k-grid-footer .k-table-td {
|
|
40936
41118
|
height: 2em;
|
|
40937
41119
|
}
|
|
40938
41120
|
|
|
41121
|
+
.k-grid-footer td,
|
|
41122
|
+
.k-group-footer td,
|
|
41123
|
+
.k-grouping-row td,
|
|
40939
41124
|
.k-grid-footer .k-table-td,
|
|
40940
41125
|
.k-group-footer .k-table-td,
|
|
40941
41126
|
.k-grouping-row .k-table-td {
|
|
@@ -40957,6 +41142,7 @@ div.k-grid-footer {
|
|
|
40957
41142
|
line-height: 2;
|
|
40958
41143
|
}
|
|
40959
41144
|
|
|
41145
|
+
.k-filter-row td,
|
|
40960
41146
|
.k-filter-row .k-table-td,
|
|
40961
41147
|
.k-filter-row .k-table-th {
|
|
40962
41148
|
border-width: 0;
|
|
@@ -40965,6 +41151,7 @@ div.k-grid-footer {
|
|
|
40965
41151
|
white-space: nowrap;
|
|
40966
41152
|
}
|
|
40967
41153
|
|
|
41154
|
+
.k-filter-row td:first-child,
|
|
40968
41155
|
.k-filter-row .k-table-td:first-child {
|
|
40969
41156
|
border-inline-start-width: 0;
|
|
40970
41157
|
}
|
|
@@ -41012,7 +41199,9 @@ div.k-grid-footer {
|
|
|
41012
41199
|
outline: 0;
|
|
41013
41200
|
}
|
|
41014
41201
|
|
|
41202
|
+
.k-grid-content .k-table-row:last-child > td,
|
|
41015
41203
|
.k-grid-content .k-table-row:last-child > .k-table-td,
|
|
41204
|
+
.k-grid-content-locked .k-table-row:last-child > td,
|
|
41016
41205
|
.k-grid-content-locked .k-table-row:last-child > .k-table-td {
|
|
41017
41206
|
border-bottom-width: 0;
|
|
41018
41207
|
}
|
|
@@ -41035,6 +41224,7 @@ div.k-grid-footer {
|
|
|
41035
41224
|
|
|
41036
41225
|
.k-grid .k-edit-cell,
|
|
41037
41226
|
.k-grid .k-command-cell,
|
|
41227
|
+
.k-grid .k-grid-edit-row td,
|
|
41038
41228
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
41039
41229
|
text-overflow: clip;
|
|
41040
41230
|
}
|
|
@@ -41042,6 +41232,9 @@ div.k-grid-footer {
|
|
|
41042
41232
|
.k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
|
|
41043
41233
|
.k-grid .k-edit-cell > select,
|
|
41044
41234
|
.k-grid .k-edit-cell > .k-widget:not(.k-switch),
|
|
41235
|
+
.k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
|
|
41236
|
+
.k-grid .k-grid-edit-row td > select,
|
|
41237
|
+
.k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
|
|
41045
41238
|
.k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
|
|
41046
41239
|
.k-grid .k-grid-edit-row .k-table-td > select,
|
|
41047
41240
|
.k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
|
|
@@ -41054,6 +41247,10 @@ div.k-grid-footer {
|
|
|
41054
41247
|
.k-grid .k-edit-cell > .k-checkbox,
|
|
41055
41248
|
.k-grid .k-edit-cell > .k-radio-wrap,
|
|
41056
41249
|
.k-grid .k-edit-cell > .k-checkbox-wrap,
|
|
41250
|
+
.k-grid .k-grid-edit-row td > .k-radio,
|
|
41251
|
+
.k-grid .k-grid-edit-row td > .k-checkbox,
|
|
41252
|
+
.k-grid .k-grid-edit-row td > .k-radio-wrap,
|
|
41253
|
+
.k-grid .k-grid-edit-row td > .k-checkbox-wrap,
|
|
41057
41254
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio,
|
|
41058
41255
|
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
|
|
41059
41256
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
|
|
@@ -41095,19 +41292,19 @@ div.k-grid-footer {
|
|
|
41095
41292
|
}
|
|
41096
41293
|
|
|
41097
41294
|
.k-grid-virtual .k-grid-content .k-grid-table-wrap {
|
|
41098
|
-
float:
|
|
41295
|
+
float: left;
|
|
41099
41296
|
width: 100%;
|
|
41100
41297
|
}
|
|
41101
41298
|
|
|
41102
41299
|
.k-grid-virtual .k-grid-content .k-grid-table {
|
|
41103
41300
|
position: relative;
|
|
41104
|
-
float:
|
|
41301
|
+
float: left;
|
|
41105
41302
|
z-index: 1;
|
|
41106
41303
|
}
|
|
41107
41304
|
|
|
41108
41305
|
.k-grid-virtual .k-grid-content > .k-height-container {
|
|
41109
41306
|
position: relative;
|
|
41110
|
-
float:
|
|
41307
|
+
float: left;
|
|
41111
41308
|
}
|
|
41112
41309
|
|
|
41113
41310
|
.k-grid-virtual .k-grid-content::after {
|
|
@@ -41125,6 +41322,7 @@ div.k-grid-footer {
|
|
|
41125
41322
|
height: 1px;
|
|
41126
41323
|
}
|
|
41127
41324
|
|
|
41325
|
+
.k-grid-add-row td,
|
|
41128
41326
|
.k-grid-add-row .k-table-td {
|
|
41129
41327
|
border-bottom-style: solid;
|
|
41130
41328
|
border-bottom-width: 1px;
|
|
@@ -41208,18 +41406,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
|
|
|
41208
41406
|
z-index: auto;
|
|
41209
41407
|
}
|
|
41210
41408
|
|
|
41409
|
+
kendo-grid .k-grid-row-sticky td,
|
|
41211
41410
|
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
41212
41411
|
border-bottom-width: 1px;
|
|
41213
41412
|
border-top-width: 1px;
|
|
41214
41413
|
position: sticky;
|
|
41215
41414
|
top: inherit;
|
|
41216
41415
|
bottom: inherit;
|
|
41217
|
-
}
|
|
41218
|
-
|
|
41219
|
-
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
41220
41416
|
z-index: 2;
|
|
41221
41417
|
}
|
|
41222
41418
|
|
|
41419
|
+
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
41420
|
+
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
41223
41421
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
41224
41422
|
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
41225
41423
|
z-index: 3;
|
|
@@ -41245,10 +41443,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
|
|
|
41245
41443
|
border-inline-end-width: 1px;
|
|
41246
41444
|
}
|
|
41247
41445
|
|
|
41446
|
+
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
|
|
41248
41447
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
|
|
41249
41448
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
|
|
41449
|
+
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
|
|
41250
41450
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
|
|
41251
41451
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
|
|
41452
|
+
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
|
|
41252
41453
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
|
|
41253
41454
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
|
|
41254
41455
|
border-inline-start-width: 0;
|
|
@@ -41310,6 +41511,7 @@ div.k-grid-norecords {
|
|
|
41310
41511
|
padding: 10px 10px;
|
|
41311
41512
|
}
|
|
41312
41513
|
|
|
41514
|
+
.k-grid-sm td,
|
|
41313
41515
|
.k-grid-sm .k-table-td {
|
|
41314
41516
|
padding: 4px 10px;
|
|
41315
41517
|
}
|
|
@@ -41365,10 +41567,12 @@ div.k-grid-norecords {
|
|
|
41365
41567
|
|
|
41366
41568
|
.k-grid-sm .k-edit-cell,
|
|
41367
41569
|
.k-grid-sm .k-command-cell,
|
|
41570
|
+
.k-grid-sm .k-grid-edit-row td,
|
|
41368
41571
|
.k-grid-sm .k-grid-edit-row .k-table-td {
|
|
41369
41572
|
padding: 4px 10px;
|
|
41370
41573
|
}
|
|
41371
41574
|
|
|
41575
|
+
.k-grid-sm .k-filter-row td,
|
|
41372
41576
|
.k-grid-sm .k-filter-row .k-table-td,
|
|
41373
41577
|
.k-grid-sm .k-filter-row .k-table-th {
|
|
41374
41578
|
padding: 8px 10px;
|
|
@@ -41383,6 +41587,7 @@ div.k-grid-norecords {
|
|
|
41383
41587
|
padding: 16px 24px;
|
|
41384
41588
|
}
|
|
41385
41589
|
|
|
41590
|
+
.k-grid-md td,
|
|
41386
41591
|
.k-grid-md .k-table-td {
|
|
41387
41592
|
padding: 10px 24px;
|
|
41388
41593
|
}
|
|
@@ -41438,10 +41643,12 @@ div.k-grid-norecords {
|
|
|
41438
41643
|
|
|
41439
41644
|
.k-grid-md .k-edit-cell,
|
|
41440
41645
|
.k-grid-md .k-command-cell,
|
|
41646
|
+
.k-grid-md .k-grid-edit-row td,
|
|
41441
41647
|
.k-grid-md .k-grid-edit-row .k-table-td {
|
|
41442
41648
|
padding: 6px 24px;
|
|
41443
41649
|
}
|
|
41444
41650
|
|
|
41651
|
+
.k-grid-md .k-filter-row td,
|
|
41445
41652
|
.k-grid-md .k-filter-row .k-table-td,
|
|
41446
41653
|
.k-grid-md .k-filter-row .k-table-th {
|
|
41447
41654
|
padding: 10px 24px;
|
|
@@ -41492,7 +41699,7 @@ div.k-grid-norecords {
|
|
|
41492
41699
|
}
|
|
41493
41700
|
|
|
41494
41701
|
.k-pdf-export-shadow .k-grid {
|
|
41495
|
-
float:
|
|
41702
|
+
float: left;
|
|
41496
41703
|
width: auto !important;
|
|
41497
41704
|
}
|
|
41498
41705
|
|
|
@@ -41587,6 +41794,7 @@ div.k-grid-norecords {
|
|
|
41587
41794
|
}
|
|
41588
41795
|
|
|
41589
41796
|
.k-autofitting .k-table-th,
|
|
41797
|
+
.k-autofitting td,
|
|
41590
41798
|
.k-autofitting .k-table-td {
|
|
41591
41799
|
white-space: nowrap !important;
|
|
41592
41800
|
}
|
|
@@ -41710,6 +41918,7 @@ div.k-grid-norecords {
|
|
|
41710
41918
|
flex: 1 1 auto;
|
|
41711
41919
|
}
|
|
41712
41920
|
|
|
41921
|
+
.k-grid .k-group-footer td,
|
|
41713
41922
|
.k-grid .k-group-footer .k-table-td {
|
|
41714
41923
|
border-top-width: 0;
|
|
41715
41924
|
}
|
|
@@ -41794,6 +42003,7 @@ div.k-grid-norecords {
|
|
|
41794
42003
|
.k-grid-header-wrap,
|
|
41795
42004
|
.k-grouping-header,
|
|
41796
42005
|
.k-grid .k-table-th,
|
|
42006
|
+
.k-grid td,
|
|
41797
42007
|
.k-grid .k-table-td,
|
|
41798
42008
|
.k-grid-footer,
|
|
41799
42009
|
.k-grid-footer-wrap,
|
|
@@ -41801,6 +42011,7 @@ div.k-grid-norecords {
|
|
|
41801
42011
|
.k-grid-footer-locked,
|
|
41802
42012
|
.k-grid-header-locked,
|
|
41803
42013
|
.k-filter-row > .k-table-th,
|
|
42014
|
+
.k-filter-row > td,
|
|
41804
42015
|
.k-filter-row > .k-table-td {
|
|
41805
42016
|
border-color: rgba(0, 0, 0, 0.12);
|
|
41806
42017
|
}
|
|
@@ -41826,6 +42037,8 @@ div.k-grid-norecords {
|
|
|
41826
42037
|
background-color: #ffffff;
|
|
41827
42038
|
}
|
|
41828
42039
|
|
|
42040
|
+
.k-group-footer td,
|
|
42041
|
+
.k-grouping-row td,
|
|
41829
42042
|
.k-group-footer .k-table-td,
|
|
41830
42043
|
.k-grouping-row .k-table-td,
|
|
41831
42044
|
.k-table-tbody .k-group-cell {
|
|
@@ -41856,6 +42069,8 @@ div.k-grid-norecords {
|
|
|
41856
42069
|
background-color: rgba(0, 0, 0, 0.07);
|
|
41857
42070
|
}
|
|
41858
42071
|
|
|
42072
|
+
.k-grid td.k-selected,
|
|
42073
|
+
.k-grid .k-table-row.k-selected > td,
|
|
41859
42074
|
.k-grid .k-table-td.k-selected,
|
|
41860
42075
|
.k-grid .k-table-row.k-selected > .k-table-td {
|
|
41861
42076
|
background-color: rgba(0, 0, 0, 0.04);
|
|
@@ -41884,27 +42099,34 @@ div.k-grid-norecords {
|
|
|
41884
42099
|
.k-grid .k-grid-header-locked,
|
|
41885
42100
|
.k-grid .k-grid-content-locked,
|
|
41886
42101
|
.k-grid .k-grid-header-locked .k-table-th,
|
|
42102
|
+
.k-grid .k-grid-content-locked td,
|
|
41887
42103
|
.k-grid .k-grid-content-locked .k-table-td {
|
|
41888
42104
|
border-color: rgba(0, 0, 0, 0.5);
|
|
41889
42105
|
}
|
|
41890
42106
|
|
|
42107
|
+
.k-grid .k-grid-content-locked .k-group-footer td,
|
|
41891
42108
|
.k-grid .k-grid-content-locked .k-group-footer .k-table-td,
|
|
41892
42109
|
.k-grid .k-grid-content-locked .k-group-cell {
|
|
41893
42110
|
border-color: rgba(0, 0, 0, 0.12);
|
|
41894
42111
|
}
|
|
41895
42112
|
|
|
42113
|
+
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
|
|
41896
42114
|
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
|
|
41897
42115
|
border-top-color: rgba(0, 0, 0, 0.12);
|
|
41898
42116
|
}
|
|
41899
42117
|
|
|
42118
|
+
.k-grid .k-grid-content-locked .k-selected td,
|
|
41900
42119
|
.k-grid .k-grid-content-locked .k-selected .k-table-td {
|
|
41901
42120
|
background-color: whitesmoke;
|
|
41902
42121
|
}
|
|
41903
42122
|
|
|
42123
|
+
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
|
|
41904
42124
|
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
|
|
41905
42125
|
background-color: whitesmoke;
|
|
41906
42126
|
}
|
|
41907
42127
|
|
|
42128
|
+
.k-grid .k-grid-content-locked .k-selected:hover td,
|
|
42129
|
+
.k-grid .k-grid-content-locked .k-selected.k-hover td,
|
|
41908
42130
|
.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
|
|
41909
42131
|
.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
|
|
41910
42132
|
background-color: #e4e4e4;
|
|
@@ -41943,6 +42165,7 @@ col.k-sorted,
|
|
|
41943
42165
|
}
|
|
41944
42166
|
|
|
41945
42167
|
.k-grid-header .k-table-th.k-grid-header-sticky,
|
|
42168
|
+
.k-grid-header td.k-grid-header-sticky,
|
|
41946
42169
|
.k-grid-header .k-table-td.k-grid-header-sticky,
|
|
41947
42170
|
.k-grid-header .k-grid-header-sticky.k-sorted {
|
|
41948
42171
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -41982,12 +42205,14 @@ col.k-sorted,
|
|
|
41982
42205
|
|
|
41983
42206
|
.k-master-row.k-selected .k-grid-content-sticky,
|
|
41984
42207
|
.k-master-row.k-selected .k-grid-row-sticky,
|
|
42208
|
+
.k-master-row td.k-grid-content-sticky.k-selected,
|
|
41985
42209
|
.k-master-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
41986
42210
|
background-color: whitesmoke;
|
|
41987
42211
|
}
|
|
41988
42212
|
|
|
41989
42213
|
.k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
41990
42214
|
.k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
42215
|
+
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
41991
42216
|
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
41992
42217
|
background-color: whitesmoke;
|
|
41993
42218
|
}
|
|
@@ -42003,6 +42228,8 @@ col.k-sorted,
|
|
|
42003
42228
|
.k-master-row.k-selected:hover .k-grid-row-sticky,
|
|
42004
42229
|
.k-master-row.k-selected.k-hover .k-grid-content-sticky,
|
|
42005
42230
|
.k-master-row.k-selected.k-hover .k-grid-row-sticky,
|
|
42231
|
+
.k-master-row:hover td.k-grid-content-sticky.k-selected,
|
|
42232
|
+
.k-master-row.k-hover td.k-grid-content-sticky.k-selected,
|
|
42006
42233
|
.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
42007
42234
|
.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
42008
42235
|
background-color: #e4e4e4;
|
|
@@ -42019,23 +42246,29 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
|
|
|
42019
42246
|
background-color: #ededed;
|
|
42020
42247
|
}
|
|
42021
42248
|
|
|
42249
|
+
kendo-grid.k-grid .k-grid-row-sticky td,
|
|
42022
42250
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
|
|
42023
42251
|
border-top-color: rgba(0, 0, 0, 0.5);
|
|
42024
42252
|
border-bottom-color: rgba(0, 0, 0, 0.5);
|
|
42025
42253
|
background-color: #ffffff;
|
|
42026
42254
|
}
|
|
42027
42255
|
|
|
42256
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
42257
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
42028
42258
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
42029
42259
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
|
|
42030
42260
|
background-color: #ededed;
|
|
42031
42261
|
}
|
|
42032
42262
|
|
|
42033
42263
|
kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
|
|
42264
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
|
|
42034
42265
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
42035
42266
|
background-color: #ffffff;
|
|
42036
42267
|
}
|
|
42037
42268
|
|
|
42038
42269
|
kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
|
|
42270
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
|
|
42271
|
+
kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
|
|
42039
42272
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
|
|
42040
42273
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
|
|
42041
42274
|
kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
@@ -42043,6 +42276,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
|
42043
42276
|
}
|
|
42044
42277
|
|
|
42045
42278
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
42279
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
42046
42280
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
42047
42281
|
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
42048
42282
|
background-color: whitesmoke;
|
|
@@ -42050,6 +42284,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
|
42050
42284
|
|
|
42051
42285
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
|
|
42052
42286
|
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
|
|
42287
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
42288
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
42289
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
|
|
42290
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
42053
42291
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
42054
42292
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
|
|
42055
42293
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -42061,12 +42299,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
|
|
|
42061
42299
|
|
|
42062
42300
|
kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
42063
42301
|
kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
42302
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
|
|
42303
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
|
|
42304
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
42305
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
42064
42306
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
42065
42307
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
42066
42308
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
42067
42309
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
42068
42310
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
42069
42311
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
42312
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
|
|
42313
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
|
|
42070
42314
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
42071
42315
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
42072
42316
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -42129,6 +42373,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42129
42373
|
background-color: rgba(0, 0, 0, 0.04);
|
|
42130
42374
|
}
|
|
42131
42375
|
|
|
42376
|
+
.k-grid .k-table-row.k-selected > td,
|
|
42132
42377
|
.k-grid .k-table-row.k-selected > .k-table-td {
|
|
42133
42378
|
color: inherit;
|
|
42134
42379
|
background-color: transparent;
|
|
@@ -42136,10 +42381,16 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42136
42381
|
|
|
42137
42382
|
.k-grid .k-table > .k-table-row:not(.k-detail-row):hover,
|
|
42138
42383
|
.k-grid .k-table > .k-table-row:not(.k-detail-row).k-hover,
|
|
42384
|
+
.k-grid .k-table td:focus,
|
|
42385
|
+
.k-grid .k-table td.k-focus,
|
|
42139
42386
|
.k-grid .k-table .k-table-td:focus,
|
|
42140
42387
|
.k-grid .k-table .k-table-td.k-focus,
|
|
42141
42388
|
.k-grid .k-table .k-table-th:focus,
|
|
42142
42389
|
.k-grid .k-table .k-table-th.k-focus,
|
|
42390
|
+
.k-grid .k-table .k-master-row > td:focus,
|
|
42391
|
+
.k-grid .k-table .k-grouping-row > td:focus,
|
|
42392
|
+
.k-grid .k-table .k-detail-row > td:focus,
|
|
42393
|
+
.k-grid .k-table .k-group-footer > td:focus,
|
|
42143
42394
|
.k-grid .k-table .k-master-row > .k-table-td:focus,
|
|
42144
42395
|
.k-grid .k-table .k-grouping-row > .k-table-td:focus,
|
|
42145
42396
|
.k-grid .k-table .k-detail-row > .k-table-td:focus,
|
|
@@ -42157,12 +42408,42 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42157
42408
|
}
|
|
42158
42409
|
|
|
42159
42410
|
.k-grid .k-table .k-table-th:focus.k-grid-header-sticky, .k-grid .k-table .k-table-th:focus.k-grid-content-sticky, .k-grid .k-table .k-table-th:focus.k-grid-footer-sticky, .k-grid .k-table .k-table-th.k-focus.k-grid-header-sticky, .k-grid .k-table .k-table-th.k-focus.k-grid-content-sticky, .k-grid .k-table .k-table-th.k-focus.k-grid-footer-sticky,
|
|
42411
|
+
.k-grid .k-table td:focus.k-grid-header-sticky,
|
|
42412
|
+
.k-grid .k-table td:focus.k-grid-content-sticky,
|
|
42413
|
+
.k-grid .k-table td:focus.k-grid-footer-sticky,
|
|
42414
|
+
.k-grid .k-table td.k-focus.k-grid-header-sticky,
|
|
42415
|
+
.k-grid .k-table td.k-focus.k-grid-content-sticky,
|
|
42416
|
+
.k-grid .k-table td.k-focus.k-grid-footer-sticky,
|
|
42160
42417
|
.k-grid .k-table .k-table-td:focus.k-grid-header-sticky,
|
|
42161
42418
|
.k-grid .k-table .k-table-td:focus.k-grid-content-sticky,
|
|
42162
42419
|
.k-grid .k-table .k-table-td:focus.k-grid-footer-sticky,
|
|
42163
42420
|
.k-grid .k-table .k-table-td.k-focus.k-grid-header-sticky,
|
|
42164
42421
|
.k-grid .k-table .k-table-td.k-focus.k-grid-content-sticky,
|
|
42165
42422
|
.k-grid .k-table .k-table-td.k-focus.k-grid-footer-sticky,
|
|
42423
|
+
.k-grid .k-table .k-master-row > td:focus.k-grid-header-sticky,
|
|
42424
|
+
.k-grid .k-table .k-master-row > td:focus.k-grid-content-sticky,
|
|
42425
|
+
.k-grid .k-table .k-master-row > td:focus.k-grid-footer-sticky,
|
|
42426
|
+
.k-grid .k-table .k-master-row > td.k-focus.k-grid-header-sticky,
|
|
42427
|
+
.k-grid .k-table .k-master-row > td.k-focus.k-grid-content-sticky,
|
|
42428
|
+
.k-grid .k-table .k-master-row > td.k-focus.k-grid-footer-sticky,
|
|
42429
|
+
.k-grid .k-table .k-grouping-row > td:focus.k-grid-header-sticky,
|
|
42430
|
+
.k-grid .k-table .k-grouping-row > td:focus.k-grid-content-sticky,
|
|
42431
|
+
.k-grid .k-table .k-grouping-row > td:focus.k-grid-footer-sticky,
|
|
42432
|
+
.k-grid .k-table .k-grouping-row > td.k-focus.k-grid-header-sticky,
|
|
42433
|
+
.k-grid .k-table .k-grouping-row > td.k-focus.k-grid-content-sticky,
|
|
42434
|
+
.k-grid .k-table .k-grouping-row > td.k-focus.k-grid-footer-sticky,
|
|
42435
|
+
.k-grid .k-table .k-detail-row > td:focus.k-grid-header-sticky,
|
|
42436
|
+
.k-grid .k-table .k-detail-row > td:focus.k-grid-content-sticky,
|
|
42437
|
+
.k-grid .k-table .k-detail-row > td:focus.k-grid-footer-sticky,
|
|
42438
|
+
.k-grid .k-table .k-detail-row > td.k-focus.k-grid-header-sticky,
|
|
42439
|
+
.k-grid .k-table .k-detail-row > td.k-focus.k-grid-content-sticky,
|
|
42440
|
+
.k-grid .k-table .k-detail-row > td.k-focus.k-grid-footer-sticky,
|
|
42441
|
+
.k-grid .k-table .k-group-footer > td:focus.k-grid-header-sticky,
|
|
42442
|
+
.k-grid .k-table .k-group-footer > td:focus.k-grid-content-sticky,
|
|
42443
|
+
.k-grid .k-table .k-group-footer > td:focus.k-grid-footer-sticky,
|
|
42444
|
+
.k-grid .k-table .k-group-footer > td.k-focus.k-grid-header-sticky,
|
|
42445
|
+
.k-grid .k-table .k-group-footer > td.k-focus.k-grid-content-sticky,
|
|
42446
|
+
.k-grid .k-table .k-group-footer > td.k-focus.k-grid-footer-sticky,
|
|
42166
42447
|
.k-grid .k-table .k-master-row > .k-table-td:focus.k-grid-header-sticky,
|
|
42167
42448
|
.k-grid .k-table .k-master-row > .k-table-td:focus.k-grid-content-sticky,
|
|
42168
42449
|
.k-grid .k-table .k-master-row > .k-table-td:focus.k-grid-footer-sticky,
|
|
@@ -42197,6 +42478,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42197
42478
|
}
|
|
42198
42479
|
|
|
42199
42480
|
.k-grid .k-table-th,
|
|
42481
|
+
.k-grid td,
|
|
42200
42482
|
.k-grid .k-table-td {
|
|
42201
42483
|
border-inline-start-color: transparent;
|
|
42202
42484
|
}
|
|
@@ -42204,17 +42486,30 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42204
42486
|
.k-grid .k-grid-header-locked,
|
|
42205
42487
|
.k-grid .k-grid-content-locked,
|
|
42206
42488
|
.k-grid .k-grid-header-locked .k-table-th,
|
|
42489
|
+
.k-grid .k-grid-content-locked td,
|
|
42207
42490
|
.k-grid .k-grid-content-locked .k-table-td {
|
|
42208
42491
|
border-top-color: rgba(0, 0, 0, 0.12);
|
|
42209
42492
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
42210
42493
|
}
|
|
42211
42494
|
|
|
42495
|
+
.k-grid .k-grid-header-locked .k-group-footer:hover td,
|
|
42496
|
+
.k-grid .k-grid-header-locked .k-group-footer.k-hover td,
|
|
42212
42497
|
.k-grid .k-grid-header-locked .k-group-footer:hover .k-table-td,
|
|
42213
42498
|
.k-grid .k-grid-header-locked .k-group-footer.k-hover .k-table-td,
|
|
42499
|
+
.k-grid .k-grid-content-locked .k-group-footer:hover td,
|
|
42500
|
+
.k-grid .k-grid-content-locked .k-group-footer.k-hover td,
|
|
42214
42501
|
.k-grid .k-grid-content-locked .k-group-footer:hover .k-table-td,
|
|
42215
42502
|
.k-grid .k-grid-content-locked .k-group-footer.k-hover .k-table-td,
|
|
42503
|
+
.k-grid .k-grid-header-locked .k-table-th .k-group-footer:hover td,
|
|
42504
|
+
.k-grid .k-grid-header-locked .k-table-th .k-group-footer.k-hover td,
|
|
42216
42505
|
.k-grid .k-grid-header-locked .k-table-th .k-group-footer:hover .k-table-td,
|
|
42217
42506
|
.k-grid .k-grid-header-locked .k-table-th .k-group-footer.k-hover .k-table-td,
|
|
42507
|
+
.k-grid .k-grid-content-locked td .k-group-footer:hover td,
|
|
42508
|
+
.k-grid .k-grid-content-locked td .k-group-footer.k-hover td,
|
|
42509
|
+
.k-grid .k-grid-content-locked td .k-group-footer:hover .k-table-td,
|
|
42510
|
+
.k-grid .k-grid-content-locked td .k-group-footer.k-hover .k-table-td,
|
|
42511
|
+
.k-grid .k-grid-content-locked .k-table-td .k-group-footer:hover td,
|
|
42512
|
+
.k-grid .k-grid-content-locked .k-table-td .k-group-footer.k-hover td,
|
|
42218
42513
|
.k-grid .k-grid-content-locked .k-table-td .k-group-footer:hover .k-table-td,
|
|
42219
42514
|
.k-grid .k-grid-content-locked .k-table-td .k-group-footer.k-hover .k-table-td {
|
|
42220
42515
|
color: inherit;
|
|
@@ -42236,6 +42531,7 @@ kendo-grid .k-grid-content-sticky {
|
|
|
42236
42531
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
42237
42532
|
}
|
|
42238
42533
|
|
|
42534
|
+
kendo-grid .k-grid-row-sticky td,
|
|
42239
42535
|
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
42240
42536
|
border-top-color: rgba(0, 0, 0, 0.5);
|
|
42241
42537
|
border-bottom-color: rgba(0, 0, 0, 0.5);
|
|
@@ -42288,11 +42584,14 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
42288
42584
|
border-inline-start-color: rgba(0, 0, 0, 0.12);
|
|
42289
42585
|
}
|
|
42290
42586
|
|
|
42587
|
+
.k-group-footer td,
|
|
42291
42588
|
.k-group-footer .k-table-td,
|
|
42292
42589
|
.k-group-footer .k-grid-footer-sticky {
|
|
42293
42590
|
background: #ffffff;
|
|
42294
42591
|
}
|
|
42295
42592
|
|
|
42593
|
+
.k-group-footer:hover td,
|
|
42594
|
+
.k-group-footer.k-hover td,
|
|
42296
42595
|
.k-group-footer:hover .k-table-td,
|
|
42297
42596
|
.k-group-footer.k-hover .k-table-td {
|
|
42298
42597
|
background-color: #ffffff;
|
|
@@ -44430,6 +44729,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
44430
44729
|
transform: translate(0, -50%);
|
|
44431
44730
|
}
|
|
44432
44731
|
|
|
44732
|
+
.k-treelist .k-table-row.k-footer td,
|
|
44733
|
+
.k-treelist .k-table-row.k-footer-template td,
|
|
44433
44734
|
.k-treelist .k-table-row.k-footer .k-table-td,
|
|
44434
44735
|
.k-treelist .k-table-row.k-footer-template .k-table-td {
|
|
44435
44736
|
border-width: 1px 0;
|
|
@@ -44437,6 +44738,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
44437
44738
|
font-weight: bold;
|
|
44438
44739
|
}
|
|
44439
44740
|
|
|
44741
|
+
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
|
|
44440
44742
|
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
44441
44743
|
border-top-width: 0;
|
|
44442
44744
|
}
|