@progress/kendo-theme-bootstrap 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
@@ -24246,6 +24246,10 @@ kendo-sortable {
24246
24246
  vertical-align: top;
24247
24247
  }
24248
24248
 
24249
+ .k-icon-wrapper-host {
24250
+ display: contents;
24251
+ }
24252
+
24249
24253
  .k-icon-with-modifier {
24250
24254
  position: relative;
24251
24255
  margin: .25em;
@@ -27333,6 +27337,45 @@ kendo-badge-container {
27333
27337
  .k-button-sm.k-icon-button > .k-button-icon {
27334
27338
  min-width: 1.25rem;
27335
27339
  min-height: 1.25rem;
27340
+ display: inline-flex;
27341
+ align-items: center;
27342
+ justify-content: center;
27343
+ }
27344
+
27345
+ .k-button-sm.k-icon-button > .k-button-icon.k-svg-icon > svg,
27346
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-md > svg {
27347
+ width: 16px;
27348
+ height: 16px;
27349
+ }
27350
+
27351
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xs > svg {
27352
+ width: 12px;
27353
+ height: 12px;
27354
+ }
27355
+
27356
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-sm > svg {
27357
+ width: 14px;
27358
+ height: 14px;
27359
+ }
27360
+
27361
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-lg > svg {
27362
+ width: 20px;
27363
+ height: 20px;
27364
+ }
27365
+
27366
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xl > svg {
27367
+ width: 24px;
27368
+ height: 24px;
27369
+ }
27370
+
27371
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xxl > svg {
27372
+ width: 32px;
27373
+ height: 32px;
27374
+ }
27375
+
27376
+ .k-button-sm.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
27377
+ width: 48px;
27378
+ height: 48px;
27336
27379
  }
27337
27380
 
27338
27381
  .k-button-md {
@@ -27348,6 +27391,45 @@ kendo-badge-container {
27348
27391
  .k-button-md.k-icon-button > .k-button-icon {
27349
27392
  min-width: 1.5rem;
27350
27393
  min-height: 1.5rem;
27394
+ display: inline-flex;
27395
+ align-items: center;
27396
+ justify-content: center;
27397
+ }
27398
+
27399
+ .k-button-md.k-icon-button > .k-button-icon.k-svg-icon > svg,
27400
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-md > svg {
27401
+ width: 16px;
27402
+ height: 16px;
27403
+ }
27404
+
27405
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xs > svg {
27406
+ width: 12px;
27407
+ height: 12px;
27408
+ }
27409
+
27410
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-sm > svg {
27411
+ width: 14px;
27412
+ height: 14px;
27413
+ }
27414
+
27415
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-lg > svg {
27416
+ width: 20px;
27417
+ height: 20px;
27418
+ }
27419
+
27420
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xl > svg {
27421
+ width: 24px;
27422
+ height: 24px;
27423
+ }
27424
+
27425
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xxl > svg {
27426
+ width: 32px;
27427
+ height: 32px;
27428
+ }
27429
+
27430
+ .k-button-md.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
27431
+ width: 48px;
27432
+ height: 48px;
27351
27433
  }
27352
27434
 
27353
27435
  .k-button-lg {
@@ -27363,6 +27445,45 @@ kendo-badge-container {
27363
27445
  .k-button-lg.k-icon-button > .k-button-icon {
27364
27446
  min-width: 1.5rem;
27365
27447
  min-height: 1.5rem;
27448
+ display: inline-flex;
27449
+ align-items: center;
27450
+ justify-content: center;
27451
+ }
27452
+
27453
+ .k-button-lg.k-icon-button > .k-button-icon.k-svg-icon > svg,
27454
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-md > svg {
27455
+ width: 16px;
27456
+ height: 16px;
27457
+ }
27458
+
27459
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xs > svg {
27460
+ width: 12px;
27461
+ height: 12px;
27462
+ }
27463
+
27464
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-sm > svg {
27465
+ width: 14px;
27466
+ height: 14px;
27467
+ }
27468
+
27469
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-lg > svg {
27470
+ width: 20px;
27471
+ height: 20px;
27472
+ }
27473
+
27474
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xl > svg {
27475
+ width: 24px;
27476
+ height: 24px;
27477
+ }
27478
+
27479
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xxl > svg {
27480
+ width: 32px;
27481
+ height: 32px;
27482
+ }
27483
+
27484
+ .k-button-lg.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
27485
+ width: 48px;
27486
+ height: 48px;
27366
27487
  }
27367
27488
 
27368
27489
  .k-button-square {
@@ -30139,8 +30260,8 @@ textarea.k-input-inner {
30139
30260
  aspect-ratio: auto;
30140
30261
  }
30141
30262
 
30142
- .k-input-spinner .k-spinner-increase > .k-button-icon,
30143
- .k-input-spinner .k-spinner-decrease > .k-button-icon {
30263
+ .k-input-spinner .k-spinner-increase .k-button-icon,
30264
+ .k-input-spinner .k-spinner-decrease .k-button-icon {
30144
30265
  margin: -1em 0;
30145
30266
  min-width: auto !important;
30146
30267
  min-height: auto !important;
@@ -33165,8 +33286,9 @@ select.k-picker-lg {
33165
33286
  vertical-align: middle;
33166
33287
  }
33167
33288
 
33168
- .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
33169
- margin-left: -13px;
33289
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
33290
+ .k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
33291
+ margin-inline-start: -13px;
33170
33292
  }
33171
33293
 
33172
33294
  .k-color-contrast-svg {
@@ -33177,12 +33299,6 @@ select.k-picker-lg {
33177
33299
  pointer-events: none;
33178
33300
  }
33179
33301
 
33180
- .k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
33181
- [dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
33182
- margin-left: 0;
33183
- margin-right: -13px;
33184
- }
33185
-
33186
33302
  .k-colorgradient {
33187
33303
  border-color: #dee2e6;
33188
33304
  color: #212529;
@@ -39601,6 +39717,7 @@ kendo-card-footer {
39601
39717
  }
39602
39718
 
39603
39719
  .k-grid .k-table-th,
39720
+ .k-grid td,
39604
39721
  .k-grid .k-table-td {
39605
39722
  border-width: 0;
39606
39723
  border-inline-start-width: 1px;
@@ -39616,16 +39733,19 @@ kendo-card-footer {
39616
39733
  }
39617
39734
 
39618
39735
  .k-grid .k-table-th:first-child,
39736
+ .k-grid td:first-child,
39619
39737
  .k-grid .k-table-td:first-child {
39620
39738
  border-inline-start-width: 0;
39621
39739
  }
39622
39740
 
39623
39741
  .k-grid .k-table-th:focus,
39742
+ .k-grid td:focus,
39624
39743
  .k-grid .k-table-td:focus {
39625
39744
  outline: none;
39626
39745
  }
39627
39746
 
39628
39747
  .k-grid .k-table-th .k-placeholder-line,
39748
+ .k-grid td .k-placeholder-line,
39629
39749
  .k-grid .k-table-td .k-placeholder-line {
39630
39750
  width: 80%;
39631
39751
  }
@@ -39634,6 +39754,10 @@ kendo-card-footer {
39634
39754
  .k-grid .k-table-th > .k-radio-wrap,
39635
39755
  .k-grid .k-table-th > .k-checkbox,
39636
39756
  .k-grid .k-table-th > .k-checkbox-wrap,
39757
+ .k-grid td > .k-radio,
39758
+ .k-grid td > .k-radio-wrap,
39759
+ .k-grid td > .k-checkbox,
39760
+ .k-grid td > .k-checkbox-wrap,
39637
39761
  .k-grid .k-table-td > .k-radio,
39638
39762
  .k-grid .k-table-td > .k-radio-wrap,
39639
39763
  .k-grid .k-table-td > .k-checkbox,
@@ -39646,6 +39770,7 @@ kendo-card-footer {
39646
39770
  white-space: nowrap;
39647
39771
  }
39648
39772
 
39773
+ .k-grid td,
39649
39774
  .k-grid .k-table-td {
39650
39775
  border-block-end-width: 0px;
39651
39776
  white-space: unset;
@@ -39797,10 +39922,12 @@ kendo-card-footer {
39797
39922
  align-content: center;
39798
39923
  }
39799
39924
 
39925
+ .k-grid .k-grouping-row td,
39800
39926
  .k-grid .k-grouping-row .k-table-td {
39801
39927
  overflow: visible;
39802
39928
  }
39803
39929
 
39930
+ .k-grid .k-grouping-row + .k-table-row td,
39804
39931
  .k-grid .k-grouping-row + .k-table-row .k-table-td {
39805
39932
  border-top-width: 1px;
39806
39933
  }
@@ -39817,11 +39944,13 @@ kendo-card-footer {
39817
39944
  text-decoration: none;
39818
39945
  }
39819
39946
 
39947
+ .k-grid .k-table .k-group-footer td,
39820
39948
  .k-grid .k-table .k-group-footer .k-table-td {
39821
39949
  border-style: solid;
39822
39950
  border-width: 1px 0;
39823
39951
  }
39824
39952
 
39953
+ .k-grid .k-group-footer .k-group-cell + td,
39825
39954
  .k-grid .k-group-footer .k-group-cell + .k-table-td {
39826
39955
  border-inline-start-width: 1px;
39827
39956
  }
@@ -40014,10 +40143,14 @@ div.k-grid-footer {
40014
40143
  border-top-width: 1px;
40015
40144
  }
40016
40145
 
40146
+ .k-grid-footer td,
40017
40147
  .k-grid-footer .k-table-td {
40018
40148
  height: 1.5em;
40019
40149
  }
40020
40150
 
40151
+ .k-grid-footer td,
40152
+ .k-group-footer td,
40153
+ .k-grouping-row td,
40021
40154
  .k-grid-footer .k-table-td,
40022
40155
  .k-group-footer .k-table-td,
40023
40156
  .k-grouping-row .k-table-td {
@@ -40039,6 +40172,7 @@ div.k-grid-footer {
40039
40172
  line-height: 1.5;
40040
40173
  }
40041
40174
 
40175
+ .k-filter-row td,
40042
40176
  .k-filter-row .k-table-td,
40043
40177
  .k-filter-row .k-table-th {
40044
40178
  border-width: 0;
@@ -40047,6 +40181,7 @@ div.k-grid-footer {
40047
40181
  white-space: nowrap;
40048
40182
  }
40049
40183
 
40184
+ .k-filter-row td:first-child,
40050
40185
  .k-filter-row .k-table-td:first-child {
40051
40186
  border-inline-start-width: 0;
40052
40187
  }
@@ -40094,7 +40229,9 @@ div.k-grid-footer {
40094
40229
  outline: 0;
40095
40230
  }
40096
40231
 
40232
+ .k-grid-content .k-table-row:last-child > td,
40097
40233
  .k-grid-content .k-table-row:last-child > .k-table-td,
40234
+ .k-grid-content-locked .k-table-row:last-child > td,
40098
40235
  .k-grid-content-locked .k-table-row:last-child > .k-table-td {
40099
40236
  border-bottom-width: 0;
40100
40237
  }
@@ -40117,6 +40254,7 @@ div.k-grid-footer {
40117
40254
 
40118
40255
  .k-grid .k-edit-cell,
40119
40256
  .k-grid .k-command-cell,
40257
+ .k-grid .k-grid-edit-row td,
40120
40258
  .k-grid .k-grid-edit-row .k-table-td {
40121
40259
  text-overflow: clip;
40122
40260
  }
@@ -40124,6 +40262,9 @@ div.k-grid-footer {
40124
40262
  .k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
40125
40263
  .k-grid .k-edit-cell > select,
40126
40264
  .k-grid .k-edit-cell > .k-widget:not(.k-switch),
40265
+ .k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
40266
+ .k-grid .k-grid-edit-row td > select,
40267
+ .k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
40127
40268
  .k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
40128
40269
  .k-grid .k-grid-edit-row .k-table-td > select,
40129
40270
  .k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
@@ -40136,6 +40277,10 @@ div.k-grid-footer {
40136
40277
  .k-grid .k-edit-cell > .k-checkbox,
40137
40278
  .k-grid .k-edit-cell > .k-radio-wrap,
40138
40279
  .k-grid .k-edit-cell > .k-checkbox-wrap,
40280
+ .k-grid .k-grid-edit-row td > .k-radio,
40281
+ .k-grid .k-grid-edit-row td > .k-checkbox,
40282
+ .k-grid .k-grid-edit-row td > .k-radio-wrap,
40283
+ .k-grid .k-grid-edit-row td > .k-checkbox-wrap,
40139
40284
  .k-grid .k-grid-edit-row .k-table-td > .k-radio,
40140
40285
  .k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
40141
40286
  .k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
@@ -40177,19 +40322,19 @@ div.k-grid-footer {
40177
40322
  }
40178
40323
 
40179
40324
  .k-grid-virtual .k-grid-content .k-grid-table-wrap {
40180
- float: inline-start;
40325
+ float: left;
40181
40326
  width: 100%;
40182
40327
  }
40183
40328
 
40184
40329
  .k-grid-virtual .k-grid-content .k-grid-table {
40185
40330
  position: relative;
40186
- float: inline-start;
40331
+ float: left;
40187
40332
  z-index: 1;
40188
40333
  }
40189
40334
 
40190
40335
  .k-grid-virtual .k-grid-content > .k-height-container {
40191
40336
  position: relative;
40192
- float: inline-start;
40337
+ float: left;
40193
40338
  }
40194
40339
 
40195
40340
  .k-grid-virtual .k-grid-content::after {
@@ -40207,6 +40352,7 @@ div.k-grid-footer {
40207
40352
  height: 1px;
40208
40353
  }
40209
40354
 
40355
+ .k-grid-add-row td,
40210
40356
  .k-grid-add-row .k-table-td {
40211
40357
  border-bottom-style: solid;
40212
40358
  border-bottom-width: 1px;
@@ -40290,18 +40436,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
40290
40436
  z-index: auto;
40291
40437
  }
40292
40438
 
40439
+ kendo-grid .k-grid-row-sticky td,
40293
40440
  kendo-grid .k-grid-row-sticky .k-table-td {
40294
40441
  border-bottom-width: 1px;
40295
40442
  border-top-width: 1px;
40296
40443
  position: sticky;
40297
40444
  top: inherit;
40298
40445
  bottom: inherit;
40299
- }
40300
-
40301
- kendo-grid .k-grid-row-sticky .k-table-td {
40302
40446
  z-index: 2;
40303
40447
  }
40304
40448
 
40449
+ kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
40450
+ kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
40305
40451
  kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
40306
40452
  kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
40307
40453
  z-index: 3;
@@ -40327,10 +40473,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
40327
40473
  border-inline-end-width: 1px;
40328
40474
  }
40329
40475
 
40476
+ .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
40330
40477
  .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
40331
40478
  .k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
40479
+ .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
40332
40480
  .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
40333
40481
  .k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
40482
+ .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
40334
40483
  .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
40335
40484
  .k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
40336
40485
  border-inline-start-width: 0;
@@ -40392,6 +40541,7 @@ div.k-grid-norecords {
40392
40541
  padding: 0.25rem 0.25rem;
40393
40542
  }
40394
40543
 
40544
+ .k-grid-sm td,
40395
40545
  .k-grid-sm .k-table-td {
40396
40546
  padding: 0.25rem 0.25rem;
40397
40547
  }
@@ -40447,10 +40597,12 @@ div.k-grid-norecords {
40447
40597
 
40448
40598
  .k-grid-sm .k-edit-cell,
40449
40599
  .k-grid-sm .k-command-cell,
40600
+ .k-grid-sm .k-grid-edit-row td,
40450
40601
  .k-grid-sm .k-grid-edit-row .k-table-td {
40451
40602
  padding: 0.25rem 0.25rem;
40452
40603
  }
40453
40604
 
40605
+ .k-grid-sm .k-filter-row td,
40454
40606
  .k-grid-sm .k-filter-row .k-table-td,
40455
40607
  .k-grid-sm .k-filter-row .k-table-th {
40456
40608
  padding: 0.375rem 0.375rem;
@@ -40465,6 +40617,7 @@ div.k-grid-norecords {
40465
40617
  padding: 0.5rem 0.5rem;
40466
40618
  }
40467
40619
 
40620
+ .k-grid-md td,
40468
40621
  .k-grid-md .k-table-td {
40469
40622
  padding: 0.5rem 0.5rem;
40470
40623
  }
@@ -40520,10 +40673,12 @@ div.k-grid-norecords {
40520
40673
 
40521
40674
  .k-grid-md .k-edit-cell,
40522
40675
  .k-grid-md .k-command-cell,
40676
+ .k-grid-md .k-grid-edit-row td,
40523
40677
  .k-grid-md .k-grid-edit-row .k-table-td {
40524
40678
  padding: 5px 0.5rem;
40525
40679
  }
40526
40680
 
40681
+ .k-grid-md .k-filter-row td,
40527
40682
  .k-grid-md .k-filter-row .k-table-td,
40528
40683
  .k-grid-md .k-filter-row .k-table-th {
40529
40684
  padding: 0.5rem 0.5rem;
@@ -40574,7 +40729,7 @@ div.k-grid-norecords {
40574
40729
  }
40575
40730
 
40576
40731
  .k-pdf-export-shadow .k-grid {
40577
- float: inline-start;
40732
+ float: left;
40578
40733
  width: auto !important;
40579
40734
  }
40580
40735
 
@@ -40669,6 +40824,7 @@ div.k-grid-norecords {
40669
40824
  }
40670
40825
 
40671
40826
  .k-autofitting .k-table-th,
40827
+ .k-autofitting td,
40672
40828
  .k-autofitting .k-table-td {
40673
40829
  white-space: nowrap !important;
40674
40830
  }
@@ -40802,6 +40958,7 @@ div.k-grid-norecords {
40802
40958
  background-color: inherit;
40803
40959
  }
40804
40960
 
40961
+ .k-grid td,
40805
40962
  .k-grid .k-table-td,
40806
40963
  .k-grid .k-grid-content,
40807
40964
  .k-grid .k-grid-header-locked,
@@ -40819,15 +40976,27 @@ div.k-grid-norecords {
40819
40976
  }
40820
40977
 
40821
40978
  .k-grid .k-table-th.k-selected,
40979
+ .k-grid td.k-selected,
40822
40980
  .k-grid .k-table-td.k-selected,
40981
+ .k-grid .k-table-row.k-selected > td,
40823
40982
  .k-grid .k-table-row.k-selected > .k-table-td {
40824
40983
  color: #212529;
40825
40984
  background-color: rgba(13, 110, 253, 0.25);
40826
40985
  }
40827
40986
 
40828
40987
  .k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
40988
+ .k-grid td:focus,
40989
+ .k-grid td.k-focus,
40829
40990
  .k-grid .k-table-td:focus,
40830
40991
  .k-grid .k-table-td.k-focus,
40992
+ .k-grid .k-master-row > td:focus,
40993
+ .k-grid .k-master-row > td.k-focus,
40994
+ .k-grid .k-grouping-row > td:focus,
40995
+ .k-grid .k-grouping-row > td.k-focus,
40996
+ .k-grid .k-detail-row > td:focus,
40997
+ .k-grid .k-detail-row > td.k-focus,
40998
+ .k-grid .k-group-footer > td:focus,
40999
+ .k-grid .k-group-footer > td.k-focus,
40831
41000
  .k-grid .k-master-row > .k-table-td:focus,
40832
41001
  .k-grid .k-master-row > .k-table-td.k-focus,
40833
41002
  .k-grid .k-grouping-row > .k-table-td:focus,
@@ -40849,6 +41018,7 @@ div.k-grid-norecords {
40849
41018
  .k-grid .k-grid-header-locked,
40850
41019
  .k-grid .k-grid-content-locked,
40851
41020
  .k-grid .k-grid-header-locked .k-header,
41021
+ .k-grid .k-grid-content-locked td,
40852
41022
  .k-grid .k-grid-content-locked .k-table-td {
40853
41023
  border-color: rgba(33, 37, 41, 0.5);
40854
41024
  }
@@ -40857,23 +41027,29 @@ div.k-grid-norecords {
40857
41027
  border-bottom-color: #dee2e6;
40858
41028
  }
40859
41029
 
41030
+ .k-grid .k-grid-content-locked .k-group-footer td,
40860
41031
  .k-grid .k-grid-content-locked .k-group-footer .k-table-td,
40861
41032
  .k-grid .k-grid-content-locked .k-group-cell {
40862
41033
  border-color: #dee2e6;
40863
41034
  }
40864
41035
 
41036
+ .k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
40865
41037
  .k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
40866
41038
  border-top-color: #dee2e6;
40867
41039
  }
40868
41040
 
41041
+ .k-grid .k-grid-content-locked .k-selected td,
40869
41042
  .k-grid .k-grid-content-locked .k-selected .k-table-td {
40870
41043
  background-color: #c3dbff;
40871
41044
  }
40872
41045
 
41046
+ .k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
40873
41047
  .k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
40874
41048
  background-color: #bdd4f7;
40875
41049
  }
40876
41050
 
41051
+ .k-grid .k-grid-content-locked .k-selected:hover td,
41052
+ .k-grid .k-grid-content-locked .k-selected.k-hover td,
40877
41053
  .k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
40878
41054
  .k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
40879
41055
  background-color: #b8cff1;
@@ -40950,12 +41126,14 @@ div.k-grid-norecords {
40950
41126
 
40951
41127
  .k-master-row.k-selected .k-grid-content-sticky,
40952
41128
  .k-master-row.k-selected .k-grid-row-sticky,
41129
+ .k-master-row td.k-grid-content-sticky.k-selected,
40953
41130
  .k-master-row .k-table-td.k-grid-content-sticky.k-selected {
40954
41131
  background-color: #c3dbff;
40955
41132
  }
40956
41133
 
40957
41134
  .k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
40958
41135
  .k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
41136
+ .k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
40959
41137
  .k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
40960
41138
  background-color: #bdd4f7;
40961
41139
  }
@@ -40971,6 +41149,8 @@ div.k-grid-norecords {
40971
41149
  .k-master-row.k-selected.k-hover .k-grid-content-sticky,
40972
41150
  .k-master-row.k-selected:hover .k-grid-row-sticky,
40973
41151
  .k-master-row.k-selected.k-hover .k-grid-row-sticky,
41152
+ .k-master-row:hover td.k-grid-content-sticky.k-selected,
41153
+ .k-master-row.k-hover td.k-grid-content-sticky.k-selected,
40974
41154
  .k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
40975
41155
  .k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
40976
41156
  background-color: #b8cff1;
@@ -40987,23 +41167,33 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
40987
41167
  background-color: #ebebeb;
40988
41168
  }
40989
41169
 
41170
+ kendo-grid.k-grid .k-grid-row-sticky td,
40990
41171
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
40991
41172
  border-top-color: rgba(33, 37, 41, 0.5);
40992
41173
  border-bottom-color: rgba(33, 37, 41, 0.5);
40993
41174
  background-color: #ffffff;
40994
41175
  }
40995
41176
 
41177
+ kendo-grid.k-grid .k-grid-row-sticky td:hover td,
41178
+ kendo-grid.k-grid .k-grid-row-sticky td.k-hover td,
41179
+ kendo-grid.k-grid .k-grid-row-sticky td:hover .k-table-td,
41180
+ kendo-grid.k-grid .k-grid-row-sticky td.k-hover .k-table-td,
41181
+ kendo-grid.k-grid .k-grid-row-sticky .k-table-td:hover td,
41182
+ kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-hover td,
40996
41183
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td:hover .k-table-td,
40997
41184
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-hover .k-table-td {
40998
41185
  background-color: #ebebeb;
40999
41186
  }
41000
41187
 
41001
41188
  kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
41189
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
41002
41190
  kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
41003
41191
  background-color: whitesmoke;
41004
41192
  }
41005
41193
 
41006
41194
  kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
41195
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
41196
+ kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
41007
41197
  kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
41008
41198
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
41009
41199
  kendo-grid.k-grid .k-selected.k-grid-content-sticky {
@@ -41011,6 +41201,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
41011
41201
  }
41012
41202
 
41013
41203
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
41204
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
41014
41205
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
41015
41206
  kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
41016
41207
  background-color: #bdd4f7;
@@ -41018,6 +41209,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
41018
41209
 
41019
41210
  kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
41020
41211
  kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
41212
+ kendo-grid.k-grid .k-grid-row-sticky:hover td,
41213
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
41214
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
41215
+ kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
41021
41216
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
41022
41217
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
41023
41218
  kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
@@ -41029,12 +41224,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
41029
41224
 
41030
41225
  kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
41031
41226
  kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
41227
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
41228
+ kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
41229
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
41230
+ kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
41032
41231
  kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
41033
41232
  kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
41034
41233
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
41035
41234
  kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
41036
41235
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
41037
41236
  kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
41237
+ kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
41238
+ kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
41038
41239
  kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
41039
41240
  kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
41040
41241
  kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
@@ -41051,6 +41252,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
41051
41252
  background-color: #ebebeb;
41052
41253
  }
41053
41254
 
41255
+ .k-group-footer td,
41054
41256
  .k-group-footer .k-table-td,
41055
41257
  .k-group-footer .k-grid-footer-sticky {
41056
41258
  background-color: #f8f9fa;
@@ -43182,6 +43384,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43182
43384
  transform: translate(0, -50%);
43183
43385
  }
43184
43386
 
43387
+ .k-treelist .k-table-row.k-footer td,
43388
+ .k-treelist .k-table-row.k-footer-template td,
43185
43389
  .k-treelist .k-table-row.k-footer .k-table-td,
43186
43390
  .k-treelist .k-table-row.k-footer-template .k-table-td {
43187
43391
  border-width: 1px 0;
@@ -43189,6 +43393,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
43189
43393
  font-weight: bold;
43190
43394
  }
43191
43395
 
43396
+ .k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
43192
43397
  .k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
43193
43398
  border-top-width: 0;
43194
43399
  }