@progress/kendo-theme-classic 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 +273 -17
- package/dist/all.scss +163 -23
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -24257,6 +24257,10 @@ kendo-sortable {
|
|
|
24257
24257
|
vertical-align: top;
|
|
24258
24258
|
}
|
|
24259
24259
|
|
|
24260
|
+
.k-icon-wrapper-host {
|
|
24261
|
+
display: contents;
|
|
24262
|
+
}
|
|
24263
|
+
|
|
24260
24264
|
.k-icon-with-modifier {
|
|
24261
24265
|
position: relative;
|
|
24262
24266
|
margin: .25em;
|
|
@@ -27313,6 +27317,45 @@ kendo-badge-container {
|
|
|
27313
27317
|
.k-button-sm.k-icon-button > .k-button-icon {
|
|
27314
27318
|
min-width: 20.0000000004px;
|
|
27315
27319
|
min-height: 20.0000000004px;
|
|
27320
|
+
display: inline-flex;
|
|
27321
|
+
align-items: center;
|
|
27322
|
+
justify-content: center;
|
|
27323
|
+
}
|
|
27324
|
+
|
|
27325
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-svg-icon > svg,
|
|
27326
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-md > svg {
|
|
27327
|
+
width: 16px;
|
|
27328
|
+
height: 16px;
|
|
27329
|
+
}
|
|
27330
|
+
|
|
27331
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xs > svg {
|
|
27332
|
+
width: 12px;
|
|
27333
|
+
height: 12px;
|
|
27334
|
+
}
|
|
27335
|
+
|
|
27336
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-sm > svg {
|
|
27337
|
+
width: 14px;
|
|
27338
|
+
height: 14px;
|
|
27339
|
+
}
|
|
27340
|
+
|
|
27341
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-lg > svg {
|
|
27342
|
+
width: 20px;
|
|
27343
|
+
height: 20px;
|
|
27344
|
+
}
|
|
27345
|
+
|
|
27346
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xl > svg {
|
|
27347
|
+
width: 24px;
|
|
27348
|
+
height: 24px;
|
|
27349
|
+
}
|
|
27350
|
+
|
|
27351
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xxl > svg {
|
|
27352
|
+
width: 32px;
|
|
27353
|
+
height: 32px;
|
|
27354
|
+
}
|
|
27355
|
+
|
|
27356
|
+
.k-button-sm.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
|
|
27357
|
+
width: 48px;
|
|
27358
|
+
height: 48px;
|
|
27316
27359
|
}
|
|
27317
27360
|
|
|
27318
27361
|
.k-button-md {
|
|
@@ -27328,6 +27371,45 @@ kendo-badge-container {
|
|
|
27328
27371
|
.k-button-md.k-icon-button > .k-button-icon {
|
|
27329
27372
|
min-width: 20.0000000004px;
|
|
27330
27373
|
min-height: 20.0000000004px;
|
|
27374
|
+
display: inline-flex;
|
|
27375
|
+
align-items: center;
|
|
27376
|
+
justify-content: center;
|
|
27377
|
+
}
|
|
27378
|
+
|
|
27379
|
+
.k-button-md.k-icon-button > .k-button-icon.k-svg-icon > svg,
|
|
27380
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-md > svg {
|
|
27381
|
+
width: 16px;
|
|
27382
|
+
height: 16px;
|
|
27383
|
+
}
|
|
27384
|
+
|
|
27385
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xs > svg {
|
|
27386
|
+
width: 12px;
|
|
27387
|
+
height: 12px;
|
|
27388
|
+
}
|
|
27389
|
+
|
|
27390
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-sm > svg {
|
|
27391
|
+
width: 14px;
|
|
27392
|
+
height: 14px;
|
|
27393
|
+
}
|
|
27394
|
+
|
|
27395
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-lg > svg {
|
|
27396
|
+
width: 20px;
|
|
27397
|
+
height: 20px;
|
|
27398
|
+
}
|
|
27399
|
+
|
|
27400
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xl > svg {
|
|
27401
|
+
width: 24px;
|
|
27402
|
+
height: 24px;
|
|
27403
|
+
}
|
|
27404
|
+
|
|
27405
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xxl > svg {
|
|
27406
|
+
width: 32px;
|
|
27407
|
+
height: 32px;
|
|
27408
|
+
}
|
|
27409
|
+
|
|
27410
|
+
.k-button-md.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
|
|
27411
|
+
width: 48px;
|
|
27412
|
+
height: 48px;
|
|
27331
27413
|
}
|
|
27332
27414
|
|
|
27333
27415
|
.k-button-lg {
|
|
@@ -27343,6 +27425,45 @@ kendo-badge-container {
|
|
|
27343
27425
|
.k-button-lg.k-icon-button > .k-button-icon {
|
|
27344
27426
|
min-width: 24px;
|
|
27345
27427
|
min-height: 24px;
|
|
27428
|
+
display: inline-flex;
|
|
27429
|
+
align-items: center;
|
|
27430
|
+
justify-content: center;
|
|
27431
|
+
}
|
|
27432
|
+
|
|
27433
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-svg-icon > svg,
|
|
27434
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-md > svg {
|
|
27435
|
+
width: 16px;
|
|
27436
|
+
height: 16px;
|
|
27437
|
+
}
|
|
27438
|
+
|
|
27439
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xs > svg {
|
|
27440
|
+
width: 12px;
|
|
27441
|
+
height: 12px;
|
|
27442
|
+
}
|
|
27443
|
+
|
|
27444
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-sm > svg {
|
|
27445
|
+
width: 14px;
|
|
27446
|
+
height: 14px;
|
|
27447
|
+
}
|
|
27448
|
+
|
|
27449
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-lg > svg {
|
|
27450
|
+
width: 20px;
|
|
27451
|
+
height: 20px;
|
|
27452
|
+
}
|
|
27453
|
+
|
|
27454
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xl > svg {
|
|
27455
|
+
width: 24px;
|
|
27456
|
+
height: 24px;
|
|
27457
|
+
}
|
|
27458
|
+
|
|
27459
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xxl > svg {
|
|
27460
|
+
width: 32px;
|
|
27461
|
+
height: 32px;
|
|
27462
|
+
}
|
|
27463
|
+
|
|
27464
|
+
.k-button-lg.k-icon-button > .k-button-icon.k-icon-xxxl > svg {
|
|
27465
|
+
width: 48px;
|
|
27466
|
+
height: 48px;
|
|
27346
27467
|
}
|
|
27347
27468
|
|
|
27348
27469
|
.k-button-square {
|
|
@@ -30012,6 +30133,58 @@ textarea.k-input-inner {
|
|
|
30012
30133
|
justify-content: center;
|
|
30013
30134
|
}
|
|
30014
30135
|
|
|
30136
|
+
.k-input-icon.k-svg-icon > svg,
|
|
30137
|
+
.k-input-icon.k-icon-md > svg,
|
|
30138
|
+
.k-input-validation-icon.k-svg-icon > svg,
|
|
30139
|
+
.k-input-validation-icon.k-icon-md > svg,
|
|
30140
|
+
.k-input-loading-icon.k-svg-icon > svg,
|
|
30141
|
+
.k-input-loading-icon.k-icon-md > svg {
|
|
30142
|
+
width: 16px;
|
|
30143
|
+
height: 16px;
|
|
30144
|
+
}
|
|
30145
|
+
|
|
30146
|
+
.k-input-icon.k-icon-xs > svg,
|
|
30147
|
+
.k-input-validation-icon.k-icon-xs > svg,
|
|
30148
|
+
.k-input-loading-icon.k-icon-xs > svg {
|
|
30149
|
+
width: 12px;
|
|
30150
|
+
height: 12px;
|
|
30151
|
+
}
|
|
30152
|
+
|
|
30153
|
+
.k-input-icon.k-icon-sm > svg,
|
|
30154
|
+
.k-input-validation-icon.k-icon-sm > svg,
|
|
30155
|
+
.k-input-loading-icon.k-icon-sm > svg {
|
|
30156
|
+
width: 14px;
|
|
30157
|
+
height: 14px;
|
|
30158
|
+
}
|
|
30159
|
+
|
|
30160
|
+
.k-input-icon.k-icon-lg > svg,
|
|
30161
|
+
.k-input-validation-icon.k-icon-lg > svg,
|
|
30162
|
+
.k-input-loading-icon.k-icon-lg > svg {
|
|
30163
|
+
width: 20px;
|
|
30164
|
+
height: 20px;
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.k-input-icon.k-icon-xl > svg,
|
|
30168
|
+
.k-input-validation-icon.k-icon-xl > svg,
|
|
30169
|
+
.k-input-loading-icon.k-icon-xl > svg {
|
|
30170
|
+
width: 24px;
|
|
30171
|
+
height: 24px;
|
|
30172
|
+
}
|
|
30173
|
+
|
|
30174
|
+
.k-input-icon.k-icon-xxl > svg,
|
|
30175
|
+
.k-input-validation-icon.k-icon-xxl > svg,
|
|
30176
|
+
.k-input-loading-icon.k-icon-xxl > svg {
|
|
30177
|
+
width: 32px;
|
|
30178
|
+
height: 32px;
|
|
30179
|
+
}
|
|
30180
|
+
|
|
30181
|
+
.k-input-icon.k-icon-xxxl > svg,
|
|
30182
|
+
.k-input-validation-icon.k-icon-xxxl > svg,
|
|
30183
|
+
.k-input-loading-icon.k-icon-xxxl > svg {
|
|
30184
|
+
width: 48px;
|
|
30185
|
+
height: 48px;
|
|
30186
|
+
}
|
|
30187
|
+
|
|
30015
30188
|
.k-clear-value {
|
|
30016
30189
|
outline: 0;
|
|
30017
30190
|
flex: none;
|
|
@@ -30073,8 +30246,8 @@ textarea.k-input-inner {
|
|
|
30073
30246
|
aspect-ratio: auto;
|
|
30074
30247
|
}
|
|
30075
30248
|
|
|
30076
|
-
.k-input-spinner .k-spinner-increase
|
|
30077
|
-
.k-input-spinner .k-spinner-decrease
|
|
30249
|
+
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
30250
|
+
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
30078
30251
|
margin: -1em 0;
|
|
30079
30252
|
min-width: auto !important;
|
|
30080
30253
|
min-height: auto !important;
|
|
@@ -33039,8 +33212,9 @@ select.k-picker-lg {
|
|
|
33039
33212
|
vertical-align: middle;
|
|
33040
33213
|
}
|
|
33041
33214
|
|
|
33042
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon
|
|
33043
|
-
|
|
33215
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
|
|
33216
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
33217
|
+
margin-inline-start: -13px;
|
|
33044
33218
|
}
|
|
33045
33219
|
|
|
33046
33220
|
.k-color-contrast-svg {
|
|
@@ -33051,12 +33225,6 @@ select.k-picker-lg {
|
|
|
33051
33225
|
pointer-events: none;
|
|
33052
33226
|
}
|
|
33053
33227
|
|
|
33054
|
-
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
33055
|
-
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
33056
|
-
margin-left: 0;
|
|
33057
|
-
margin-right: -13px;
|
|
33058
|
-
}
|
|
33059
|
-
|
|
33060
33228
|
.k-colorgradient {
|
|
33061
33229
|
border-color: #cacaca;
|
|
33062
33230
|
color: #272727;
|
|
@@ -39406,6 +39574,7 @@ kendo-card-footer {
|
|
|
39406
39574
|
}
|
|
39407
39575
|
|
|
39408
39576
|
.k-grid .k-table-th,
|
|
39577
|
+
.k-grid td,
|
|
39409
39578
|
.k-grid .k-table-td {
|
|
39410
39579
|
border-width: 0;
|
|
39411
39580
|
border-inline-start-width: 1px;
|
|
@@ -39421,16 +39590,19 @@ kendo-card-footer {
|
|
|
39421
39590
|
}
|
|
39422
39591
|
|
|
39423
39592
|
.k-grid .k-table-th:first-child,
|
|
39593
|
+
.k-grid td:first-child,
|
|
39424
39594
|
.k-grid .k-table-td:first-child {
|
|
39425
39595
|
border-inline-start-width: 0;
|
|
39426
39596
|
}
|
|
39427
39597
|
|
|
39428
39598
|
.k-grid .k-table-th:focus,
|
|
39599
|
+
.k-grid td:focus,
|
|
39429
39600
|
.k-grid .k-table-td:focus {
|
|
39430
39601
|
outline: none;
|
|
39431
39602
|
}
|
|
39432
39603
|
|
|
39433
39604
|
.k-grid .k-table-th .k-placeholder-line,
|
|
39605
|
+
.k-grid td .k-placeholder-line,
|
|
39434
39606
|
.k-grid .k-table-td .k-placeholder-line {
|
|
39435
39607
|
width: 80%;
|
|
39436
39608
|
}
|
|
@@ -39439,6 +39611,10 @@ kendo-card-footer {
|
|
|
39439
39611
|
.k-grid .k-table-th > .k-radio-wrap,
|
|
39440
39612
|
.k-grid .k-table-th > .k-checkbox,
|
|
39441
39613
|
.k-grid .k-table-th > .k-checkbox-wrap,
|
|
39614
|
+
.k-grid td > .k-radio,
|
|
39615
|
+
.k-grid td > .k-radio-wrap,
|
|
39616
|
+
.k-grid td > .k-checkbox,
|
|
39617
|
+
.k-grid td > .k-checkbox-wrap,
|
|
39442
39618
|
.k-grid .k-table-td > .k-radio,
|
|
39443
39619
|
.k-grid .k-table-td > .k-radio-wrap,
|
|
39444
39620
|
.k-grid .k-table-td > .k-checkbox,
|
|
@@ -39451,6 +39627,7 @@ kendo-card-footer {
|
|
|
39451
39627
|
white-space: nowrap;
|
|
39452
39628
|
}
|
|
39453
39629
|
|
|
39630
|
+
.k-grid td,
|
|
39454
39631
|
.k-grid .k-table-td {
|
|
39455
39632
|
border-block-end-width: 0px;
|
|
39456
39633
|
white-space: unset;
|
|
@@ -39602,10 +39779,12 @@ kendo-card-footer {
|
|
|
39602
39779
|
align-content: center;
|
|
39603
39780
|
}
|
|
39604
39781
|
|
|
39782
|
+
.k-grid .k-grouping-row td,
|
|
39605
39783
|
.k-grid .k-grouping-row .k-table-td {
|
|
39606
39784
|
overflow: visible;
|
|
39607
39785
|
}
|
|
39608
39786
|
|
|
39787
|
+
.k-grid .k-grouping-row + .k-table-row td,
|
|
39609
39788
|
.k-grid .k-grouping-row + .k-table-row .k-table-td {
|
|
39610
39789
|
border-top-width: 1px;
|
|
39611
39790
|
}
|
|
@@ -39622,11 +39801,13 @@ kendo-card-footer {
|
|
|
39622
39801
|
text-decoration: none;
|
|
39623
39802
|
}
|
|
39624
39803
|
|
|
39804
|
+
.k-grid .k-table .k-group-footer td,
|
|
39625
39805
|
.k-grid .k-table .k-group-footer .k-table-td {
|
|
39626
39806
|
border-style: solid;
|
|
39627
39807
|
border-width: 1px 0;
|
|
39628
39808
|
}
|
|
39629
39809
|
|
|
39810
|
+
.k-grid .k-group-footer .k-group-cell + td,
|
|
39630
39811
|
.k-grid .k-group-footer .k-group-cell + .k-table-td {
|
|
39631
39812
|
border-inline-start-width: 1px;
|
|
39632
39813
|
}
|
|
@@ -39819,10 +40000,14 @@ div.k-grid-footer {
|
|
|
39819
40000
|
border-top-width: 1px;
|
|
39820
40001
|
}
|
|
39821
40002
|
|
|
40003
|
+
.k-grid-footer td,
|
|
39822
40004
|
.k-grid-footer .k-table-td {
|
|
39823
40005
|
height: 1.4285714286em;
|
|
39824
40006
|
}
|
|
39825
40007
|
|
|
40008
|
+
.k-grid-footer td,
|
|
40009
|
+
.k-group-footer td,
|
|
40010
|
+
.k-grouping-row td,
|
|
39826
40011
|
.k-grid-footer .k-table-td,
|
|
39827
40012
|
.k-group-footer .k-table-td,
|
|
39828
40013
|
.k-grouping-row .k-table-td {
|
|
@@ -39844,6 +40029,7 @@ div.k-grid-footer {
|
|
|
39844
40029
|
line-height: 1.4285714286;
|
|
39845
40030
|
}
|
|
39846
40031
|
|
|
40032
|
+
.k-filter-row td,
|
|
39847
40033
|
.k-filter-row .k-table-td,
|
|
39848
40034
|
.k-filter-row .k-table-th {
|
|
39849
40035
|
border-width: 0;
|
|
@@ -39852,6 +40038,7 @@ div.k-grid-footer {
|
|
|
39852
40038
|
white-space: nowrap;
|
|
39853
40039
|
}
|
|
39854
40040
|
|
|
40041
|
+
.k-filter-row td:first-child,
|
|
39855
40042
|
.k-filter-row .k-table-td:first-child {
|
|
39856
40043
|
border-inline-start-width: 0;
|
|
39857
40044
|
}
|
|
@@ -39899,7 +40086,9 @@ div.k-grid-footer {
|
|
|
39899
40086
|
outline: 0;
|
|
39900
40087
|
}
|
|
39901
40088
|
|
|
40089
|
+
.k-grid-content .k-table-row:last-child > td,
|
|
39902
40090
|
.k-grid-content .k-table-row:last-child > .k-table-td,
|
|
40091
|
+
.k-grid-content-locked .k-table-row:last-child > td,
|
|
39903
40092
|
.k-grid-content-locked .k-table-row:last-child > .k-table-td {
|
|
39904
40093
|
border-bottom-width: 0;
|
|
39905
40094
|
}
|
|
@@ -39922,6 +40111,7 @@ div.k-grid-footer {
|
|
|
39922
40111
|
|
|
39923
40112
|
.k-grid .k-edit-cell,
|
|
39924
40113
|
.k-grid .k-command-cell,
|
|
40114
|
+
.k-grid .k-grid-edit-row td,
|
|
39925
40115
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
39926
40116
|
text-overflow: clip;
|
|
39927
40117
|
}
|
|
@@ -39929,6 +40119,9 @@ div.k-grid-footer {
|
|
|
39929
40119
|
.k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
|
|
39930
40120
|
.k-grid .k-edit-cell > select,
|
|
39931
40121
|
.k-grid .k-edit-cell > .k-widget:not(.k-switch),
|
|
40122
|
+
.k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
|
|
40123
|
+
.k-grid .k-grid-edit-row td > select,
|
|
40124
|
+
.k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
|
|
39932
40125
|
.k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
|
|
39933
40126
|
.k-grid .k-grid-edit-row .k-table-td > select,
|
|
39934
40127
|
.k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
|
|
@@ -39941,6 +40134,10 @@ div.k-grid-footer {
|
|
|
39941
40134
|
.k-grid .k-edit-cell > .k-checkbox,
|
|
39942
40135
|
.k-grid .k-edit-cell > .k-radio-wrap,
|
|
39943
40136
|
.k-grid .k-edit-cell > .k-checkbox-wrap,
|
|
40137
|
+
.k-grid .k-grid-edit-row td > .k-radio,
|
|
40138
|
+
.k-grid .k-grid-edit-row td > .k-checkbox,
|
|
40139
|
+
.k-grid .k-grid-edit-row td > .k-radio-wrap,
|
|
40140
|
+
.k-grid .k-grid-edit-row td > .k-checkbox-wrap,
|
|
39944
40141
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio,
|
|
39945
40142
|
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
|
|
39946
40143
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
|
|
@@ -39982,19 +40179,19 @@ div.k-grid-footer {
|
|
|
39982
40179
|
}
|
|
39983
40180
|
|
|
39984
40181
|
.k-grid-virtual .k-grid-content .k-grid-table-wrap {
|
|
39985
|
-
float:
|
|
40182
|
+
float: left;
|
|
39986
40183
|
width: 100%;
|
|
39987
40184
|
}
|
|
39988
40185
|
|
|
39989
40186
|
.k-grid-virtual .k-grid-content .k-grid-table {
|
|
39990
40187
|
position: relative;
|
|
39991
|
-
float:
|
|
40188
|
+
float: left;
|
|
39992
40189
|
z-index: 1;
|
|
39993
40190
|
}
|
|
39994
40191
|
|
|
39995
40192
|
.k-grid-virtual .k-grid-content > .k-height-container {
|
|
39996
40193
|
position: relative;
|
|
39997
|
-
float:
|
|
40194
|
+
float: left;
|
|
39998
40195
|
}
|
|
39999
40196
|
|
|
40000
40197
|
.k-grid-virtual .k-grid-content::after {
|
|
@@ -40012,6 +40209,7 @@ div.k-grid-footer {
|
|
|
40012
40209
|
height: 1px;
|
|
40013
40210
|
}
|
|
40014
40211
|
|
|
40212
|
+
.k-grid-add-row td,
|
|
40015
40213
|
.k-grid-add-row .k-table-td {
|
|
40016
40214
|
border-bottom-style: solid;
|
|
40017
40215
|
border-bottom-width: 1px;
|
|
@@ -40095,18 +40293,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
|
|
|
40095
40293
|
z-index: auto;
|
|
40096
40294
|
}
|
|
40097
40295
|
|
|
40296
|
+
kendo-grid .k-grid-row-sticky td,
|
|
40098
40297
|
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
40099
40298
|
border-bottom-width: 1px;
|
|
40100
40299
|
border-top-width: 1px;
|
|
40101
40300
|
position: sticky;
|
|
40102
40301
|
top: inherit;
|
|
40103
40302
|
bottom: inherit;
|
|
40104
|
-
}
|
|
40105
|
-
|
|
40106
|
-
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
40107
40303
|
z-index: 2;
|
|
40108
40304
|
}
|
|
40109
40305
|
|
|
40306
|
+
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
40307
|
+
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
40110
40308
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
40111
40309
|
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
40112
40310
|
z-index: 3;
|
|
@@ -40132,10 +40330,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
|
|
|
40132
40330
|
border-inline-end-width: 1px;
|
|
40133
40331
|
}
|
|
40134
40332
|
|
|
40333
|
+
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
|
|
40135
40334
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40136
40335
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
|
|
40336
|
+
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
|
|
40137
40337
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40138
40338
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
|
|
40339
|
+
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
|
|
40139
40340
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40140
40341
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
|
|
40141
40342
|
border-inline-start-width: 0;
|
|
@@ -40197,6 +40398,7 @@ div.k-grid-norecords {
|
|
|
40197
40398
|
padding: 4px 8px;
|
|
40198
40399
|
}
|
|
40199
40400
|
|
|
40401
|
+
.k-grid-sm td,
|
|
40200
40402
|
.k-grid-sm .k-table-td {
|
|
40201
40403
|
padding: 4px 8px;
|
|
40202
40404
|
}
|
|
@@ -40252,10 +40454,12 @@ div.k-grid-norecords {
|
|
|
40252
40454
|
|
|
40253
40455
|
.k-grid-sm .k-edit-cell,
|
|
40254
40456
|
.k-grid-sm .k-command-cell,
|
|
40457
|
+
.k-grid-sm .k-grid-edit-row td,
|
|
40255
40458
|
.k-grid-sm .k-grid-edit-row .k-table-td {
|
|
40256
40459
|
padding: 2px 8px;
|
|
40257
40460
|
}
|
|
40258
40461
|
|
|
40462
|
+
.k-grid-sm .k-filter-row td,
|
|
40259
40463
|
.k-grid-sm .k-filter-row .k-table-td,
|
|
40260
40464
|
.k-grid-sm .k-filter-row .k-table-th {
|
|
40261
40465
|
padding: 8px 8px;
|
|
@@ -40270,6 +40474,7 @@ div.k-grid-norecords {
|
|
|
40270
40474
|
padding: 8px 8px;
|
|
40271
40475
|
}
|
|
40272
40476
|
|
|
40477
|
+
.k-grid-md td,
|
|
40273
40478
|
.k-grid-md .k-table-td {
|
|
40274
40479
|
padding: 8px 8px;
|
|
40275
40480
|
}
|
|
@@ -40325,10 +40530,12 @@ div.k-grid-norecords {
|
|
|
40325
40530
|
|
|
40326
40531
|
.k-grid-md .k-edit-cell,
|
|
40327
40532
|
.k-grid-md .k-command-cell,
|
|
40533
|
+
.k-grid-md .k-grid-edit-row td,
|
|
40328
40534
|
.k-grid-md .k-grid-edit-row .k-table-td {
|
|
40329
40535
|
padding: 3px 8px;
|
|
40330
40536
|
}
|
|
40331
40537
|
|
|
40538
|
+
.k-grid-md .k-filter-row td,
|
|
40332
40539
|
.k-grid-md .k-filter-row .k-table-td,
|
|
40333
40540
|
.k-grid-md .k-filter-row .k-table-th {
|
|
40334
40541
|
padding: 8px 8px;
|
|
@@ -40379,7 +40586,7 @@ div.k-grid-norecords {
|
|
|
40379
40586
|
}
|
|
40380
40587
|
|
|
40381
40588
|
.k-pdf-export-shadow .k-grid {
|
|
40382
|
-
float:
|
|
40589
|
+
float: left;
|
|
40383
40590
|
width: auto !important;
|
|
40384
40591
|
}
|
|
40385
40592
|
|
|
@@ -40474,6 +40681,7 @@ div.k-grid-norecords {
|
|
|
40474
40681
|
}
|
|
40475
40682
|
|
|
40476
40683
|
.k-autofitting .k-table-th,
|
|
40684
|
+
.k-autofitting td,
|
|
40477
40685
|
.k-autofitting .k-table-td {
|
|
40478
40686
|
white-space: nowrap !important;
|
|
40479
40687
|
}
|
|
@@ -40600,6 +40808,7 @@ div.k-grid-norecords {
|
|
|
40600
40808
|
.k-grid-header-wrap,
|
|
40601
40809
|
.k-grouping-header,
|
|
40602
40810
|
.k-grid .k-table-th,
|
|
40811
|
+
.k-grid td,
|
|
40603
40812
|
.k-grid .k-table-td,
|
|
40604
40813
|
.k-grid-footer,
|
|
40605
40814
|
.k-grid-footer-wrap,
|
|
@@ -40607,6 +40816,7 @@ div.k-grid-norecords {
|
|
|
40607
40816
|
.k-grid-footer-locked,
|
|
40608
40817
|
.k-grid-header-locked,
|
|
40609
40818
|
.k-filter-row > .k-table-th,
|
|
40819
|
+
.k-filter-row > td,
|
|
40610
40820
|
.k-filter-row > .k-table-td {
|
|
40611
40821
|
border-color: #cacaca;
|
|
40612
40822
|
}
|
|
@@ -40632,6 +40842,8 @@ div.k-grid-norecords {
|
|
|
40632
40842
|
background-color: #ffffff;
|
|
40633
40843
|
}
|
|
40634
40844
|
|
|
40845
|
+
.k-group-footer td,
|
|
40846
|
+
.k-grouping-row td,
|
|
40635
40847
|
.k-group-footer .k-table-td,
|
|
40636
40848
|
.k-grouping-row .k-table-td,
|
|
40637
40849
|
.k-table-tbody .k-group-cell {
|
|
@@ -40662,14 +40874,26 @@ div.k-grid-norecords {
|
|
|
40662
40874
|
background-color: #ebebeb;
|
|
40663
40875
|
}
|
|
40664
40876
|
|
|
40877
|
+
.k-grid td.k-selected,
|
|
40878
|
+
.k-grid .k-table-row.k-selected > td,
|
|
40665
40879
|
.k-grid .k-table-td.k-selected,
|
|
40666
40880
|
.k-grid .k-table-row.k-selected > .k-table-td {
|
|
40667
40881
|
background-color: rgba(243, 88, 0, 0.25);
|
|
40668
40882
|
}
|
|
40669
40883
|
|
|
40670
40884
|
.k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
|
|
40885
|
+
.k-grid td:focus,
|
|
40886
|
+
.k-grid td.k-focus,
|
|
40671
40887
|
.k-grid .k-table-td:focus,
|
|
40672
40888
|
.k-grid .k-table-td.k-focus,
|
|
40889
|
+
.k-grid .k-master-row > td:focus,
|
|
40890
|
+
.k-grid .k-master-row > td.k-focus,
|
|
40891
|
+
.k-grid .k-grouping-row > td:focus,
|
|
40892
|
+
.k-grid .k-grouping-row > td.k-focus,
|
|
40893
|
+
.k-grid .k-detail-row > td:focus,
|
|
40894
|
+
.k-grid .k-detail-row > td.k-focus,
|
|
40895
|
+
.k-grid .k-group-footer > td:focus,
|
|
40896
|
+
.k-grid .k-group-footer > td.k-focus,
|
|
40673
40897
|
.k-grid .k-master-row > .k-table-td:focus,
|
|
40674
40898
|
.k-grid .k-master-row > .k-table-td.k-focus,
|
|
40675
40899
|
.k-grid .k-grouping-row > .k-table-td:focus,
|
|
@@ -40706,27 +40930,34 @@ div.k-grid-norecords {
|
|
|
40706
40930
|
.k-grid .k-grid-header-locked,
|
|
40707
40931
|
.k-grid .k-grid-content-locked,
|
|
40708
40932
|
.k-grid .k-grid-header-locked .k-table-th,
|
|
40933
|
+
.k-grid .k-grid-content-locked td,
|
|
40709
40934
|
.k-grid .k-grid-content-locked .k-table-td {
|
|
40710
40935
|
border-color: #cacaca;
|
|
40711
40936
|
}
|
|
40712
40937
|
|
|
40938
|
+
.k-grid .k-grid-content-locked .k-group-footer td,
|
|
40713
40939
|
.k-grid .k-grid-content-locked .k-group-footer .k-table-td,
|
|
40714
40940
|
.k-grid .k-grid-content-locked .k-group-cell {
|
|
40715
40941
|
border-color: #cacaca;
|
|
40716
40942
|
}
|
|
40717
40943
|
|
|
40944
|
+
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
|
|
40718
40945
|
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
|
|
40719
40946
|
border-top-color: #cacaca;
|
|
40720
40947
|
}
|
|
40721
40948
|
|
|
40949
|
+
.k-grid .k-grid-content-locked .k-selected td,
|
|
40722
40950
|
.k-grid .k-grid-content-locked .k-selected .k-table-td {
|
|
40723
40951
|
background-color: rgba(243, 88, 0, 0.25);
|
|
40724
40952
|
}
|
|
40725
40953
|
|
|
40954
|
+
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
|
|
40726
40955
|
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
|
|
40727
40956
|
background-color: rgba(188, 68, 0, 0.28);
|
|
40728
40957
|
}
|
|
40729
40958
|
|
|
40959
|
+
.k-grid .k-grid-content-locked .k-selected:hover td,
|
|
40960
|
+
.k-grid .k-grid-content-locked .k-selected.k-hover td,
|
|
40730
40961
|
.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
|
|
40731
40962
|
.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
|
|
40732
40963
|
background-color: rgba(151, 55, 0, 0.31);
|
|
@@ -40772,6 +41003,7 @@ col.k-sorted,
|
|
|
40772
41003
|
}
|
|
40773
41004
|
|
|
40774
41005
|
.k-grid-header .k-table-th.k-grid-header-sticky,
|
|
41006
|
+
.k-grid-header td.k-grid-header-sticky,
|
|
40775
41007
|
.k-grid-header .k-table-td.k-grid-header-sticky,
|
|
40776
41008
|
.k-grid-header .k-grid-header-sticky.k-sorted {
|
|
40777
41009
|
color: #272727;
|
|
@@ -40811,12 +41043,14 @@ col.k-sorted,
|
|
|
40811
41043
|
|
|
40812
41044
|
.k-master-row.k-selected .k-grid-content-sticky,
|
|
40813
41045
|
.k-master-row.k-selected .k-grid-row-sticky,
|
|
41046
|
+
.k-master-row td.k-grid-content-sticky.k-selected,
|
|
40814
41047
|
.k-master-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
40815
41048
|
background-color: rgba(243, 88, 0, 0.25);
|
|
40816
41049
|
}
|
|
40817
41050
|
|
|
40818
41051
|
.k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
40819
41052
|
.k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
41053
|
+
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
40820
41054
|
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
40821
41055
|
background-color: rgba(188, 68, 0, 0.28);
|
|
40822
41056
|
}
|
|
@@ -40832,6 +41066,8 @@ col.k-sorted,
|
|
|
40832
41066
|
.k-master-row.k-selected:hover .k-grid-row-sticky,
|
|
40833
41067
|
.k-master-row.k-selected.k-hover .k-grid-content-sticky,
|
|
40834
41068
|
.k-master-row.k-selected.k-hover .k-grid-row-sticky,
|
|
41069
|
+
.k-master-row:hover td.k-grid-content-sticky.k-selected,
|
|
41070
|
+
.k-master-row.k-hover td.k-grid-content-sticky.k-selected,
|
|
40835
41071
|
.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
40836
41072
|
.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
40837
41073
|
background-color: rgba(151, 55, 0, 0.31);
|
|
@@ -40848,23 +41084,29 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
|
|
|
40848
41084
|
background-color: #ebebeb;
|
|
40849
41085
|
}
|
|
40850
41086
|
|
|
41087
|
+
kendo-grid.k-grid .k-grid-row-sticky td,
|
|
40851
41088
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
|
|
40852
41089
|
border-top-color: #cacaca;
|
|
40853
41090
|
border-bottom-color: #cacaca;
|
|
40854
41091
|
background-color: #ffffff;
|
|
40855
41092
|
}
|
|
40856
41093
|
|
|
41094
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
41095
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
40857
41096
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
40858
41097
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
|
|
40859
41098
|
background-color: #ebebeb;
|
|
40860
41099
|
}
|
|
40861
41100
|
|
|
40862
41101
|
kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
|
|
41102
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
|
|
40863
41103
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
40864
41104
|
background-color: whitesmoke;
|
|
40865
41105
|
}
|
|
40866
41106
|
|
|
40867
41107
|
kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
|
|
41108
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
|
|
41109
|
+
kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
|
|
40868
41110
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
|
|
40869
41111
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
|
|
40870
41112
|
kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
@@ -40872,6 +41114,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
|
40872
41114
|
}
|
|
40873
41115
|
|
|
40874
41116
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
41117
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
40875
41118
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
40876
41119
|
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
40877
41120
|
background-color: rgba(188, 68, 0, 0.28);
|
|
@@ -40879,6 +41122,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
|
40879
41122
|
|
|
40880
41123
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
|
|
40881
41124
|
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
|
|
41125
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
41126
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
41127
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
|
|
41128
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
40882
41129
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
40883
41130
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
|
|
40884
41131
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -40890,12 +41137,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
|
|
|
40890
41137
|
|
|
40891
41138
|
kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
40892
41139
|
kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
41140
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
|
|
41141
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
|
|
41142
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
41143
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
40893
41144
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
40894
41145
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
40895
41146
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
40896
41147
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
40897
41148
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
40898
41149
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
41150
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
|
|
41151
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
|
|
40899
41152
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
40900
41153
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
40901
41154
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -43001,6 +43254,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43001
43254
|
transform: translate(0, -50%);
|
|
43002
43255
|
}
|
|
43003
43256
|
|
|
43257
|
+
.k-treelist .k-table-row.k-footer td,
|
|
43258
|
+
.k-treelist .k-table-row.k-footer-template td,
|
|
43004
43259
|
.k-treelist .k-table-row.k-footer .k-table-td,
|
|
43005
43260
|
.k-treelist .k-table-row.k-footer-template .k-table-td {
|
|
43006
43261
|
border-width: 1px 0;
|
|
@@ -43008,6 +43263,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43008
43263
|
font-weight: bold;
|
|
43009
43264
|
}
|
|
43010
43265
|
|
|
43266
|
+
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
|
|
43011
43267
|
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
43012
43268
|
border-top-width: 0;
|
|
43013
43269
|
}
|
package/dist/all.scss
CHANGED
|
@@ -8524,6 +8524,11 @@ $ki-rotate-map: (
|
|
|
8524
8524
|
}
|
|
8525
8525
|
}
|
|
8526
8526
|
|
|
8527
|
+
// kendo-icon-wrapper component
|
|
8528
|
+
.k-icon-wrapper-host {
|
|
8529
|
+
display: contents;
|
|
8530
|
+
}
|
|
8531
|
+
|
|
8527
8532
|
.k-icon-with-modifier {
|
|
8528
8533
|
position: relative;
|
|
8529
8534
|
margin: .25em;
|
|
@@ -13390,6 +13395,45 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
13390
13395
|
> .k-button-icon {
|
|
13391
13396
|
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
13392
13397
|
min-height: calc( #{$_font-size} * #{$_line-height} );
|
|
13398
|
+
display: inline-flex;
|
|
13399
|
+
align-items: center;
|
|
13400
|
+
justify-content: center;
|
|
13401
|
+
|
|
13402
|
+
&.k-svg-icon > svg,
|
|
13403
|
+
&.k-icon-md > svg {
|
|
13404
|
+
width: $kendo-icon-size-md;
|
|
13405
|
+
height: $kendo-icon-size-md;
|
|
13406
|
+
}
|
|
13407
|
+
|
|
13408
|
+
&.k-icon-xs > svg {
|
|
13409
|
+
width: $kendo-icon-size-xs;
|
|
13410
|
+
height: $kendo-icon-size-xs;
|
|
13411
|
+
}
|
|
13412
|
+
|
|
13413
|
+
&.k-icon-sm > svg {
|
|
13414
|
+
width: $kendo-icon-size-sm;
|
|
13415
|
+
height: $kendo-icon-size-sm;
|
|
13416
|
+
}
|
|
13417
|
+
|
|
13418
|
+
&.k-icon-lg > svg {
|
|
13419
|
+
width: $kendo-icon-size-lg;
|
|
13420
|
+
height: $kendo-icon-size-lg;
|
|
13421
|
+
}
|
|
13422
|
+
|
|
13423
|
+
&.k-icon-xl > svg {
|
|
13424
|
+
width: $kendo-icon-size-xl;
|
|
13425
|
+
height: $kendo-icon-size-xl;
|
|
13426
|
+
}
|
|
13427
|
+
|
|
13428
|
+
&.k-icon-xxl > svg {
|
|
13429
|
+
width: $kendo-icon-size-xxl;
|
|
13430
|
+
height: $kendo-icon-size-xxl;
|
|
13431
|
+
}
|
|
13432
|
+
|
|
13433
|
+
&.k-icon-xxxl > svg {
|
|
13434
|
+
width: $kendo-icon-size-xxxl;
|
|
13435
|
+
height: $kendo-icon-size-xxxl;
|
|
13436
|
+
}
|
|
13393
13437
|
}
|
|
13394
13438
|
}
|
|
13395
13439
|
}
|
|
@@ -16569,6 +16613,47 @@ $kendo-form-sizes: (
|
|
|
16569
16613
|
justify-content: center;
|
|
16570
16614
|
}
|
|
16571
16615
|
|
|
16616
|
+
// Input with SVG icon
|
|
16617
|
+
.k-input-icon,
|
|
16618
|
+
.k-input-validation-icon,
|
|
16619
|
+
.k-input-loading-icon {
|
|
16620
|
+
&.k-svg-icon > svg,
|
|
16621
|
+
&.k-icon-md > svg {
|
|
16622
|
+
width: $kendo-icon-size-md;
|
|
16623
|
+
height: $kendo-icon-size-md;
|
|
16624
|
+
}
|
|
16625
|
+
|
|
16626
|
+
&.k-icon-xs > svg {
|
|
16627
|
+
width: $kendo-icon-size-xs;
|
|
16628
|
+
height: $kendo-icon-size-xs;
|
|
16629
|
+
}
|
|
16630
|
+
|
|
16631
|
+
&.k-icon-sm > svg {
|
|
16632
|
+
width: $kendo-icon-size-sm;
|
|
16633
|
+
height: $kendo-icon-size-sm;
|
|
16634
|
+
}
|
|
16635
|
+
|
|
16636
|
+
&.k-icon-lg > svg {
|
|
16637
|
+
width: $kendo-icon-size-lg;
|
|
16638
|
+
height: $kendo-icon-size-lg;
|
|
16639
|
+
}
|
|
16640
|
+
|
|
16641
|
+
&.k-icon-xl > svg {
|
|
16642
|
+
width: $kendo-icon-size-xl;
|
|
16643
|
+
height: $kendo-icon-size-xl;
|
|
16644
|
+
}
|
|
16645
|
+
|
|
16646
|
+
&.k-icon-xxl > svg {
|
|
16647
|
+
width: $kendo-icon-size-xxl;
|
|
16648
|
+
height: $kendo-icon-size-xxl;
|
|
16649
|
+
}
|
|
16650
|
+
|
|
16651
|
+
&.k-icon-xxxl > svg {
|
|
16652
|
+
width: $kendo-icon-size-xxxl;
|
|
16653
|
+
height: $kendo-icon-size-xxxl;
|
|
16654
|
+
}
|
|
16655
|
+
}
|
|
16656
|
+
|
|
16572
16657
|
|
|
16573
16658
|
// Clear value
|
|
16574
16659
|
.k-clear-value {
|
|
@@ -16634,7 +16719,7 @@ $kendo-form-sizes: (
|
|
|
16634
16719
|
position: relative;
|
|
16635
16720
|
aspect-ratio: auto;
|
|
16636
16721
|
|
|
16637
|
-
|
|
16722
|
+
.k-button-icon {
|
|
16638
16723
|
margin: -1em 0;
|
|
16639
16724
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
16640
16725
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
@@ -21394,8 +21479,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
21394
21479
|
}
|
|
21395
21480
|
|
|
21396
21481
|
// Needed for the double check icons
|
|
21397
|
-
.k-icon + .k-icon
|
|
21398
|
-
|
|
21482
|
+
.k-icon + .k-icon,
|
|
21483
|
+
.k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
21484
|
+
margin-inline-start: -13px;
|
|
21399
21485
|
}
|
|
21400
21486
|
}
|
|
21401
21487
|
}
|
|
@@ -21409,19 +21495,6 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
21409
21495
|
|
|
21410
21496
|
}
|
|
21411
21497
|
|
|
21412
|
-
@include exports( "colorgradient/layout/rtl" ) {
|
|
21413
|
-
|
|
21414
|
-
.k-rtl,
|
|
21415
|
-
[dir="rtl"] {
|
|
21416
|
-
|
|
21417
|
-
.k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
21418
|
-
margin-left: 0;
|
|
21419
|
-
margin-right: -13px;
|
|
21420
|
-
}
|
|
21421
|
-
|
|
21422
|
-
}
|
|
21423
|
-
|
|
21424
|
-
}
|
|
21425
21498
|
|
|
21426
21499
|
// #endregion
|
|
21427
21500
|
|
|
@@ -31948,6 +32021,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31948
32021
|
}
|
|
31949
32022
|
|
|
31950
32023
|
.k-table-th,
|
|
32024
|
+
td,
|
|
31951
32025
|
.k-table-td {
|
|
31952
32026
|
border-width: 0;
|
|
31953
32027
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
@@ -31986,6 +32060,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
31986
32060
|
white-space: nowrap;
|
|
31987
32061
|
}
|
|
31988
32062
|
|
|
32063
|
+
td,
|
|
31989
32064
|
.k-table-td {
|
|
31990
32065
|
border-block-end-width: $kendo-grid-cell-horizontal-border-width;
|
|
31991
32066
|
white-space: unset;
|
|
@@ -32142,12 +32217,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32142
32217
|
align-items: center;
|
|
32143
32218
|
align-content: center;
|
|
32144
32219
|
}
|
|
32220
|
+
|
|
32221
|
+
.k-grouping-row td,
|
|
32145
32222
|
.k-grouping-row .k-table-td {
|
|
32146
32223
|
overflow: visible;
|
|
32147
32224
|
}
|
|
32225
|
+
|
|
32226
|
+
.k-grouping-row + .k-table-row td,
|
|
32148
32227
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
32149
32228
|
border-top-width: $kendo-grid-grouping-row-border-top;
|
|
32150
32229
|
}
|
|
32230
|
+
|
|
32151
32231
|
.k-grouping-row .k-group-cell,
|
|
32152
32232
|
.k-grouping-row + .k-table-row .k-group-cell {
|
|
32153
32233
|
border-top-width: 0;
|
|
@@ -32160,11 +32240,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32160
32240
|
text-decoration: none;
|
|
32161
32241
|
}
|
|
32162
32242
|
|
|
32243
|
+
.k-table .k-group-footer td,
|
|
32163
32244
|
.k-table .k-group-footer .k-table-td {
|
|
32164
32245
|
border-style: solid;
|
|
32165
32246
|
border-width: $kendo-grid-group-footer-border-y 0;
|
|
32166
32247
|
}
|
|
32167
32248
|
|
|
32249
|
+
.k-group-footer .k-group-cell + td,
|
|
32168
32250
|
.k-group-footer .k-group-cell + .k-table-td {
|
|
32169
32251
|
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
32170
32252
|
}
|
|
@@ -32369,11 +32451,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32369
32451
|
.k-grid-footer {
|
|
32370
32452
|
border-top-width: 1px;
|
|
32371
32453
|
|
|
32454
|
+
td,
|
|
32372
32455
|
.k-table-td {
|
|
32373
32456
|
height: $kendo-line-height-em;
|
|
32374
32457
|
}
|
|
32375
32458
|
}
|
|
32376
32459
|
|
|
32460
|
+
.k-grid-footer td,
|
|
32461
|
+
.k-group-footer td,
|
|
32462
|
+
.k-grouping-row td,
|
|
32377
32463
|
.k-grid-footer .k-table-td,
|
|
32378
32464
|
.k-group-footer .k-table-td,
|
|
32379
32465
|
.k-grouping-row .k-table-td {
|
|
@@ -32396,6 +32482,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32396
32482
|
.k-filter-row {
|
|
32397
32483
|
line-height: $kendo-form-line-height;
|
|
32398
32484
|
|
|
32485
|
+
td,
|
|
32399
32486
|
.k-table-td,
|
|
32400
32487
|
.k-table-th {
|
|
32401
32488
|
border-width: 0;
|
|
@@ -32404,6 +32491,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32404
32491
|
white-space: nowrap;
|
|
32405
32492
|
}
|
|
32406
32493
|
|
|
32494
|
+
td:first-child,
|
|
32407
32495
|
.k-table-td:first-child {
|
|
32408
32496
|
border-inline-start-width: 0;
|
|
32409
32497
|
}
|
|
@@ -32450,6 +32538,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32450
32538
|
border-color: inherit;
|
|
32451
32539
|
outline: 0;
|
|
32452
32540
|
|
|
32541
|
+
.k-table-row:last-child > td,
|
|
32453
32542
|
.k-table-row:last-child > .k-table-td {
|
|
32454
32543
|
border-bottom-width: 0;
|
|
32455
32544
|
}
|
|
@@ -32475,11 +32564,13 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32475
32564
|
// Edit row
|
|
32476
32565
|
.k-grid .k-edit-cell,
|
|
32477
32566
|
.k-grid .k-command-cell,
|
|
32567
|
+
.k-grid .k-grid-edit-row td,
|
|
32478
32568
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
32479
32569
|
text-overflow: clip;
|
|
32480
32570
|
}
|
|
32481
32571
|
|
|
32482
32572
|
.k-grid .k-edit-cell,
|
|
32573
|
+
.k-grid .k-grid-edit-row td,
|
|
32483
32574
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
32484
32575
|
|
|
32485
32576
|
> input:not([type="checkbox"]):not([type="radio"]),
|
|
@@ -32536,19 +32627,19 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32536
32627
|
|
|
32537
32628
|
.k-grid-virtual .k-grid-content {
|
|
32538
32629
|
.k-grid-table-wrap {
|
|
32539
|
-
float:
|
|
32630
|
+
float: left;
|
|
32540
32631
|
width: 100%;
|
|
32541
32632
|
}
|
|
32542
32633
|
|
|
32543
32634
|
.k-grid-table {
|
|
32544
32635
|
position: relative;
|
|
32545
|
-
float:
|
|
32636
|
+
float: left;
|
|
32546
32637
|
z-index: 1;
|
|
32547
32638
|
}
|
|
32548
32639
|
|
|
32549
32640
|
> .k-height-container {
|
|
32550
32641
|
position: relative;
|
|
32551
|
-
float:
|
|
32642
|
+
float: left;
|
|
32552
32643
|
}
|
|
32553
32644
|
|
|
32554
32645
|
&::after {
|
|
@@ -32567,6 +32658,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32567
32658
|
height: 1px;
|
|
32568
32659
|
}
|
|
32569
32660
|
|
|
32661
|
+
.k-grid-add-row td,
|
|
32570
32662
|
.k-grid-add-row .k-table-td {
|
|
32571
32663
|
border-bottom-style: solid;
|
|
32572
32664
|
border-bottom-width: 1px;
|
|
@@ -32642,6 +32734,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32642
32734
|
z-index: auto;
|
|
32643
32735
|
}
|
|
32644
32736
|
|
|
32737
|
+
.k-grid-row-sticky td,
|
|
32645
32738
|
.k-grid-row-sticky .k-table-td {
|
|
32646
32739
|
border-bottom-width: $kendo-grid-border-width;
|
|
32647
32740
|
border-top-width: $kendo-grid-border-width;
|
|
@@ -32649,12 +32742,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32649
32742
|
position: sticky;
|
|
32650
32743
|
top: inherit;
|
|
32651
32744
|
bottom: inherit;
|
|
32652
|
-
}
|
|
32653
|
-
|
|
32654
|
-
.k-grid-row-sticky .k-table-td {
|
|
32655
32745
|
z-index: 2;
|
|
32656
32746
|
}
|
|
32657
32747
|
|
|
32748
|
+
.k-grid-row-sticky td.k-grid-content-sticky,
|
|
32749
|
+
.k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
32658
32750
|
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
32659
32751
|
.k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
32660
32752
|
z-index: 3;
|
|
@@ -32681,6 +32773,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32681
32773
|
.k-grid .k-table .k-grid-footer-sticky {
|
|
32682
32774
|
border-inline-end-width: $kendo-grid-cell-vertical-border-width;
|
|
32683
32775
|
|
|
32776
|
+
&:not([style*="display: none"]) + td,
|
|
32684
32777
|
&:not([style*="display: none"]) + .k-table-td,
|
|
32685
32778
|
&:not([style*="display: none"]) + .k-table-th {
|
|
32686
32779
|
border-inline-start-width: 0;
|
|
@@ -32766,6 +32859,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32766
32859
|
padding: $_header-padding-y $_header-padding-x;
|
|
32767
32860
|
}
|
|
32768
32861
|
|
|
32862
|
+
td,
|
|
32769
32863
|
.k-table-td {
|
|
32770
32864
|
padding: $_cell-padding-y $_cell-padding-x;
|
|
32771
32865
|
}
|
|
@@ -32827,6 +32921,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32827
32921
|
// Edit row
|
|
32828
32922
|
.k-edit-cell,
|
|
32829
32923
|
.k-command-cell,
|
|
32924
|
+
.k-grid-edit-row td,
|
|
32830
32925
|
.k-grid-edit-row .k-table-td {
|
|
32831
32926
|
padding: $_edit-cell-padding-y $_edit-cell-padding-x;
|
|
32832
32927
|
}
|
|
@@ -32834,6 +32929,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32834
32929
|
|
|
32835
32930
|
// Filter row
|
|
32836
32931
|
.k-filter-row {
|
|
32932
|
+
td,
|
|
32837
32933
|
.k-table-td,
|
|
32838
32934
|
.k-table-th {
|
|
32839
32935
|
padding: $_filter-cell-padding-y $_filter-cell-padding-x;
|
|
@@ -32896,7 +32992,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
32896
32992
|
// Remove Grid scrollbar during built-in export
|
|
32897
32993
|
.k-pdf-export-shadow {
|
|
32898
32994
|
.k-grid {
|
|
32899
|
-
float:
|
|
32995
|
+
float: left;
|
|
32900
32996
|
width: auto !important; // sass-lint:disable-line no-important
|
|
32901
32997
|
}
|
|
32902
32998
|
|
|
@@ -33004,6 +33100,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33004
33100
|
table-layout: auto !important;
|
|
33005
33101
|
|
|
33006
33102
|
.k-table-th,
|
|
33103
|
+
td,
|
|
33007
33104
|
.k-table-td {
|
|
33008
33105
|
white-space: nowrap !important;
|
|
33009
33106
|
}
|
|
@@ -33135,6 +33232,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33135
33232
|
.k-grid-header-wrap,
|
|
33136
33233
|
.k-grouping-header,
|
|
33137
33234
|
.k-grid .k-table-th,
|
|
33235
|
+
.k-grid td,
|
|
33138
33236
|
.k-grid .k-table-td,
|
|
33139
33237
|
.k-grid-footer,
|
|
33140
33238
|
.k-grid-footer-wrap,
|
|
@@ -33142,6 +33240,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33142
33240
|
.k-grid-footer-locked,
|
|
33143
33241
|
.k-grid-header-locked,
|
|
33144
33242
|
.k-filter-row > .k-table-th,
|
|
33243
|
+
.k-filter-row > td,
|
|
33145
33244
|
.k-filter-row > .k-table-td {
|
|
33146
33245
|
@include fill( $border: $kendo-grid-header-border );
|
|
33147
33246
|
}
|
|
@@ -33175,6 +33274,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33175
33274
|
@include fill($bg: $kendo-grid-bg );
|
|
33176
33275
|
}
|
|
33177
33276
|
|
|
33277
|
+
.k-group-footer td,
|
|
33278
|
+
.k-grouping-row td,
|
|
33178
33279
|
.k-group-footer .k-table-td,
|
|
33179
33280
|
.k-grouping-row .k-table-td,
|
|
33180
33281
|
.k-table-tbody .k-group-cell {
|
|
@@ -33210,6 +33311,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33210
33311
|
}
|
|
33211
33312
|
|
|
33212
33313
|
// Selected state
|
|
33314
|
+
td.k-selected,
|
|
33315
|
+
.k-table-row.k-selected > td,
|
|
33213
33316
|
.k-table-td.k-selected,
|
|
33214
33317
|
.k-table-row.k-selected > .k-table-td {
|
|
33215
33318
|
color: $kendo-grid-selected-text;
|
|
@@ -33218,7 +33321,12 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33218
33321
|
|
|
33219
33322
|
// Focused state
|
|
33220
33323
|
.k-table-th,
|
|
33324
|
+
td,
|
|
33221
33325
|
.k-table-td,
|
|
33326
|
+
.k-master-row > td,
|
|
33327
|
+
.k-grouping-row > td,
|
|
33328
|
+
.k-detail-row > td,
|
|
33329
|
+
.k-group-footer > td,
|
|
33222
33330
|
.k-master-row > .k-table-td,
|
|
33223
33331
|
.k-grouping-row > .k-table-td,
|
|
33224
33332
|
.k-detail-row > .k-table-td,
|
|
@@ -33254,30 +33362,37 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33254
33362
|
.k-grid-header-locked,
|
|
33255
33363
|
.k-grid-content-locked,
|
|
33256
33364
|
.k-grid-header-locked .k-table-th,
|
|
33365
|
+
.k-grid-content-locked td,
|
|
33257
33366
|
.k-grid-content-locked .k-table-td {
|
|
33258
33367
|
border-color: $kendo-grid-sticky-header-border;
|
|
33259
33368
|
}
|
|
33260
33369
|
|
|
33261
33370
|
.k-grid-content-locked {
|
|
33371
|
+
.k-group-footer td,
|
|
33262
33372
|
.k-group-footer .k-table-td,
|
|
33263
33373
|
.k-group-cell {
|
|
33264
33374
|
@include fill( $border: $kendo-grid-header-border );
|
|
33265
33375
|
}
|
|
33266
33376
|
|
|
33377
|
+
.k-grouping-row + .k-table-row td,
|
|
33267
33378
|
.k-grouping-row + .k-table-row .k-table-td {
|
|
33268
33379
|
border-top-color: $kendo-grid-header-border;
|
|
33269
33380
|
}
|
|
33270
33381
|
|
|
33271
33382
|
// Selected state
|
|
33383
|
+
.k-selected td,
|
|
33272
33384
|
.k-selected .k-table-td {
|
|
33273
33385
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
33274
33386
|
}
|
|
33275
33387
|
|
|
33388
|
+
.k-selected.k-table-alt-row td,
|
|
33276
33389
|
.k-selected.k-table-alt-row .k-table-td {
|
|
33277
33390
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
33278
33391
|
}
|
|
33279
33392
|
|
|
33280
33393
|
// Selected hover
|
|
33394
|
+
.k-selected:hover td,
|
|
33395
|
+
.k-selected.k-hover td,
|
|
33281
33396
|
.k-selected:hover .k-table-td,
|
|
33282
33397
|
.k-selected.k-hover .k-table-td {
|
|
33283
33398
|
@include fill( $bg: $kendo-grid-sticky-selected-hover-bg );
|
|
@@ -33321,6 +33436,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33321
33436
|
}
|
|
33322
33437
|
|
|
33323
33438
|
.k-table-th.k-grid-header-sticky,
|
|
33439
|
+
td.k-grid-header-sticky,
|
|
33324
33440
|
.k-table-td.k-grid-header-sticky,
|
|
33325
33441
|
.k-grid-header-sticky.k-sorted {
|
|
33326
33442
|
@include fill(
|
|
@@ -33371,12 +33487,14 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33371
33487
|
// Selected state
|
|
33372
33488
|
&.k-selected .k-grid-content-sticky,
|
|
33373
33489
|
&.k-selected .k-grid-row-sticky,
|
|
33490
|
+
td.k-grid-content-sticky.k-selected,
|
|
33374
33491
|
.k-table-td.k-grid-content-sticky.k-selected {
|
|
33375
33492
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
33376
33493
|
}
|
|
33377
33494
|
|
|
33378
33495
|
&.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
33379
33496
|
&.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
33497
|
+
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
33380
33498
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
33381
33499
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
33382
33500
|
}
|
|
@@ -33396,6 +33514,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33396
33514
|
&.k-selected:hover .k-grid-row-sticky,
|
|
33397
33515
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
33398
33516
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
33517
|
+
&:hover td.k-grid-content-sticky.k-selected,
|
|
33518
|
+
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
33399
33519
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
33400
33520
|
&.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
33401
33521
|
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
@@ -33416,12 +33536,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33416
33536
|
}
|
|
33417
33537
|
|
|
33418
33538
|
.k-grid-row-sticky {
|
|
33539
|
+
td,
|
|
33419
33540
|
.k-table-td {
|
|
33420
33541
|
border-top-color: $kendo-grid-sticky-border;
|
|
33421
33542
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
33422
33543
|
background-color: $kendo-grid-sticky-bg;
|
|
33423
33544
|
}
|
|
33424
33545
|
|
|
33546
|
+
&:hover td,
|
|
33547
|
+
&.k-hover td,
|
|
33425
33548
|
&:hover .k-table-td,
|
|
33426
33549
|
&.k-hover .k-table-td {
|
|
33427
33550
|
background-color: $kendo-grid-sticky-hover-bg;
|
|
@@ -33429,12 +33552,15 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33429
33552
|
}
|
|
33430
33553
|
|
|
33431
33554
|
.k-table-alt-row .k-grid-content-sticky,
|
|
33555
|
+
.k-grid-row-sticky.k-table-alt-row td,
|
|
33432
33556
|
.k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
33433
33557
|
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
33434
33558
|
}
|
|
33435
33559
|
|
|
33436
33560
|
// Selected state
|
|
33437
33561
|
.k-table-row.k-selected .k-grid-content-sticky,
|
|
33562
|
+
.k-selected.k-grid-row-sticky td,
|
|
33563
|
+
.k-grid-row-sticky td.k-selected,
|
|
33438
33564
|
.k-selected.k-grid-row-sticky .k-table-td,
|
|
33439
33565
|
.k-grid-row-sticky .k-table-td.k-selected,
|
|
33440
33566
|
.k-selected.k-grid-content-sticky {
|
|
@@ -33442,6 +33568,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33442
33568
|
}
|
|
33443
33569
|
|
|
33444
33570
|
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
33571
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
33445
33572
|
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
33446
33573
|
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
33447
33574
|
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
@@ -33450,6 +33577,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33450
33577
|
// Hover state
|
|
33451
33578
|
.k-table-row:hover .k-grid-content-sticky,
|
|
33452
33579
|
.k-table-row.k-hover .k-grid-content-sticky,
|
|
33580
|
+
.k-grid-row-sticky:hover td,
|
|
33581
|
+
.k-grid-row-sticky.k-hover td,
|
|
33582
|
+
.k-grid-row-sticky.k-table-alt-row:hover td,
|
|
33583
|
+
.k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
33453
33584
|
.k-grid-row-sticky:hover .k-table-td,
|
|
33454
33585
|
.k-grid-row-sticky.k-hover .k-table-td,
|
|
33455
33586
|
.k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -33462,12 +33593,18 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33462
33593
|
// Selected + Hover
|
|
33463
33594
|
.k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
33464
33595
|
.k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
33596
|
+
.k-selected.k-grid-row-sticky:hover td,
|
|
33597
|
+
.k-selected.k-grid-row-sticky.k-hover td,
|
|
33598
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
33599
|
+
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
33465
33600
|
.k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
33466
33601
|
.k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
33467
33602
|
.k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
33468
33603
|
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
33469
33604
|
.k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
33470
33605
|
.k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
33606
|
+
.k-grid-row-sticky:hover td.k-selected,
|
|
33607
|
+
.k-grid-row-sticky.k-hover td.k-selected,
|
|
33471
33608
|
.k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
33472
33609
|
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
33473
33610
|
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -36239,6 +36376,8 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
36239
36376
|
transform: translate(0, -50%);
|
|
36240
36377
|
}
|
|
36241
36378
|
|
|
36379
|
+
.k-table-row.k-footer td,
|
|
36380
|
+
.k-table-row.k-footer-template td,
|
|
36242
36381
|
.k-table-row.k-footer .k-table-td,
|
|
36243
36382
|
.k-table-row.k-footer-template .k-table-td {
|
|
36244
36383
|
border-width: $kendo-treelist-footer-row-border-width 0;
|
|
@@ -36246,6 +36385,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
36246
36385
|
font-weight: bold;
|
|
36247
36386
|
}
|
|
36248
36387
|
|
|
36388
|
+
.k-table-row.k-footer + .k-table-row.k-footer td,
|
|
36249
36389
|
.k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
36250
36390
|
border-top-width: 0;
|
|
36251
36391
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "^1.0.0",
|
|
52
|
-
"@progress/kendo-theme-core": "^
|
|
53
|
-
"@progress/kendo-theme-default": "^
|
|
54
|
-
"@progress/kendo-theme-utils": "^
|
|
52
|
+
"@progress/kendo-theme-core": "^6.0.0",
|
|
53
|
+
"@progress/kendo-theme-default": "^6.0.0",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.0.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "55db62ccac1c6dfee205ade579d703e3989d1f64"
|
|
57
57
|
}
|