@progress/kendo-theme-bootstrap 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 +274 -17
- package/dist/all.scss +160 -23
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_theme.scss +37 -0
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 {
|
|
@@ -30078,6 +30199,58 @@ textarea.k-input-inner {
|
|
|
30078
30199
|
justify-content: center;
|
|
30079
30200
|
}
|
|
30080
30201
|
|
|
30202
|
+
.k-input-icon.k-svg-icon > svg,
|
|
30203
|
+
.k-input-icon.k-icon-md > svg,
|
|
30204
|
+
.k-input-validation-icon.k-svg-icon > svg,
|
|
30205
|
+
.k-input-validation-icon.k-icon-md > svg,
|
|
30206
|
+
.k-input-loading-icon.k-svg-icon > svg,
|
|
30207
|
+
.k-input-loading-icon.k-icon-md > svg {
|
|
30208
|
+
width: 16px;
|
|
30209
|
+
height: 16px;
|
|
30210
|
+
}
|
|
30211
|
+
|
|
30212
|
+
.k-input-icon.k-icon-xs > svg,
|
|
30213
|
+
.k-input-validation-icon.k-icon-xs > svg,
|
|
30214
|
+
.k-input-loading-icon.k-icon-xs > svg {
|
|
30215
|
+
width: 12px;
|
|
30216
|
+
height: 12px;
|
|
30217
|
+
}
|
|
30218
|
+
|
|
30219
|
+
.k-input-icon.k-icon-sm > svg,
|
|
30220
|
+
.k-input-validation-icon.k-icon-sm > svg,
|
|
30221
|
+
.k-input-loading-icon.k-icon-sm > svg {
|
|
30222
|
+
width: 14px;
|
|
30223
|
+
height: 14px;
|
|
30224
|
+
}
|
|
30225
|
+
|
|
30226
|
+
.k-input-icon.k-icon-lg > svg,
|
|
30227
|
+
.k-input-validation-icon.k-icon-lg > svg,
|
|
30228
|
+
.k-input-loading-icon.k-icon-lg > svg {
|
|
30229
|
+
width: 20px;
|
|
30230
|
+
height: 20px;
|
|
30231
|
+
}
|
|
30232
|
+
|
|
30233
|
+
.k-input-icon.k-icon-xl > svg,
|
|
30234
|
+
.k-input-validation-icon.k-icon-xl > svg,
|
|
30235
|
+
.k-input-loading-icon.k-icon-xl > svg {
|
|
30236
|
+
width: 24px;
|
|
30237
|
+
height: 24px;
|
|
30238
|
+
}
|
|
30239
|
+
|
|
30240
|
+
.k-input-icon.k-icon-xxl > svg,
|
|
30241
|
+
.k-input-validation-icon.k-icon-xxl > svg,
|
|
30242
|
+
.k-input-loading-icon.k-icon-xxl > svg {
|
|
30243
|
+
width: 32px;
|
|
30244
|
+
height: 32px;
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.k-input-icon.k-icon-xxxl > svg,
|
|
30248
|
+
.k-input-validation-icon.k-icon-xxxl > svg,
|
|
30249
|
+
.k-input-loading-icon.k-icon-xxxl > svg {
|
|
30250
|
+
width: 48px;
|
|
30251
|
+
height: 48px;
|
|
30252
|
+
}
|
|
30253
|
+
|
|
30081
30254
|
.k-clear-value {
|
|
30082
30255
|
outline: 0;
|
|
30083
30256
|
flex: none;
|
|
@@ -30139,8 +30312,8 @@ textarea.k-input-inner {
|
|
|
30139
30312
|
aspect-ratio: auto;
|
|
30140
30313
|
}
|
|
30141
30314
|
|
|
30142
|
-
.k-input-spinner .k-spinner-increase
|
|
30143
|
-
.k-input-spinner .k-spinner-decrease
|
|
30315
|
+
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
30316
|
+
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
30144
30317
|
margin: -1em 0;
|
|
30145
30318
|
min-width: auto !important;
|
|
30146
30319
|
min-height: auto !important;
|
|
@@ -33165,8 +33338,9 @@ select.k-picker-lg {
|
|
|
33165
33338
|
vertical-align: middle;
|
|
33166
33339
|
}
|
|
33167
33340
|
|
|
33168
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon
|
|
33169
|
-
|
|
33341
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
|
|
33342
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
33343
|
+
margin-inline-start: -13px;
|
|
33170
33344
|
}
|
|
33171
33345
|
|
|
33172
33346
|
.k-color-contrast-svg {
|
|
@@ -33177,12 +33351,6 @@ select.k-picker-lg {
|
|
|
33177
33351
|
pointer-events: none;
|
|
33178
33352
|
}
|
|
33179
33353
|
|
|
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
33354
|
.k-colorgradient {
|
|
33187
33355
|
border-color: #dee2e6;
|
|
33188
33356
|
color: #212529;
|
|
@@ -39601,6 +39769,7 @@ kendo-card-footer {
|
|
|
39601
39769
|
}
|
|
39602
39770
|
|
|
39603
39771
|
.k-grid .k-table-th,
|
|
39772
|
+
.k-grid td,
|
|
39604
39773
|
.k-grid .k-table-td {
|
|
39605
39774
|
border-width: 0;
|
|
39606
39775
|
border-inline-start-width: 1px;
|
|
@@ -39616,16 +39785,19 @@ kendo-card-footer {
|
|
|
39616
39785
|
}
|
|
39617
39786
|
|
|
39618
39787
|
.k-grid .k-table-th:first-child,
|
|
39788
|
+
.k-grid td:first-child,
|
|
39619
39789
|
.k-grid .k-table-td:first-child {
|
|
39620
39790
|
border-inline-start-width: 0;
|
|
39621
39791
|
}
|
|
39622
39792
|
|
|
39623
39793
|
.k-grid .k-table-th:focus,
|
|
39794
|
+
.k-grid td:focus,
|
|
39624
39795
|
.k-grid .k-table-td:focus {
|
|
39625
39796
|
outline: none;
|
|
39626
39797
|
}
|
|
39627
39798
|
|
|
39628
39799
|
.k-grid .k-table-th .k-placeholder-line,
|
|
39800
|
+
.k-grid td .k-placeholder-line,
|
|
39629
39801
|
.k-grid .k-table-td .k-placeholder-line {
|
|
39630
39802
|
width: 80%;
|
|
39631
39803
|
}
|
|
@@ -39634,6 +39806,10 @@ kendo-card-footer {
|
|
|
39634
39806
|
.k-grid .k-table-th > .k-radio-wrap,
|
|
39635
39807
|
.k-grid .k-table-th > .k-checkbox,
|
|
39636
39808
|
.k-grid .k-table-th > .k-checkbox-wrap,
|
|
39809
|
+
.k-grid td > .k-radio,
|
|
39810
|
+
.k-grid td > .k-radio-wrap,
|
|
39811
|
+
.k-grid td > .k-checkbox,
|
|
39812
|
+
.k-grid td > .k-checkbox-wrap,
|
|
39637
39813
|
.k-grid .k-table-td > .k-radio,
|
|
39638
39814
|
.k-grid .k-table-td > .k-radio-wrap,
|
|
39639
39815
|
.k-grid .k-table-td > .k-checkbox,
|
|
@@ -39646,6 +39822,7 @@ kendo-card-footer {
|
|
|
39646
39822
|
white-space: nowrap;
|
|
39647
39823
|
}
|
|
39648
39824
|
|
|
39825
|
+
.k-grid td,
|
|
39649
39826
|
.k-grid .k-table-td {
|
|
39650
39827
|
border-block-end-width: 0px;
|
|
39651
39828
|
white-space: unset;
|
|
@@ -39797,10 +39974,12 @@ kendo-card-footer {
|
|
|
39797
39974
|
align-content: center;
|
|
39798
39975
|
}
|
|
39799
39976
|
|
|
39977
|
+
.k-grid .k-grouping-row td,
|
|
39800
39978
|
.k-grid .k-grouping-row .k-table-td {
|
|
39801
39979
|
overflow: visible;
|
|
39802
39980
|
}
|
|
39803
39981
|
|
|
39982
|
+
.k-grid .k-grouping-row + .k-table-row td,
|
|
39804
39983
|
.k-grid .k-grouping-row + .k-table-row .k-table-td {
|
|
39805
39984
|
border-top-width: 1px;
|
|
39806
39985
|
}
|
|
@@ -39817,11 +39996,13 @@ kendo-card-footer {
|
|
|
39817
39996
|
text-decoration: none;
|
|
39818
39997
|
}
|
|
39819
39998
|
|
|
39999
|
+
.k-grid .k-table .k-group-footer td,
|
|
39820
40000
|
.k-grid .k-table .k-group-footer .k-table-td {
|
|
39821
40001
|
border-style: solid;
|
|
39822
40002
|
border-width: 1px 0;
|
|
39823
40003
|
}
|
|
39824
40004
|
|
|
40005
|
+
.k-grid .k-group-footer .k-group-cell + td,
|
|
39825
40006
|
.k-grid .k-group-footer .k-group-cell + .k-table-td {
|
|
39826
40007
|
border-inline-start-width: 1px;
|
|
39827
40008
|
}
|
|
@@ -40014,10 +40195,14 @@ div.k-grid-footer {
|
|
|
40014
40195
|
border-top-width: 1px;
|
|
40015
40196
|
}
|
|
40016
40197
|
|
|
40198
|
+
.k-grid-footer td,
|
|
40017
40199
|
.k-grid-footer .k-table-td {
|
|
40018
40200
|
height: 1.5em;
|
|
40019
40201
|
}
|
|
40020
40202
|
|
|
40203
|
+
.k-grid-footer td,
|
|
40204
|
+
.k-group-footer td,
|
|
40205
|
+
.k-grouping-row td,
|
|
40021
40206
|
.k-grid-footer .k-table-td,
|
|
40022
40207
|
.k-group-footer .k-table-td,
|
|
40023
40208
|
.k-grouping-row .k-table-td {
|
|
@@ -40039,6 +40224,7 @@ div.k-grid-footer {
|
|
|
40039
40224
|
line-height: 1.5;
|
|
40040
40225
|
}
|
|
40041
40226
|
|
|
40227
|
+
.k-filter-row td,
|
|
40042
40228
|
.k-filter-row .k-table-td,
|
|
40043
40229
|
.k-filter-row .k-table-th {
|
|
40044
40230
|
border-width: 0;
|
|
@@ -40047,6 +40233,7 @@ div.k-grid-footer {
|
|
|
40047
40233
|
white-space: nowrap;
|
|
40048
40234
|
}
|
|
40049
40235
|
|
|
40236
|
+
.k-filter-row td:first-child,
|
|
40050
40237
|
.k-filter-row .k-table-td:first-child {
|
|
40051
40238
|
border-inline-start-width: 0;
|
|
40052
40239
|
}
|
|
@@ -40094,7 +40281,9 @@ div.k-grid-footer {
|
|
|
40094
40281
|
outline: 0;
|
|
40095
40282
|
}
|
|
40096
40283
|
|
|
40284
|
+
.k-grid-content .k-table-row:last-child > td,
|
|
40097
40285
|
.k-grid-content .k-table-row:last-child > .k-table-td,
|
|
40286
|
+
.k-grid-content-locked .k-table-row:last-child > td,
|
|
40098
40287
|
.k-grid-content-locked .k-table-row:last-child > .k-table-td {
|
|
40099
40288
|
border-bottom-width: 0;
|
|
40100
40289
|
}
|
|
@@ -40117,6 +40306,7 @@ div.k-grid-footer {
|
|
|
40117
40306
|
|
|
40118
40307
|
.k-grid .k-edit-cell,
|
|
40119
40308
|
.k-grid .k-command-cell,
|
|
40309
|
+
.k-grid .k-grid-edit-row td,
|
|
40120
40310
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
40121
40311
|
text-overflow: clip;
|
|
40122
40312
|
}
|
|
@@ -40124,6 +40314,9 @@ div.k-grid-footer {
|
|
|
40124
40314
|
.k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
|
|
40125
40315
|
.k-grid .k-edit-cell > select,
|
|
40126
40316
|
.k-grid .k-edit-cell > .k-widget:not(.k-switch),
|
|
40317
|
+
.k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
|
|
40318
|
+
.k-grid .k-grid-edit-row td > select,
|
|
40319
|
+
.k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
|
|
40127
40320
|
.k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
|
|
40128
40321
|
.k-grid .k-grid-edit-row .k-table-td > select,
|
|
40129
40322
|
.k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
|
|
@@ -40136,6 +40329,10 @@ div.k-grid-footer {
|
|
|
40136
40329
|
.k-grid .k-edit-cell > .k-checkbox,
|
|
40137
40330
|
.k-grid .k-edit-cell > .k-radio-wrap,
|
|
40138
40331
|
.k-grid .k-edit-cell > .k-checkbox-wrap,
|
|
40332
|
+
.k-grid .k-grid-edit-row td > .k-radio,
|
|
40333
|
+
.k-grid .k-grid-edit-row td > .k-checkbox,
|
|
40334
|
+
.k-grid .k-grid-edit-row td > .k-radio-wrap,
|
|
40335
|
+
.k-grid .k-grid-edit-row td > .k-checkbox-wrap,
|
|
40139
40336
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio,
|
|
40140
40337
|
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
|
|
40141
40338
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
|
|
@@ -40177,19 +40374,19 @@ div.k-grid-footer {
|
|
|
40177
40374
|
}
|
|
40178
40375
|
|
|
40179
40376
|
.k-grid-virtual .k-grid-content .k-grid-table-wrap {
|
|
40180
|
-
float:
|
|
40377
|
+
float: left;
|
|
40181
40378
|
width: 100%;
|
|
40182
40379
|
}
|
|
40183
40380
|
|
|
40184
40381
|
.k-grid-virtual .k-grid-content .k-grid-table {
|
|
40185
40382
|
position: relative;
|
|
40186
|
-
float:
|
|
40383
|
+
float: left;
|
|
40187
40384
|
z-index: 1;
|
|
40188
40385
|
}
|
|
40189
40386
|
|
|
40190
40387
|
.k-grid-virtual .k-grid-content > .k-height-container {
|
|
40191
40388
|
position: relative;
|
|
40192
|
-
float:
|
|
40389
|
+
float: left;
|
|
40193
40390
|
}
|
|
40194
40391
|
|
|
40195
40392
|
.k-grid-virtual .k-grid-content::after {
|
|
@@ -40207,6 +40404,7 @@ div.k-grid-footer {
|
|
|
40207
40404
|
height: 1px;
|
|
40208
40405
|
}
|
|
40209
40406
|
|
|
40407
|
+
.k-grid-add-row td,
|
|
40210
40408
|
.k-grid-add-row .k-table-td {
|
|
40211
40409
|
border-bottom-style: solid;
|
|
40212
40410
|
border-bottom-width: 1px;
|
|
@@ -40290,18 +40488,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
|
|
|
40290
40488
|
z-index: auto;
|
|
40291
40489
|
}
|
|
40292
40490
|
|
|
40491
|
+
kendo-grid .k-grid-row-sticky td,
|
|
40293
40492
|
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
40294
40493
|
border-bottom-width: 1px;
|
|
40295
40494
|
border-top-width: 1px;
|
|
40296
40495
|
position: sticky;
|
|
40297
40496
|
top: inherit;
|
|
40298
40497
|
bottom: inherit;
|
|
40299
|
-
}
|
|
40300
|
-
|
|
40301
|
-
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
40302
40498
|
z-index: 2;
|
|
40303
40499
|
}
|
|
40304
40500
|
|
|
40501
|
+
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
40502
|
+
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
40305
40503
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
40306
40504
|
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
40307
40505
|
z-index: 3;
|
|
@@ -40327,10 +40525,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
|
|
|
40327
40525
|
border-inline-end-width: 1px;
|
|
40328
40526
|
}
|
|
40329
40527
|
|
|
40528
|
+
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
|
|
40330
40529
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40331
40530
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
|
|
40531
|
+
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
|
|
40332
40532
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40333
40533
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
|
|
40534
|
+
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
|
|
40334
40535
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40335
40536
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
|
|
40336
40537
|
border-inline-start-width: 0;
|
|
@@ -40392,6 +40593,7 @@ div.k-grid-norecords {
|
|
|
40392
40593
|
padding: 0.25rem 0.25rem;
|
|
40393
40594
|
}
|
|
40394
40595
|
|
|
40596
|
+
.k-grid-sm td,
|
|
40395
40597
|
.k-grid-sm .k-table-td {
|
|
40396
40598
|
padding: 0.25rem 0.25rem;
|
|
40397
40599
|
}
|
|
@@ -40447,10 +40649,12 @@ div.k-grid-norecords {
|
|
|
40447
40649
|
|
|
40448
40650
|
.k-grid-sm .k-edit-cell,
|
|
40449
40651
|
.k-grid-sm .k-command-cell,
|
|
40652
|
+
.k-grid-sm .k-grid-edit-row td,
|
|
40450
40653
|
.k-grid-sm .k-grid-edit-row .k-table-td {
|
|
40451
40654
|
padding: 0.25rem 0.25rem;
|
|
40452
40655
|
}
|
|
40453
40656
|
|
|
40657
|
+
.k-grid-sm .k-filter-row td,
|
|
40454
40658
|
.k-grid-sm .k-filter-row .k-table-td,
|
|
40455
40659
|
.k-grid-sm .k-filter-row .k-table-th {
|
|
40456
40660
|
padding: 0.375rem 0.375rem;
|
|
@@ -40465,6 +40669,7 @@ div.k-grid-norecords {
|
|
|
40465
40669
|
padding: 0.5rem 0.5rem;
|
|
40466
40670
|
}
|
|
40467
40671
|
|
|
40672
|
+
.k-grid-md td,
|
|
40468
40673
|
.k-grid-md .k-table-td {
|
|
40469
40674
|
padding: 0.5rem 0.5rem;
|
|
40470
40675
|
}
|
|
@@ -40520,10 +40725,12 @@ div.k-grid-norecords {
|
|
|
40520
40725
|
|
|
40521
40726
|
.k-grid-md .k-edit-cell,
|
|
40522
40727
|
.k-grid-md .k-command-cell,
|
|
40728
|
+
.k-grid-md .k-grid-edit-row td,
|
|
40523
40729
|
.k-grid-md .k-grid-edit-row .k-table-td {
|
|
40524
40730
|
padding: 5px 0.5rem;
|
|
40525
40731
|
}
|
|
40526
40732
|
|
|
40733
|
+
.k-grid-md .k-filter-row td,
|
|
40527
40734
|
.k-grid-md .k-filter-row .k-table-td,
|
|
40528
40735
|
.k-grid-md .k-filter-row .k-table-th {
|
|
40529
40736
|
padding: 0.5rem 0.5rem;
|
|
@@ -40574,7 +40781,7 @@ div.k-grid-norecords {
|
|
|
40574
40781
|
}
|
|
40575
40782
|
|
|
40576
40783
|
.k-pdf-export-shadow .k-grid {
|
|
40577
|
-
float:
|
|
40784
|
+
float: left;
|
|
40578
40785
|
width: auto !important;
|
|
40579
40786
|
}
|
|
40580
40787
|
|
|
@@ -40669,6 +40876,7 @@ div.k-grid-norecords {
|
|
|
40669
40876
|
}
|
|
40670
40877
|
|
|
40671
40878
|
.k-autofitting .k-table-th,
|
|
40879
|
+
.k-autofitting td,
|
|
40672
40880
|
.k-autofitting .k-table-td {
|
|
40673
40881
|
white-space: nowrap !important;
|
|
40674
40882
|
}
|
|
@@ -40802,6 +41010,7 @@ div.k-grid-norecords {
|
|
|
40802
41010
|
background-color: inherit;
|
|
40803
41011
|
}
|
|
40804
41012
|
|
|
41013
|
+
.k-grid td,
|
|
40805
41014
|
.k-grid .k-table-td,
|
|
40806
41015
|
.k-grid .k-grid-content,
|
|
40807
41016
|
.k-grid .k-grid-header-locked,
|
|
@@ -40819,15 +41028,27 @@ div.k-grid-norecords {
|
|
|
40819
41028
|
}
|
|
40820
41029
|
|
|
40821
41030
|
.k-grid .k-table-th.k-selected,
|
|
41031
|
+
.k-grid td.k-selected,
|
|
40822
41032
|
.k-grid .k-table-td.k-selected,
|
|
41033
|
+
.k-grid .k-table-row.k-selected > td,
|
|
40823
41034
|
.k-grid .k-table-row.k-selected > .k-table-td {
|
|
40824
41035
|
color: #212529;
|
|
40825
41036
|
background-color: rgba(13, 110, 253, 0.25);
|
|
40826
41037
|
}
|
|
40827
41038
|
|
|
40828
41039
|
.k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
|
|
41040
|
+
.k-grid td:focus,
|
|
41041
|
+
.k-grid td.k-focus,
|
|
40829
41042
|
.k-grid .k-table-td:focus,
|
|
40830
41043
|
.k-grid .k-table-td.k-focus,
|
|
41044
|
+
.k-grid .k-master-row > td:focus,
|
|
41045
|
+
.k-grid .k-master-row > td.k-focus,
|
|
41046
|
+
.k-grid .k-grouping-row > td:focus,
|
|
41047
|
+
.k-grid .k-grouping-row > td.k-focus,
|
|
41048
|
+
.k-grid .k-detail-row > td:focus,
|
|
41049
|
+
.k-grid .k-detail-row > td.k-focus,
|
|
41050
|
+
.k-grid .k-group-footer > td:focus,
|
|
41051
|
+
.k-grid .k-group-footer > td.k-focus,
|
|
40831
41052
|
.k-grid .k-master-row > .k-table-td:focus,
|
|
40832
41053
|
.k-grid .k-master-row > .k-table-td.k-focus,
|
|
40833
41054
|
.k-grid .k-grouping-row > .k-table-td:focus,
|
|
@@ -40849,6 +41070,7 @@ div.k-grid-norecords {
|
|
|
40849
41070
|
.k-grid .k-grid-header-locked,
|
|
40850
41071
|
.k-grid .k-grid-content-locked,
|
|
40851
41072
|
.k-grid .k-grid-header-locked .k-header,
|
|
41073
|
+
.k-grid .k-grid-content-locked td,
|
|
40852
41074
|
.k-grid .k-grid-content-locked .k-table-td {
|
|
40853
41075
|
border-color: rgba(33, 37, 41, 0.5);
|
|
40854
41076
|
}
|
|
@@ -40857,23 +41079,29 @@ div.k-grid-norecords {
|
|
|
40857
41079
|
border-bottom-color: #dee2e6;
|
|
40858
41080
|
}
|
|
40859
41081
|
|
|
41082
|
+
.k-grid .k-grid-content-locked .k-group-footer td,
|
|
40860
41083
|
.k-grid .k-grid-content-locked .k-group-footer .k-table-td,
|
|
40861
41084
|
.k-grid .k-grid-content-locked .k-group-cell {
|
|
40862
41085
|
border-color: #dee2e6;
|
|
40863
41086
|
}
|
|
40864
41087
|
|
|
41088
|
+
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
|
|
40865
41089
|
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
|
|
40866
41090
|
border-top-color: #dee2e6;
|
|
40867
41091
|
}
|
|
40868
41092
|
|
|
41093
|
+
.k-grid .k-grid-content-locked .k-selected td,
|
|
40869
41094
|
.k-grid .k-grid-content-locked .k-selected .k-table-td {
|
|
40870
41095
|
background-color: #c3dbff;
|
|
40871
41096
|
}
|
|
40872
41097
|
|
|
41098
|
+
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
|
|
40873
41099
|
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
|
|
40874
41100
|
background-color: #bdd4f7;
|
|
40875
41101
|
}
|
|
40876
41102
|
|
|
41103
|
+
.k-grid .k-grid-content-locked .k-selected:hover td,
|
|
41104
|
+
.k-grid .k-grid-content-locked .k-selected.k-hover td,
|
|
40877
41105
|
.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
|
|
40878
41106
|
.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
|
|
40879
41107
|
background-color: #b8cff1;
|
|
@@ -40950,12 +41178,14 @@ div.k-grid-norecords {
|
|
|
40950
41178
|
|
|
40951
41179
|
.k-master-row.k-selected .k-grid-content-sticky,
|
|
40952
41180
|
.k-master-row.k-selected .k-grid-row-sticky,
|
|
41181
|
+
.k-master-row td.k-grid-content-sticky.k-selected,
|
|
40953
41182
|
.k-master-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
40954
41183
|
background-color: #c3dbff;
|
|
40955
41184
|
}
|
|
40956
41185
|
|
|
40957
41186
|
.k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
40958
41187
|
.k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
41188
|
+
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
40959
41189
|
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
40960
41190
|
background-color: #bdd4f7;
|
|
40961
41191
|
}
|
|
@@ -40971,6 +41201,8 @@ div.k-grid-norecords {
|
|
|
40971
41201
|
.k-master-row.k-selected.k-hover .k-grid-content-sticky,
|
|
40972
41202
|
.k-master-row.k-selected:hover .k-grid-row-sticky,
|
|
40973
41203
|
.k-master-row.k-selected.k-hover .k-grid-row-sticky,
|
|
41204
|
+
.k-master-row:hover td.k-grid-content-sticky.k-selected,
|
|
41205
|
+
.k-master-row.k-hover td.k-grid-content-sticky.k-selected,
|
|
40974
41206
|
.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
40975
41207
|
.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
40976
41208
|
background-color: #b8cff1;
|
|
@@ -40987,23 +41219,33 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
|
|
|
40987
41219
|
background-color: #ebebeb;
|
|
40988
41220
|
}
|
|
40989
41221
|
|
|
41222
|
+
kendo-grid.k-grid .k-grid-row-sticky td,
|
|
40990
41223
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
|
|
40991
41224
|
border-top-color: rgba(33, 37, 41, 0.5);
|
|
40992
41225
|
border-bottom-color: rgba(33, 37, 41, 0.5);
|
|
40993
41226
|
background-color: #ffffff;
|
|
40994
41227
|
}
|
|
40995
41228
|
|
|
41229
|
+
kendo-grid.k-grid .k-grid-row-sticky td:hover td,
|
|
41230
|
+
kendo-grid.k-grid .k-grid-row-sticky td.k-hover td,
|
|
41231
|
+
kendo-grid.k-grid .k-grid-row-sticky td:hover .k-table-td,
|
|
41232
|
+
kendo-grid.k-grid .k-grid-row-sticky td.k-hover .k-table-td,
|
|
41233
|
+
kendo-grid.k-grid .k-grid-row-sticky .k-table-td:hover td,
|
|
41234
|
+
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-hover td,
|
|
40996
41235
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td:hover .k-table-td,
|
|
40997
41236
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-hover .k-table-td {
|
|
40998
41237
|
background-color: #ebebeb;
|
|
40999
41238
|
}
|
|
41000
41239
|
|
|
41001
41240
|
kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
|
|
41241
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
|
|
41002
41242
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
41003
41243
|
background-color: whitesmoke;
|
|
41004
41244
|
}
|
|
41005
41245
|
|
|
41006
41246
|
kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
|
|
41247
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
|
|
41248
|
+
kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
|
|
41007
41249
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
|
|
41008
41250
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
|
|
41009
41251
|
kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
@@ -41011,6 +41253,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
|
41011
41253
|
}
|
|
41012
41254
|
|
|
41013
41255
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
41256
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
41014
41257
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
41015
41258
|
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
41016
41259
|
background-color: #bdd4f7;
|
|
@@ -41018,6 +41261,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
|
41018
41261
|
|
|
41019
41262
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
|
|
41020
41263
|
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
|
|
41264
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
41265
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
41266
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
|
|
41267
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
41021
41268
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
41022
41269
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
|
|
41023
41270
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -41029,12 +41276,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
|
|
|
41029
41276
|
|
|
41030
41277
|
kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
41031
41278
|
kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
41279
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
|
|
41280
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
|
|
41281
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
41282
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
41032
41283
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
41033
41284
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
41034
41285
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
41035
41286
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
41036
41287
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
41037
41288
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
41289
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
|
|
41290
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
|
|
41038
41291
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
41039
41292
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
41040
41293
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -41051,6 +41304,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
41051
41304
|
background-color: #ebebeb;
|
|
41052
41305
|
}
|
|
41053
41306
|
|
|
41307
|
+
.k-group-footer td,
|
|
41054
41308
|
.k-group-footer .k-table-td,
|
|
41055
41309
|
.k-group-footer .k-grid-footer-sticky {
|
|
41056
41310
|
background-color: #f8f9fa;
|
|
@@ -43182,6 +43436,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43182
43436
|
transform: translate(0, -50%);
|
|
43183
43437
|
}
|
|
43184
43438
|
|
|
43439
|
+
.k-treelist .k-table-row.k-footer td,
|
|
43440
|
+
.k-treelist .k-table-row.k-footer-template td,
|
|
43185
43441
|
.k-treelist .k-table-row.k-footer .k-table-td,
|
|
43186
43442
|
.k-treelist .k-table-row.k-footer-template .k-table-td {
|
|
43187
43443
|
border-width: 1px 0;
|
|
@@ -43189,6 +43445,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43189
43445
|
font-weight: bold;
|
|
43190
43446
|
}
|
|
43191
43447
|
|
|
43448
|
+
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
|
|
43192
43449
|
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
43193
43450
|
border-top-width: 0;
|
|
43194
43451
|
}
|