@progress/kendo-theme-material 5.12.1-dev.3 → 5.12.1-dev.4

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 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 {
@@ -30660,8 +30781,8 @@ textarea.k-input-inner {
30660
30781
  aspect-ratio: auto;
30661
30782
  }
30662
30783
 
30663
- .k-input-spinner .k-spinner-increase > .k-button-icon,
30664
- .k-input-spinner .k-spinner-decrease > .k-button-icon {
30784
+ .k-input-spinner .k-spinner-increase .k-button-icon,
30785
+ .k-input-spinner .k-spinner-decrease .k-button-icon {
30665
30786
  margin: -1em 0;
30666
30787
  min-width: auto !important;
30667
30788
  min-height: auto !important;
@@ -34023,8 +34144,9 @@ select.k-picker-lg {
34023
34144
  vertical-align: middle;
34024
34145
  }
34025
34146
 
34026
- .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
34027
- margin-left: -13px;
34147
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
34148
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
34149
+ margin-inline-start: -13px;
34028
34150
  }
34029
34151
 
34030
34152
  .k-color-contrast-svg {
@@ -34035,12 +34157,6 @@ select.k-picker-lg {
34035
34157
  pointer-events: none;
34036
34158
  }
34037
34159
 
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
34160
  .k-colorgradient {
34045
34161
  border-color: rgba(0, 0, 0, 0.12);
34046
34162
  color: rgba(0, 0, 0, 0.87);
@@ -40518,6 +40634,7 @@ kendo-card-footer {
40518
40634
  }
40519
40635
 
40520
40636
  .k-grid .k-table-th,
40637
+ .k-grid td,
40521
40638
  .k-grid .k-table-td {
40522
40639
  border-width: 0;
40523
40640
  border-inline-start-width: 1px;
@@ -40533,16 +40650,19 @@ kendo-card-footer {
40533
40650
  }
40534
40651
 
40535
40652
  .k-grid .k-table-th:first-child,
40653
+ .k-grid td:first-child,
40536
40654
  .k-grid .k-table-td:first-child {
40537
40655
  border-inline-start-width: 0;
40538
40656
  }
40539
40657
 
40540
40658
  .k-grid .k-table-th:focus,
40659
+ .k-grid td:focus,
40541
40660
  .k-grid .k-table-td:focus {
40542
40661
  outline: none;
40543
40662
  }
40544
40663
 
40545
40664
  .k-grid .k-table-th .k-placeholder-line,
40665
+ .k-grid td .k-placeholder-line,
40546
40666
  .k-grid .k-table-td .k-placeholder-line {
40547
40667
  width: 80%;
40548
40668
  }
@@ -40551,6 +40671,10 @@ kendo-card-footer {
40551
40671
  .k-grid .k-table-th > .k-radio-wrap,
40552
40672
  .k-grid .k-table-th > .k-checkbox,
40553
40673
  .k-grid .k-table-th > .k-checkbox-wrap,
40674
+ .k-grid td > .k-radio,
40675
+ .k-grid td > .k-radio-wrap,
40676
+ .k-grid td > .k-checkbox,
40677
+ .k-grid td > .k-checkbox-wrap,
40554
40678
  .k-grid .k-table-td > .k-radio,
40555
40679
  .k-grid .k-table-td > .k-radio-wrap,
40556
40680
  .k-grid .k-table-td > .k-checkbox,
@@ -40563,6 +40687,7 @@ kendo-card-footer {
40563
40687
  white-space: nowrap;
40564
40688
  }
40565
40689
 
40690
+ .k-grid td,
40566
40691
  .k-grid .k-table-td {
40567
40692
  border-block-end-width: 1px;
40568
40693
  white-space: unset;
@@ -40715,10 +40840,12 @@ kendo-card-footer {
40715
40840
  align-content: center;
40716
40841
  }
40717
40842
 
40843
+ .k-grid .k-grouping-row td,
40718
40844
  .k-grid .k-grouping-row .k-table-td {
40719
40845
  overflow: visible;
40720
40846
  }
40721
40847
 
40848
+ .k-grid .k-grouping-row + .k-table-row td,
40722
40849
  .k-grid .k-grouping-row + .k-table-row .k-table-td {
40723
40850
  border-top-width: 0px;
40724
40851
  }
@@ -40735,11 +40862,13 @@ kendo-card-footer {
40735
40862
  text-decoration: none;
40736
40863
  }
40737
40864
 
40865
+ .k-grid .k-table .k-group-footer td,
40738
40866
  .k-grid .k-table .k-group-footer .k-table-td {
40739
40867
  border-style: solid;
40740
40868
  border-width: 1px 0;
40741
40869
  }
40742
40870
 
40871
+ .k-grid .k-group-footer .k-group-cell + td,
40743
40872
  .k-grid .k-group-footer .k-group-cell + .k-table-td {
40744
40873
  border-inline-start-width: 1px;
40745
40874
  }
@@ -40932,10 +41061,14 @@ div.k-grid-footer {
40932
41061
  border-top-width: 1px;
40933
41062
  }
40934
41063
 
41064
+ .k-grid-footer td,
40935
41065
  .k-grid-footer .k-table-td {
40936
41066
  height: 2em;
40937
41067
  }
40938
41068
 
41069
+ .k-grid-footer td,
41070
+ .k-group-footer td,
41071
+ .k-grouping-row td,
40939
41072
  .k-grid-footer .k-table-td,
40940
41073
  .k-group-footer .k-table-td,
40941
41074
  .k-grouping-row .k-table-td {
@@ -40957,6 +41090,7 @@ div.k-grid-footer {
40957
41090
  line-height: 2;
40958
41091
  }
40959
41092
 
41093
+ .k-filter-row td,
40960
41094
  .k-filter-row .k-table-td,
40961
41095
  .k-filter-row .k-table-th {
40962
41096
  border-width: 0;
@@ -40965,6 +41099,7 @@ div.k-grid-footer {
40965
41099
  white-space: nowrap;
40966
41100
  }
40967
41101
 
41102
+ .k-filter-row td:first-child,
40968
41103
  .k-filter-row .k-table-td:first-child {
40969
41104
  border-inline-start-width: 0;
40970
41105
  }
@@ -41012,7 +41147,9 @@ div.k-grid-footer {
41012
41147
  outline: 0;
41013
41148
  }
41014
41149
 
41150
+ .k-grid-content .k-table-row:last-child > td,
41015
41151
  .k-grid-content .k-table-row:last-child > .k-table-td,
41152
+ .k-grid-content-locked .k-table-row:last-child > td,
41016
41153
  .k-grid-content-locked .k-table-row:last-child > .k-table-td {
41017
41154
  border-bottom-width: 0;
41018
41155
  }
@@ -41035,6 +41172,7 @@ div.k-grid-footer {
41035
41172
 
41036
41173
  .k-grid .k-edit-cell,
41037
41174
  .k-grid .k-command-cell,
41175
+ .k-grid .k-grid-edit-row td,
41038
41176
  .k-grid .k-grid-edit-row .k-table-td {
41039
41177
  text-overflow: clip;
41040
41178
  }
@@ -41042,6 +41180,9 @@ div.k-grid-footer {
41042
41180
  .k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
41043
41181
  .k-grid .k-edit-cell > select,
41044
41182
  .k-grid .k-edit-cell > .k-widget:not(.k-switch),
41183
+ .k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
41184
+ .k-grid .k-grid-edit-row td > select,
41185
+ .k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
41045
41186
  .k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
41046
41187
  .k-grid .k-grid-edit-row .k-table-td > select,
41047
41188
  .k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
@@ -41054,6 +41195,10 @@ div.k-grid-footer {
41054
41195
  .k-grid .k-edit-cell > .k-checkbox,
41055
41196
  .k-grid .k-edit-cell > .k-radio-wrap,
41056
41197
  .k-grid .k-edit-cell > .k-checkbox-wrap,
41198
+ .k-grid .k-grid-edit-row td > .k-radio,
41199
+ .k-grid .k-grid-edit-row td > .k-checkbox,
41200
+ .k-grid .k-grid-edit-row td > .k-radio-wrap,
41201
+ .k-grid .k-grid-edit-row td > .k-checkbox-wrap,
41057
41202
  .k-grid .k-grid-edit-row .k-table-td > .k-radio,
41058
41203
  .k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
41059
41204
  .k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
@@ -41095,19 +41240,19 @@ div.k-grid-footer {
41095
41240
  }
41096
41241
 
41097
41242
  .k-grid-virtual .k-grid-content .k-grid-table-wrap {
41098
- float: inline-start;
41243
+ float: left;
41099
41244
  width: 100%;
41100
41245
  }
41101
41246
 
41102
41247
  .k-grid-virtual .k-grid-content .k-grid-table {
41103
41248
  position: relative;
41104
- float: inline-start;
41249
+ float: left;
41105
41250
  z-index: 1;
41106
41251
  }
41107
41252
 
41108
41253
  .k-grid-virtual .k-grid-content > .k-height-container {
41109
41254
  position: relative;
41110
- float: inline-start;
41255
+ float: left;
41111
41256
  }
41112
41257
 
41113
41258
  .k-grid-virtual .k-grid-content::after {
@@ -41125,6 +41270,7 @@ div.k-grid-footer {
41125
41270
  height: 1px;
41126
41271
  }
41127
41272
 
41273
+ .k-grid-add-row td,
41128
41274
  .k-grid-add-row .k-table-td {
41129
41275
  border-bottom-style: solid;
41130
41276
  border-bottom-width: 1px;
@@ -41208,18 +41354,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
41208
41354
  z-index: auto;
41209
41355
  }
41210
41356
 
41357
+ kendo-grid .k-grid-row-sticky td,
41211
41358
  kendo-grid .k-grid-row-sticky .k-table-td {
41212
41359
  border-bottom-width: 1px;
41213
41360
  border-top-width: 1px;
41214
41361
  position: sticky;
41215
41362
  top: inherit;
41216
41363
  bottom: inherit;
41217
- }
41218
-
41219
- kendo-grid .k-grid-row-sticky .k-table-td {
41220
41364
  z-index: 2;
41221
41365
  }
41222
41366
 
41367
+ kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
41368
+ kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
41223
41369
  kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
41224
41370
  kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
41225
41371
  z-index: 3;
@@ -41245,10 +41391,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
41245
41391
  border-inline-end-width: 1px;
41246
41392
  }
41247
41393
 
41394
+ .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
41248
41395
  .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
41249
41396
  .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
41397
+ .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
41250
41398
  .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
41251
41399
  .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
41400
+ .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
41252
41401
  .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
41253
41402
  .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
41254
41403
  border-inline-start-width: 0;
@@ -41310,6 +41459,7 @@ div.k-grid-norecords {
41310
41459
  padding: 10px 10px;
41311
41460
  }
41312
41461
 
41462
+ .k-grid-sm td,
41313
41463
  .k-grid-sm .k-table-td {
41314
41464
  padding: 4px 10px;
41315
41465
  }
@@ -41365,10 +41515,12 @@ div.k-grid-norecords {
41365
41515
 
41366
41516
  .k-grid-sm .k-edit-cell,
41367
41517
  .k-grid-sm .k-command-cell,
41518
+ .k-grid-sm .k-grid-edit-row td,
41368
41519
  .k-grid-sm .k-grid-edit-row .k-table-td {
41369
41520
  padding: 4px 10px;
41370
41521
  }
41371
41522
 
41523
+ .k-grid-sm .k-filter-row td,
41372
41524
  .k-grid-sm .k-filter-row .k-table-td,
41373
41525
  .k-grid-sm .k-filter-row .k-table-th {
41374
41526
  padding: 8px 10px;
@@ -41383,6 +41535,7 @@ div.k-grid-norecords {
41383
41535
  padding: 16px 24px;
41384
41536
  }
41385
41537
 
41538
+ .k-grid-md td,
41386
41539
  .k-grid-md .k-table-td {
41387
41540
  padding: 10px 24px;
41388
41541
  }
@@ -41438,10 +41591,12 @@ div.k-grid-norecords {
41438
41591
 
41439
41592
  .k-grid-md .k-edit-cell,
41440
41593
  .k-grid-md .k-command-cell,
41594
+ .k-grid-md .k-grid-edit-row td,
41441
41595
  .k-grid-md .k-grid-edit-row .k-table-td {
41442
41596
  padding: 6px 24px;
41443
41597
  }
41444
41598
 
41599
+ .k-grid-md .k-filter-row td,
41445
41600
  .k-grid-md .k-filter-row .k-table-td,
41446
41601
  .k-grid-md .k-filter-row .k-table-th {
41447
41602
  padding: 10px 24px;
@@ -41492,7 +41647,7 @@ div.k-grid-norecords {
41492
41647
  }
41493
41648
 
41494
41649
  .k-pdf-export-shadow .k-grid {
41495
- float: inline-start;
41650
+ float: left;
41496
41651
  width: auto !important;
41497
41652
  }
41498
41653
 
@@ -41587,6 +41742,7 @@ div.k-grid-norecords {
41587
41742
  }
41588
41743
 
41589
41744
  .k-autofitting .k-table-th,
41745
+ .k-autofitting td,
41590
41746
  .k-autofitting .k-table-td {
41591
41747
  white-space: nowrap !important;
41592
41748
  }
@@ -41710,6 +41866,7 @@ div.k-grid-norecords {
41710
41866
  flex: 1 1 auto;
41711
41867
  }
41712
41868
 
41869
+ .k-grid .k-group-footer td,
41713
41870
  .k-grid .k-group-footer .k-table-td {
41714
41871
  border-top-width: 0;
41715
41872
  }
@@ -41794,6 +41951,7 @@ div.k-grid-norecords {
41794
41951
  .k-grid-header-wrap,
41795
41952
  .k-grouping-header,
41796
41953
  .k-grid .k-table-th,
41954
+ .k-grid td,
41797
41955
  .k-grid .k-table-td,
41798
41956
  .k-grid-footer,
41799
41957
  .k-grid-footer-wrap,
@@ -41801,6 +41959,7 @@ div.k-grid-norecords {
41801
41959
  .k-grid-footer-locked,
41802
41960
  .k-grid-header-locked,
41803
41961
  .k-filter-row > .k-table-th,
41962
+ .k-filter-row > td,
41804
41963
  .k-filter-row > .k-table-td {
41805
41964
  border-color: rgba(0, 0, 0, 0.12);
41806
41965
  }
@@ -41826,6 +41985,8 @@ div.k-grid-norecords {
41826
41985
  background-color: #ffffff;
41827
41986
  }
41828
41987
 
41988
+ .k-group-footer td,
41989
+ .k-grouping-row td,
41829
41990
  .k-group-footer .k-table-td,
41830
41991
  .k-grouping-row .k-table-td,
41831
41992
  .k-table-tbody .k-group-cell {
@@ -41856,6 +42017,8 @@ div.k-grid-norecords {
41856
42017
  background-color: rgba(0, 0, 0, 0.07);
41857
42018
  }
41858
42019
 
42020
+ .k-grid td.k-selected,
42021
+ .k-grid .k-table-row.k-selected > td,
41859
42022
  .k-grid .k-table-td.k-selected,
41860
42023
  .k-grid .k-table-row.k-selected > .k-table-td {
41861
42024
  background-color: rgba(0, 0, 0, 0.04);
@@ -41884,27 +42047,34 @@ div.k-grid-norecords {
41884
42047
  .k-grid .k-grid-header-locked,
41885
42048
  .k-grid .k-grid-content-locked,
41886
42049
  .k-grid .k-grid-header-locked .k-table-th,
42050
+ .k-grid .k-grid-content-locked td,
41887
42051
  .k-grid .k-grid-content-locked .k-table-td {
41888
42052
  border-color: rgba(0, 0, 0, 0.5);
41889
42053
  }
41890
42054
 
42055
+ .k-grid .k-grid-content-locked .k-group-footer td,
41891
42056
  .k-grid .k-grid-content-locked .k-group-footer .k-table-td,
41892
42057
  .k-grid .k-grid-content-locked .k-group-cell {
41893
42058
  border-color: rgba(0, 0, 0, 0.12);
41894
42059
  }
41895
42060
 
42061
+ .k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
41896
42062
  .k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
41897
42063
  border-top-color: rgba(0, 0, 0, 0.12);
41898
42064
  }
41899
42065
 
42066
+ .k-grid .k-grid-content-locked .k-selected td,
41900
42067
  .k-grid .k-grid-content-locked .k-selected .k-table-td {
41901
42068
  background-color: whitesmoke;
41902
42069
  }
41903
42070
 
42071
+ .k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
41904
42072
  .k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
41905
42073
  background-color: whitesmoke;
41906
42074
  }
41907
42075
 
42076
+ .k-grid .k-grid-content-locked .k-selected:hover td,
42077
+ .k-grid .k-grid-content-locked .k-selected.k-hover td,
41908
42078
  .k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
41909
42079
  .k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
41910
42080
  background-color: #e4e4e4;
@@ -41943,6 +42113,7 @@ col.k-sorted,
41943
42113
  }
41944
42114
 
41945
42115
  .k-grid-header .k-table-th.k-grid-header-sticky,
42116
+ .k-grid-header td.k-grid-header-sticky,
41946
42117
  .k-grid-header .k-table-td.k-grid-header-sticky,
41947
42118
  .k-grid-header .k-grid-header-sticky.k-sorted {
41948
42119
  color: rgba(0, 0, 0, 0.54);
@@ -41982,12 +42153,14 @@ col.k-sorted,
41982
42153
 
41983
42154
  .k-master-row.k-selected .k-grid-content-sticky,
41984
42155
  .k-master-row.k-selected .k-grid-row-sticky,
42156
+ .k-master-row td.k-grid-content-sticky.k-selected,
41985
42157
  .k-master-row .k-table-td.k-grid-content-sticky.k-selected {
41986
42158
  background-color: whitesmoke;
41987
42159
  }
41988
42160
 
41989
42161
  .k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
41990
42162
  .k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
42163
+ .k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
41991
42164
  .k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
41992
42165
  background-color: whitesmoke;
41993
42166
  }
@@ -42003,6 +42176,8 @@ col.k-sorted,
42003
42176
  .k-master-row.k-selected:hover .k-grid-row-sticky,
42004
42177
  .k-master-row.k-selected.k-hover .k-grid-content-sticky,
42005
42178
  .k-master-row.k-selected.k-hover .k-grid-row-sticky,
42179
+ .k-master-row:hover td.k-grid-content-sticky.k-selected,
42180
+ .k-master-row.k-hover td.k-grid-content-sticky.k-selected,
42006
42181
  .k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
42007
42182
  .k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
42008
42183
  background-color: #e4e4e4;
@@ -42019,23 +42194,29 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
42019
42194
  background-color: #ededed;
42020
42195
  }
42021
42196
 
42197
+ kendo-grid.k-grid .k-grid-row-sticky td,
42022
42198
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
42023
42199
  border-top-color: rgba(0, 0, 0, 0.5);
42024
42200
  border-bottom-color: rgba(0, 0, 0, 0.5);
42025
42201
  background-color: #ffffff;
42026
42202
  }
42027
42203
 
42204
+ kendo-grid.k-grid .k-grid-row-sticky:hover td,
42205
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
42028
42206
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
42029
42207
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
42030
42208
  background-color: #ededed;
42031
42209
  }
42032
42210
 
42033
42211
  kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
42212
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
42034
42213
  kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
42035
42214
  background-color: #ffffff;
42036
42215
  }
42037
42216
 
42038
42217
  kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
42218
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
42219
+ kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
42039
42220
  kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
42040
42221
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
42041
42222
  kendo-grid.k-grid .k-selected.k-grid-content-sticky {
@@ -42043,6 +42224,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
42043
42224
  }
42044
42225
 
42045
42226
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
42227
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
42046
42228
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
42047
42229
  kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
42048
42230
  background-color: whitesmoke;
@@ -42050,6 +42232,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
42050
42232
 
42051
42233
  kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
42052
42234
  kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
42235
+ kendo-grid.k-grid .k-grid-row-sticky:hover td,
42236
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
42237
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
42238
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
42053
42239
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
42054
42240
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
42055
42241
  kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
@@ -42061,12 +42247,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
42061
42247
 
42062
42248
  kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
42063
42249
  kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
42250
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
42251
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
42252
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
42253
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
42064
42254
  kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
42065
42255
  kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
42066
42256
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
42067
42257
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
42068
42258
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
42069
42259
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
42260
+ kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
42261
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
42070
42262
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
42071
42263
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
42072
42264
  kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
@@ -42129,6 +42321,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42129
42321
  background-color: rgba(0, 0, 0, 0.04);
42130
42322
  }
42131
42323
 
42324
+ .k-grid .k-table-row.k-selected > td,
42132
42325
  .k-grid .k-table-row.k-selected > .k-table-td {
42133
42326
  color: inherit;
42134
42327
  background-color: transparent;
@@ -42136,10 +42329,16 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42136
42329
 
42137
42330
  .k-grid .k-table > .k-table-row:not(.k-detail-row):hover,
42138
42331
  .k-grid .k-table > .k-table-row:not(.k-detail-row).k-hover,
42332
+ .k-grid .k-table td:focus,
42333
+ .k-grid .k-table td.k-focus,
42139
42334
  .k-grid .k-table .k-table-td:focus,
42140
42335
  .k-grid .k-table .k-table-td.k-focus,
42141
42336
  .k-grid .k-table .k-table-th:focus,
42142
42337
  .k-grid .k-table .k-table-th.k-focus,
42338
+ .k-grid .k-table .k-master-row > td:focus,
42339
+ .k-grid .k-table .k-grouping-row > td:focus,
42340
+ .k-grid .k-table .k-detail-row > td:focus,
42341
+ .k-grid .k-table .k-group-footer > td:focus,
42143
42342
  .k-grid .k-table .k-master-row > .k-table-td:focus,
42144
42343
  .k-grid .k-table .k-grouping-row > .k-table-td:focus,
42145
42344
  .k-grid .k-table .k-detail-row > .k-table-td:focus,
@@ -42157,12 +42356,42 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42157
42356
  }
42158
42357
 
42159
42358
  .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,
42359
+ .k-grid .k-table td:focus.k-grid-header-sticky,
42360
+ .k-grid .k-table td:focus.k-grid-content-sticky,
42361
+ .k-grid .k-table td:focus.k-grid-footer-sticky,
42362
+ .k-grid .k-table td.k-focus.k-grid-header-sticky,
42363
+ .k-grid .k-table td.k-focus.k-grid-content-sticky,
42364
+ .k-grid .k-table td.k-focus.k-grid-footer-sticky,
42160
42365
  .k-grid .k-table .k-table-td:focus.k-grid-header-sticky,
42161
42366
  .k-grid .k-table .k-table-td:focus.k-grid-content-sticky,
42162
42367
  .k-grid .k-table .k-table-td:focus.k-grid-footer-sticky,
42163
42368
  .k-grid .k-table .k-table-td.k-focus.k-grid-header-sticky,
42164
42369
  .k-grid .k-table .k-table-td.k-focus.k-grid-content-sticky,
42165
42370
  .k-grid .k-table .k-table-td.k-focus.k-grid-footer-sticky,
42371
+ .k-grid .k-table .k-master-row > td:focus.k-grid-header-sticky,
42372
+ .k-grid .k-table .k-master-row > td:focus.k-grid-content-sticky,
42373
+ .k-grid .k-table .k-master-row > td:focus.k-grid-footer-sticky,
42374
+ .k-grid .k-table .k-master-row > td.k-focus.k-grid-header-sticky,
42375
+ .k-grid .k-table .k-master-row > td.k-focus.k-grid-content-sticky,
42376
+ .k-grid .k-table .k-master-row > td.k-focus.k-grid-footer-sticky,
42377
+ .k-grid .k-table .k-grouping-row > td:focus.k-grid-header-sticky,
42378
+ .k-grid .k-table .k-grouping-row > td:focus.k-grid-content-sticky,
42379
+ .k-grid .k-table .k-grouping-row > td:focus.k-grid-footer-sticky,
42380
+ .k-grid .k-table .k-grouping-row > td.k-focus.k-grid-header-sticky,
42381
+ .k-grid .k-table .k-grouping-row > td.k-focus.k-grid-content-sticky,
42382
+ .k-grid .k-table .k-grouping-row > td.k-focus.k-grid-footer-sticky,
42383
+ .k-grid .k-table .k-detail-row > td:focus.k-grid-header-sticky,
42384
+ .k-grid .k-table .k-detail-row > td:focus.k-grid-content-sticky,
42385
+ .k-grid .k-table .k-detail-row > td:focus.k-grid-footer-sticky,
42386
+ .k-grid .k-table .k-detail-row > td.k-focus.k-grid-header-sticky,
42387
+ .k-grid .k-table .k-detail-row > td.k-focus.k-grid-content-sticky,
42388
+ .k-grid .k-table .k-detail-row > td.k-focus.k-grid-footer-sticky,
42389
+ .k-grid .k-table .k-group-footer > td:focus.k-grid-header-sticky,
42390
+ .k-grid .k-table .k-group-footer > td:focus.k-grid-content-sticky,
42391
+ .k-grid .k-table .k-group-footer > td:focus.k-grid-footer-sticky,
42392
+ .k-grid .k-table .k-group-footer > td.k-focus.k-grid-header-sticky,
42393
+ .k-grid .k-table .k-group-footer > td.k-focus.k-grid-content-sticky,
42394
+ .k-grid .k-table .k-group-footer > td.k-focus.k-grid-footer-sticky,
42166
42395
  .k-grid .k-table .k-master-row > .k-table-td:focus.k-grid-header-sticky,
42167
42396
  .k-grid .k-table .k-master-row > .k-table-td:focus.k-grid-content-sticky,
42168
42397
  .k-grid .k-table .k-master-row > .k-table-td:focus.k-grid-footer-sticky,
@@ -42197,6 +42426,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42197
42426
  }
42198
42427
 
42199
42428
  .k-grid .k-table-th,
42429
+ .k-grid td,
42200
42430
  .k-grid .k-table-td {
42201
42431
  border-inline-start-color: transparent;
42202
42432
  }
@@ -42204,17 +42434,30 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42204
42434
  .k-grid .k-grid-header-locked,
42205
42435
  .k-grid .k-grid-content-locked,
42206
42436
  .k-grid .k-grid-header-locked .k-table-th,
42437
+ .k-grid .k-grid-content-locked td,
42207
42438
  .k-grid .k-grid-content-locked .k-table-td {
42208
42439
  border-top-color: rgba(0, 0, 0, 0.12);
42209
42440
  border-bottom-color: rgba(0, 0, 0, 0.12);
42210
42441
  }
42211
42442
 
42443
+ .k-grid .k-grid-header-locked .k-group-footer:hover td,
42444
+ .k-grid .k-grid-header-locked .k-group-footer.k-hover td,
42212
42445
  .k-grid .k-grid-header-locked .k-group-footer:hover .k-table-td,
42213
42446
  .k-grid .k-grid-header-locked .k-group-footer.k-hover .k-table-td,
42447
+ .k-grid .k-grid-content-locked .k-group-footer:hover td,
42448
+ .k-grid .k-grid-content-locked .k-group-footer.k-hover td,
42214
42449
  .k-grid .k-grid-content-locked .k-group-footer:hover .k-table-td,
42215
42450
  .k-grid .k-grid-content-locked .k-group-footer.k-hover .k-table-td,
42451
+ .k-grid .k-grid-header-locked .k-table-th .k-group-footer:hover td,
42452
+ .k-grid .k-grid-header-locked .k-table-th .k-group-footer.k-hover td,
42216
42453
  .k-grid .k-grid-header-locked .k-table-th .k-group-footer:hover .k-table-td,
42217
42454
  .k-grid .k-grid-header-locked .k-table-th .k-group-footer.k-hover .k-table-td,
42455
+ .k-grid .k-grid-content-locked td .k-group-footer:hover td,
42456
+ .k-grid .k-grid-content-locked td .k-group-footer.k-hover td,
42457
+ .k-grid .k-grid-content-locked td .k-group-footer:hover .k-table-td,
42458
+ .k-grid .k-grid-content-locked td .k-group-footer.k-hover .k-table-td,
42459
+ .k-grid .k-grid-content-locked .k-table-td .k-group-footer:hover td,
42460
+ .k-grid .k-grid-content-locked .k-table-td .k-group-footer.k-hover td,
42218
42461
  .k-grid .k-grid-content-locked .k-table-td .k-group-footer:hover .k-table-td,
42219
42462
  .k-grid .k-grid-content-locked .k-table-td .k-group-footer.k-hover .k-table-td {
42220
42463
  color: inherit;
@@ -42236,6 +42479,7 @@ kendo-grid .k-grid-content-sticky {
42236
42479
  border-bottom-color: rgba(0, 0, 0, 0.12);
42237
42480
  }
42238
42481
 
42482
+ kendo-grid .k-grid-row-sticky td,
42239
42483
  kendo-grid .k-grid-row-sticky .k-table-td {
42240
42484
  border-top-color: rgba(0, 0, 0, 0.5);
42241
42485
  border-bottom-color: rgba(0, 0, 0, 0.5);
@@ -42288,11 +42532,14 @@ kendo-grid .k-grid-row-sticky .k-table-td {
42288
42532
  border-inline-start-color: rgba(0, 0, 0, 0.12);
42289
42533
  }
42290
42534
 
42535
+ .k-group-footer td,
42291
42536
  .k-group-footer .k-table-td,
42292
42537
  .k-group-footer .k-grid-footer-sticky {
42293
42538
  background: #ffffff;
42294
42539
  }
42295
42540
 
42541
+ .k-group-footer:hover td,
42542
+ .k-group-footer.k-hover td,
42296
42543
  .k-group-footer:hover .k-table-td,
42297
42544
  .k-group-footer.k-hover .k-table-td {
42298
42545
  background-color: #ffffff;
@@ -44430,6 +44677,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
44430
44677
  transform: translate(0, -50%);
44431
44678
  }
44432
44679
 
44680
+ .k-treelist .k-table-row.k-footer td,
44681
+ .k-treelist .k-table-row.k-footer-template td,
44433
44682
  .k-treelist .k-table-row.k-footer .k-table-td,
44434
44683
  .k-treelist .k-table-row.k-footer-template .k-table-td {
44435
44684
  border-width: 1px 0;
@@ -44437,6 +44686,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
44437
44686
  font-weight: bold;
44438
44687
  }
44439
44688
 
44689
+ .k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
44440
44690
  .k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
44441
44691
  border-top-width: 0;
44442
44692
  }