@progress/kendo-theme-classic 5.12.1-dev.2 → 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 +222 -18
- package/dist/all.scss +4772 -4687
- package/dist/classic-green-dark.scss +27 -30
- package/dist/classic-green.scss +27 -29
- package/dist/classic-main-dark.scss +27 -30
- package/dist/classic-main.scss +27 -29
- package/dist/classic-opal-dark.scss +27 -30
- package/dist/classic-opal.scss +27 -29
- package/dist/classic-silver-dark.scss +27 -30
- package/dist/classic-silver.scss +27 -29
- package/lib/swatches/classic-green-dark.json +31 -49
- package/lib/swatches/classic-green.json +33 -41
- package/lib/swatches/classic-main-dark.json +31 -49
- package/lib/swatches/classic-main.json +33 -41
- package/lib/swatches/classic-opal-dark.json +31 -49
- package/lib/swatches/classic-opal.json +33 -41
- package/lib/swatches/classic-silver-dark.json +31 -49
- package/lib/swatches/classic-silver.json +33 -41
- package/package.json +5 -5
- package/scss/_variables.scss +52 -49
- package/scss/action-buttons/_variables.scss +9 -9
- package/scss/action-sheet/_variables.scss +63 -63
- package/scss/adaptive/_variables.scss +18 -18
- package/scss/appbar/_variables.scss +3 -3
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +32 -32
- package/scss/bottom-navigation/_variables.scss +23 -23
- package/scss/breadcrumb/_variables.scss +45 -44
- package/scss/button/_variables.scss +39 -39
- package/scss/calendar/_variables.scss +84 -87
- package/scss/captcha/_variables.scss +14 -14
- package/scss/card/_variables.scss +55 -55
- package/scss/chat/_variables.scss +57 -57
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +29 -29
- package/scss/color-preview/_variables.scss +11 -11
- package/scss/coloreditor/_variables.scss +24 -24
- package/scss/colorgradient/_variables.scss +51 -51
- package/scss/colorpalette/_variables.scss +8 -8
- package/scss/dataviz/_variables.scss +97 -97
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +3 -3
- package/scss/draggable/_variables.scss +20 -20
- package/scss/drawer/_variables.scss +4 -4
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +20 -20
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +22 -22
- package/scss/fab/_variables.scss +10 -10
- package/scss/filemanager/_variables.scss +59 -59
- package/scss/filter/_variables.scss +8 -8
- package/scss/floating-label/_variables.scss +14 -14
- package/scss/forms/_variables.scss +12 -12
- package/scss/gantt/_variables.scss +92 -92
- package/scss/grid/_variables.scss +74 -74
- package/scss/imageeditor/_variables.scss +31 -31
- package/scss/input/_variables.scss +36 -36
- package/scss/list/_variables.scss +66 -72
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +10 -10
- package/scss/listview/_variables.scss +3 -3
- package/scss/loader/_variables.scss +30 -30
- package/scss/map/_variables.scss +21 -21
- package/scss/mediaplayer/_variables.scss +13 -13
- package/scss/menu/_variables.scss +65 -68
- package/scss/messagebox/_variables.scss +11 -11
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +56 -56
- package/scss/overlay/_variables.scss +3 -3
- package/scss/pager/_variables.scss +33 -33
- package/scss/panelbar/_variables.scss +104 -104
- package/scss/pdf-viewer/_variables.scss +44 -44
- package/scss/pivotgrid/_variables.scss +86 -86
- package/scss/popover/_variables.scss +16 -16
- package/scss/popup/_variables.scss +12 -12
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/radio/_variables.scss +1 -1
- package/scss/rating/_variables.scss +16 -16
- package/scss/scheduler/_variables.scss +89 -89
- package/scss/scrollview/_variables.scss +32 -32
- package/scss/signature/_variables.scss +18 -18
- package/scss/skeleton/_variables.scss +6 -6
- package/scss/slider/_variables.scss +44 -44
- package/scss/split-button/_variables.scss +6 -6
- package/scss/splitter/_variables.scss +18 -18
- package/scss/spreadsheet/_variables.scss +29 -29
- package/scss/stepper/_variables.scss +86 -86
- package/scss/switch/_variables.scss +4 -4
- package/scss/table/_variables.scss +18 -18
- package/scss/tabstrip/_variables.scss +41 -41
- package/scss/taskboard/_variables.scss +93 -93
- package/scss/tilelayout/_variables.scss +8 -8
- package/scss/timeline/_variables.scss +50 -50
- package/scss/timeselector/_variables.scss +36 -39
- package/scss/toolbar/_variables.scss +21 -21
- package/scss/tooltip/_variables.scss +29 -29
- package/scss/treeview/_variables.scss +30 -33
- package/scss/typography/_variables.scss +84 -92
- package/scss/upload/_variables.scss +3 -3
- package/scss/window/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +10 -10
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 {
|
|
@@ -30073,8 +30194,8 @@ textarea.k-input-inner {
|
|
|
30073
30194
|
aspect-ratio: auto;
|
|
30074
30195
|
}
|
|
30075
30196
|
|
|
30076
|
-
.k-input-spinner .k-spinner-increase
|
|
30077
|
-
.k-input-spinner .k-spinner-decrease
|
|
30197
|
+
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
30198
|
+
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
30078
30199
|
margin: -1em 0;
|
|
30079
30200
|
min-width: auto !important;
|
|
30080
30201
|
min-height: auto !important;
|
|
@@ -33039,8 +33160,9 @@ select.k-picker-lg {
|
|
|
33039
33160
|
vertical-align: middle;
|
|
33040
33161
|
}
|
|
33041
33162
|
|
|
33042
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon
|
|
33043
|
-
|
|
33163
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
|
|
33164
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
33165
|
+
margin-inline-start: -13px;
|
|
33044
33166
|
}
|
|
33045
33167
|
|
|
33046
33168
|
.k-color-contrast-svg {
|
|
@@ -33051,12 +33173,6 @@ select.k-picker-lg {
|
|
|
33051
33173
|
pointer-events: none;
|
|
33052
33174
|
}
|
|
33053
33175
|
|
|
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
33176
|
.k-colorgradient {
|
|
33061
33177
|
border-color: #cacaca;
|
|
33062
33178
|
color: #272727;
|
|
@@ -39406,6 +39522,7 @@ kendo-card-footer {
|
|
|
39406
39522
|
}
|
|
39407
39523
|
|
|
39408
39524
|
.k-grid .k-table-th,
|
|
39525
|
+
.k-grid td,
|
|
39409
39526
|
.k-grid .k-table-td {
|
|
39410
39527
|
border-width: 0;
|
|
39411
39528
|
border-inline-start-width: 1px;
|
|
@@ -39421,16 +39538,19 @@ kendo-card-footer {
|
|
|
39421
39538
|
}
|
|
39422
39539
|
|
|
39423
39540
|
.k-grid .k-table-th:first-child,
|
|
39541
|
+
.k-grid td:first-child,
|
|
39424
39542
|
.k-grid .k-table-td:first-child {
|
|
39425
39543
|
border-inline-start-width: 0;
|
|
39426
39544
|
}
|
|
39427
39545
|
|
|
39428
39546
|
.k-grid .k-table-th:focus,
|
|
39547
|
+
.k-grid td:focus,
|
|
39429
39548
|
.k-grid .k-table-td:focus {
|
|
39430
39549
|
outline: none;
|
|
39431
39550
|
}
|
|
39432
39551
|
|
|
39433
39552
|
.k-grid .k-table-th .k-placeholder-line,
|
|
39553
|
+
.k-grid td .k-placeholder-line,
|
|
39434
39554
|
.k-grid .k-table-td .k-placeholder-line {
|
|
39435
39555
|
width: 80%;
|
|
39436
39556
|
}
|
|
@@ -39439,6 +39559,10 @@ kendo-card-footer {
|
|
|
39439
39559
|
.k-grid .k-table-th > .k-radio-wrap,
|
|
39440
39560
|
.k-grid .k-table-th > .k-checkbox,
|
|
39441
39561
|
.k-grid .k-table-th > .k-checkbox-wrap,
|
|
39562
|
+
.k-grid td > .k-radio,
|
|
39563
|
+
.k-grid td > .k-radio-wrap,
|
|
39564
|
+
.k-grid td > .k-checkbox,
|
|
39565
|
+
.k-grid td > .k-checkbox-wrap,
|
|
39442
39566
|
.k-grid .k-table-td > .k-radio,
|
|
39443
39567
|
.k-grid .k-table-td > .k-radio-wrap,
|
|
39444
39568
|
.k-grid .k-table-td > .k-checkbox,
|
|
@@ -39451,6 +39575,7 @@ kendo-card-footer {
|
|
|
39451
39575
|
white-space: nowrap;
|
|
39452
39576
|
}
|
|
39453
39577
|
|
|
39578
|
+
.k-grid td,
|
|
39454
39579
|
.k-grid .k-table-td {
|
|
39455
39580
|
border-block-end-width: 0px;
|
|
39456
39581
|
white-space: unset;
|
|
@@ -39602,10 +39727,12 @@ kendo-card-footer {
|
|
|
39602
39727
|
align-content: center;
|
|
39603
39728
|
}
|
|
39604
39729
|
|
|
39730
|
+
.k-grid .k-grouping-row td,
|
|
39605
39731
|
.k-grid .k-grouping-row .k-table-td {
|
|
39606
39732
|
overflow: visible;
|
|
39607
39733
|
}
|
|
39608
39734
|
|
|
39735
|
+
.k-grid .k-grouping-row + .k-table-row td,
|
|
39609
39736
|
.k-grid .k-grouping-row + .k-table-row .k-table-td {
|
|
39610
39737
|
border-top-width: 1px;
|
|
39611
39738
|
}
|
|
@@ -39622,11 +39749,13 @@ kendo-card-footer {
|
|
|
39622
39749
|
text-decoration: none;
|
|
39623
39750
|
}
|
|
39624
39751
|
|
|
39752
|
+
.k-grid .k-table .k-group-footer td,
|
|
39625
39753
|
.k-grid .k-table .k-group-footer .k-table-td {
|
|
39626
39754
|
border-style: solid;
|
|
39627
39755
|
border-width: 1px 0;
|
|
39628
39756
|
}
|
|
39629
39757
|
|
|
39758
|
+
.k-grid .k-group-footer .k-group-cell + td,
|
|
39630
39759
|
.k-grid .k-group-footer .k-group-cell + .k-table-td {
|
|
39631
39760
|
border-inline-start-width: 1px;
|
|
39632
39761
|
}
|
|
@@ -39819,10 +39948,14 @@ div.k-grid-footer {
|
|
|
39819
39948
|
border-top-width: 1px;
|
|
39820
39949
|
}
|
|
39821
39950
|
|
|
39951
|
+
.k-grid-footer td,
|
|
39822
39952
|
.k-grid-footer .k-table-td {
|
|
39823
39953
|
height: 1.4285714286em;
|
|
39824
39954
|
}
|
|
39825
39955
|
|
|
39956
|
+
.k-grid-footer td,
|
|
39957
|
+
.k-group-footer td,
|
|
39958
|
+
.k-grouping-row td,
|
|
39826
39959
|
.k-grid-footer .k-table-td,
|
|
39827
39960
|
.k-group-footer .k-table-td,
|
|
39828
39961
|
.k-grouping-row .k-table-td {
|
|
@@ -39844,6 +39977,7 @@ div.k-grid-footer {
|
|
|
39844
39977
|
line-height: 1.4285714286;
|
|
39845
39978
|
}
|
|
39846
39979
|
|
|
39980
|
+
.k-filter-row td,
|
|
39847
39981
|
.k-filter-row .k-table-td,
|
|
39848
39982
|
.k-filter-row .k-table-th {
|
|
39849
39983
|
border-width: 0;
|
|
@@ -39852,6 +39986,7 @@ div.k-grid-footer {
|
|
|
39852
39986
|
white-space: nowrap;
|
|
39853
39987
|
}
|
|
39854
39988
|
|
|
39989
|
+
.k-filter-row td:first-child,
|
|
39855
39990
|
.k-filter-row .k-table-td:first-child {
|
|
39856
39991
|
border-inline-start-width: 0;
|
|
39857
39992
|
}
|
|
@@ -39899,7 +40034,9 @@ div.k-grid-footer {
|
|
|
39899
40034
|
outline: 0;
|
|
39900
40035
|
}
|
|
39901
40036
|
|
|
40037
|
+
.k-grid-content .k-table-row:last-child > td,
|
|
39902
40038
|
.k-grid-content .k-table-row:last-child > .k-table-td,
|
|
40039
|
+
.k-grid-content-locked .k-table-row:last-child > td,
|
|
39903
40040
|
.k-grid-content-locked .k-table-row:last-child > .k-table-td {
|
|
39904
40041
|
border-bottom-width: 0;
|
|
39905
40042
|
}
|
|
@@ -39922,6 +40059,7 @@ div.k-grid-footer {
|
|
|
39922
40059
|
|
|
39923
40060
|
.k-grid .k-edit-cell,
|
|
39924
40061
|
.k-grid .k-command-cell,
|
|
40062
|
+
.k-grid .k-grid-edit-row td,
|
|
39925
40063
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
39926
40064
|
text-overflow: clip;
|
|
39927
40065
|
}
|
|
@@ -39929,6 +40067,9 @@ div.k-grid-footer {
|
|
|
39929
40067
|
.k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
|
|
39930
40068
|
.k-grid .k-edit-cell > select,
|
|
39931
40069
|
.k-grid .k-edit-cell > .k-widget:not(.k-switch),
|
|
40070
|
+
.k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
|
|
40071
|
+
.k-grid .k-grid-edit-row td > select,
|
|
40072
|
+
.k-grid .k-grid-edit-row td > .k-widget:not(.k-switch),
|
|
39932
40073
|
.k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
|
|
39933
40074
|
.k-grid .k-grid-edit-row .k-table-td > select,
|
|
39934
40075
|
.k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
|
|
@@ -39941,6 +40082,10 @@ div.k-grid-footer {
|
|
|
39941
40082
|
.k-grid .k-edit-cell > .k-checkbox,
|
|
39942
40083
|
.k-grid .k-edit-cell > .k-radio-wrap,
|
|
39943
40084
|
.k-grid .k-edit-cell > .k-checkbox-wrap,
|
|
40085
|
+
.k-grid .k-grid-edit-row td > .k-radio,
|
|
40086
|
+
.k-grid .k-grid-edit-row td > .k-checkbox,
|
|
40087
|
+
.k-grid .k-grid-edit-row td > .k-radio-wrap,
|
|
40088
|
+
.k-grid .k-grid-edit-row td > .k-checkbox-wrap,
|
|
39944
40089
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio,
|
|
39945
40090
|
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
|
|
39946
40091
|
.k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
|
|
@@ -39982,19 +40127,19 @@ div.k-grid-footer {
|
|
|
39982
40127
|
}
|
|
39983
40128
|
|
|
39984
40129
|
.k-grid-virtual .k-grid-content .k-grid-table-wrap {
|
|
39985
|
-
float:
|
|
40130
|
+
float: left;
|
|
39986
40131
|
width: 100%;
|
|
39987
40132
|
}
|
|
39988
40133
|
|
|
39989
40134
|
.k-grid-virtual .k-grid-content .k-grid-table {
|
|
39990
40135
|
position: relative;
|
|
39991
|
-
float:
|
|
40136
|
+
float: left;
|
|
39992
40137
|
z-index: 1;
|
|
39993
40138
|
}
|
|
39994
40139
|
|
|
39995
40140
|
.k-grid-virtual .k-grid-content > .k-height-container {
|
|
39996
40141
|
position: relative;
|
|
39997
|
-
float:
|
|
40142
|
+
float: left;
|
|
39998
40143
|
}
|
|
39999
40144
|
|
|
40000
40145
|
.k-grid-virtual .k-grid-content::after {
|
|
@@ -40012,6 +40157,7 @@ div.k-grid-footer {
|
|
|
40012
40157
|
height: 1px;
|
|
40013
40158
|
}
|
|
40014
40159
|
|
|
40160
|
+
.k-grid-add-row td,
|
|
40015
40161
|
.k-grid-add-row .k-table-td {
|
|
40016
40162
|
border-bottom-style: solid;
|
|
40017
40163
|
border-bottom-width: 1px;
|
|
@@ -40095,18 +40241,18 @@ kendo-grid .k-table-row.k-grid-row-sticky {
|
|
|
40095
40241
|
z-index: auto;
|
|
40096
40242
|
}
|
|
40097
40243
|
|
|
40244
|
+
kendo-grid .k-grid-row-sticky td,
|
|
40098
40245
|
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
40099
40246
|
border-bottom-width: 1px;
|
|
40100
40247
|
border-top-width: 1px;
|
|
40101
40248
|
position: sticky;
|
|
40102
40249
|
top: inherit;
|
|
40103
40250
|
bottom: inherit;
|
|
40104
|
-
}
|
|
40105
|
-
|
|
40106
|
-
kendo-grid .k-grid-row-sticky .k-table-td {
|
|
40107
40251
|
z-index: 2;
|
|
40108
40252
|
}
|
|
40109
40253
|
|
|
40254
|
+
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
40255
|
+
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
40110
40256
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
40111
40257
|
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
40112
40258
|
z-index: 3;
|
|
@@ -40132,10 +40278,13 @@ kendo-grid .k-grid-header .k-grid-header-menu {
|
|
|
40132
40278
|
border-inline-end-width: 1px;
|
|
40133
40279
|
}
|
|
40134
40280
|
|
|
40281
|
+
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
|
|
40135
40282
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40136
40283
|
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
|
|
40284
|
+
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
|
|
40137
40285
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40138
40286
|
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
|
|
40287
|
+
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
|
|
40139
40288
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
|
|
40140
40289
|
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
|
|
40141
40290
|
border-inline-start-width: 0;
|
|
@@ -40197,6 +40346,7 @@ div.k-grid-norecords {
|
|
|
40197
40346
|
padding: 4px 8px;
|
|
40198
40347
|
}
|
|
40199
40348
|
|
|
40349
|
+
.k-grid-sm td,
|
|
40200
40350
|
.k-grid-sm .k-table-td {
|
|
40201
40351
|
padding: 4px 8px;
|
|
40202
40352
|
}
|
|
@@ -40252,10 +40402,12 @@ div.k-grid-norecords {
|
|
|
40252
40402
|
|
|
40253
40403
|
.k-grid-sm .k-edit-cell,
|
|
40254
40404
|
.k-grid-sm .k-command-cell,
|
|
40405
|
+
.k-grid-sm .k-grid-edit-row td,
|
|
40255
40406
|
.k-grid-sm .k-grid-edit-row .k-table-td {
|
|
40256
40407
|
padding: 2px 8px;
|
|
40257
40408
|
}
|
|
40258
40409
|
|
|
40410
|
+
.k-grid-sm .k-filter-row td,
|
|
40259
40411
|
.k-grid-sm .k-filter-row .k-table-td,
|
|
40260
40412
|
.k-grid-sm .k-filter-row .k-table-th {
|
|
40261
40413
|
padding: 8px 8px;
|
|
@@ -40270,6 +40422,7 @@ div.k-grid-norecords {
|
|
|
40270
40422
|
padding: 8px 8px;
|
|
40271
40423
|
}
|
|
40272
40424
|
|
|
40425
|
+
.k-grid-md td,
|
|
40273
40426
|
.k-grid-md .k-table-td {
|
|
40274
40427
|
padding: 8px 8px;
|
|
40275
40428
|
}
|
|
@@ -40325,10 +40478,12 @@ div.k-grid-norecords {
|
|
|
40325
40478
|
|
|
40326
40479
|
.k-grid-md .k-edit-cell,
|
|
40327
40480
|
.k-grid-md .k-command-cell,
|
|
40481
|
+
.k-grid-md .k-grid-edit-row td,
|
|
40328
40482
|
.k-grid-md .k-grid-edit-row .k-table-td {
|
|
40329
40483
|
padding: 3px 8px;
|
|
40330
40484
|
}
|
|
40331
40485
|
|
|
40486
|
+
.k-grid-md .k-filter-row td,
|
|
40332
40487
|
.k-grid-md .k-filter-row .k-table-td,
|
|
40333
40488
|
.k-grid-md .k-filter-row .k-table-th {
|
|
40334
40489
|
padding: 8px 8px;
|
|
@@ -40379,7 +40534,7 @@ div.k-grid-norecords {
|
|
|
40379
40534
|
}
|
|
40380
40535
|
|
|
40381
40536
|
.k-pdf-export-shadow .k-grid {
|
|
40382
|
-
float:
|
|
40537
|
+
float: left;
|
|
40383
40538
|
width: auto !important;
|
|
40384
40539
|
}
|
|
40385
40540
|
|
|
@@ -40474,6 +40629,7 @@ div.k-grid-norecords {
|
|
|
40474
40629
|
}
|
|
40475
40630
|
|
|
40476
40631
|
.k-autofitting .k-table-th,
|
|
40632
|
+
.k-autofitting td,
|
|
40477
40633
|
.k-autofitting .k-table-td {
|
|
40478
40634
|
white-space: nowrap !important;
|
|
40479
40635
|
}
|
|
@@ -40600,6 +40756,7 @@ div.k-grid-norecords {
|
|
|
40600
40756
|
.k-grid-header-wrap,
|
|
40601
40757
|
.k-grouping-header,
|
|
40602
40758
|
.k-grid .k-table-th,
|
|
40759
|
+
.k-grid td,
|
|
40603
40760
|
.k-grid .k-table-td,
|
|
40604
40761
|
.k-grid-footer,
|
|
40605
40762
|
.k-grid-footer-wrap,
|
|
@@ -40607,6 +40764,7 @@ div.k-grid-norecords {
|
|
|
40607
40764
|
.k-grid-footer-locked,
|
|
40608
40765
|
.k-grid-header-locked,
|
|
40609
40766
|
.k-filter-row > .k-table-th,
|
|
40767
|
+
.k-filter-row > td,
|
|
40610
40768
|
.k-filter-row > .k-table-td {
|
|
40611
40769
|
border-color: #cacaca;
|
|
40612
40770
|
}
|
|
@@ -40632,6 +40790,8 @@ div.k-grid-norecords {
|
|
|
40632
40790
|
background-color: #ffffff;
|
|
40633
40791
|
}
|
|
40634
40792
|
|
|
40793
|
+
.k-group-footer td,
|
|
40794
|
+
.k-grouping-row td,
|
|
40635
40795
|
.k-group-footer .k-table-td,
|
|
40636
40796
|
.k-grouping-row .k-table-td,
|
|
40637
40797
|
.k-table-tbody .k-group-cell {
|
|
@@ -40662,14 +40822,26 @@ div.k-grid-norecords {
|
|
|
40662
40822
|
background-color: #ebebeb;
|
|
40663
40823
|
}
|
|
40664
40824
|
|
|
40825
|
+
.k-grid td.k-selected,
|
|
40826
|
+
.k-grid .k-table-row.k-selected > td,
|
|
40665
40827
|
.k-grid .k-table-td.k-selected,
|
|
40666
40828
|
.k-grid .k-table-row.k-selected > .k-table-td {
|
|
40667
40829
|
background-color: rgba(243, 88, 0, 0.25);
|
|
40668
40830
|
}
|
|
40669
40831
|
|
|
40670
40832
|
.k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
|
|
40833
|
+
.k-grid td:focus,
|
|
40834
|
+
.k-grid td.k-focus,
|
|
40671
40835
|
.k-grid .k-table-td:focus,
|
|
40672
40836
|
.k-grid .k-table-td.k-focus,
|
|
40837
|
+
.k-grid .k-master-row > td:focus,
|
|
40838
|
+
.k-grid .k-master-row > td.k-focus,
|
|
40839
|
+
.k-grid .k-grouping-row > td:focus,
|
|
40840
|
+
.k-grid .k-grouping-row > td.k-focus,
|
|
40841
|
+
.k-grid .k-detail-row > td:focus,
|
|
40842
|
+
.k-grid .k-detail-row > td.k-focus,
|
|
40843
|
+
.k-grid .k-group-footer > td:focus,
|
|
40844
|
+
.k-grid .k-group-footer > td.k-focus,
|
|
40673
40845
|
.k-grid .k-master-row > .k-table-td:focus,
|
|
40674
40846
|
.k-grid .k-master-row > .k-table-td.k-focus,
|
|
40675
40847
|
.k-grid .k-grouping-row > .k-table-td:focus,
|
|
@@ -40706,27 +40878,34 @@ div.k-grid-norecords {
|
|
|
40706
40878
|
.k-grid .k-grid-header-locked,
|
|
40707
40879
|
.k-grid .k-grid-content-locked,
|
|
40708
40880
|
.k-grid .k-grid-header-locked .k-table-th,
|
|
40881
|
+
.k-grid .k-grid-content-locked td,
|
|
40709
40882
|
.k-grid .k-grid-content-locked .k-table-td {
|
|
40710
40883
|
border-color: #cacaca;
|
|
40711
40884
|
}
|
|
40712
40885
|
|
|
40886
|
+
.k-grid .k-grid-content-locked .k-group-footer td,
|
|
40713
40887
|
.k-grid .k-grid-content-locked .k-group-footer .k-table-td,
|
|
40714
40888
|
.k-grid .k-grid-content-locked .k-group-cell {
|
|
40715
40889
|
border-color: #cacaca;
|
|
40716
40890
|
}
|
|
40717
40891
|
|
|
40892
|
+
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row td,
|
|
40718
40893
|
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
|
|
40719
40894
|
border-top-color: #cacaca;
|
|
40720
40895
|
}
|
|
40721
40896
|
|
|
40897
|
+
.k-grid .k-grid-content-locked .k-selected td,
|
|
40722
40898
|
.k-grid .k-grid-content-locked .k-selected .k-table-td {
|
|
40723
40899
|
background-color: rgba(243, 88, 0, 0.25);
|
|
40724
40900
|
}
|
|
40725
40901
|
|
|
40902
|
+
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
|
|
40726
40903
|
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
|
|
40727
40904
|
background-color: rgba(188, 68, 0, 0.28);
|
|
40728
40905
|
}
|
|
40729
40906
|
|
|
40907
|
+
.k-grid .k-grid-content-locked .k-selected:hover td,
|
|
40908
|
+
.k-grid .k-grid-content-locked .k-selected.k-hover td,
|
|
40730
40909
|
.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
|
|
40731
40910
|
.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
|
|
40732
40911
|
background-color: rgba(151, 55, 0, 0.31);
|
|
@@ -40772,6 +40951,7 @@ col.k-sorted,
|
|
|
40772
40951
|
}
|
|
40773
40952
|
|
|
40774
40953
|
.k-grid-header .k-table-th.k-grid-header-sticky,
|
|
40954
|
+
.k-grid-header td.k-grid-header-sticky,
|
|
40775
40955
|
.k-grid-header .k-table-td.k-grid-header-sticky,
|
|
40776
40956
|
.k-grid-header .k-grid-header-sticky.k-sorted {
|
|
40777
40957
|
color: #272727;
|
|
@@ -40811,12 +40991,14 @@ col.k-sorted,
|
|
|
40811
40991
|
|
|
40812
40992
|
.k-master-row.k-selected .k-grid-content-sticky,
|
|
40813
40993
|
.k-master-row.k-selected .k-grid-row-sticky,
|
|
40994
|
+
.k-master-row td.k-grid-content-sticky.k-selected,
|
|
40814
40995
|
.k-master-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
40815
40996
|
background-color: rgba(243, 88, 0, 0.25);
|
|
40816
40997
|
}
|
|
40817
40998
|
|
|
40818
40999
|
.k-master-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
40819
41000
|
.k-master-row.k-selected.k-table-alt-row .k-grid-row-sticky,
|
|
41001
|
+
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
40820
41002
|
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
40821
41003
|
background-color: rgba(188, 68, 0, 0.28);
|
|
40822
41004
|
}
|
|
@@ -40832,6 +41014,8 @@ col.k-sorted,
|
|
|
40832
41014
|
.k-master-row.k-selected:hover .k-grid-row-sticky,
|
|
40833
41015
|
.k-master-row.k-selected.k-hover .k-grid-content-sticky,
|
|
40834
41016
|
.k-master-row.k-selected.k-hover .k-grid-row-sticky,
|
|
41017
|
+
.k-master-row:hover td.k-grid-content-sticky.k-selected,
|
|
41018
|
+
.k-master-row.k-hover td.k-grid-content-sticky.k-selected,
|
|
40835
41019
|
.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
40836
41020
|
.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
|
|
40837
41021
|
background-color: rgba(151, 55, 0, 0.31);
|
|
@@ -40848,23 +41032,29 @@ kendo-grid.k-grid .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-conten
|
|
|
40848
41032
|
background-color: #ebebeb;
|
|
40849
41033
|
}
|
|
40850
41034
|
|
|
41035
|
+
kendo-grid.k-grid .k-grid-row-sticky td,
|
|
40851
41036
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
|
|
40852
41037
|
border-top-color: #cacaca;
|
|
40853
41038
|
border-bottom-color: #cacaca;
|
|
40854
41039
|
background-color: #ffffff;
|
|
40855
41040
|
}
|
|
40856
41041
|
|
|
41042
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
41043
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
40857
41044
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
40858
41045
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
|
|
40859
41046
|
background-color: #ebebeb;
|
|
40860
41047
|
}
|
|
40861
41048
|
|
|
40862
41049
|
kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
|
|
41050
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
|
|
40863
41051
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
40864
41052
|
background-color: whitesmoke;
|
|
40865
41053
|
}
|
|
40866
41054
|
|
|
40867
41055
|
kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
|
|
41056
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
|
|
41057
|
+
kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
|
|
40868
41058
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
|
|
40869
41059
|
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
|
|
40870
41060
|
kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
@@ -40872,6 +41062,7 @@ kendo-grid.k-grid .k-selected.k-grid-content-sticky {
|
|
|
40872
41062
|
}
|
|
40873
41063
|
|
|
40874
41064
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
41065
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
40875
41066
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
40876
41067
|
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
40877
41068
|
background-color: rgba(188, 68, 0, 0.28);
|
|
@@ -40879,6 +41070,10 @@ kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
|
40879
41070
|
|
|
40880
41071
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
|
|
40881
41072
|
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
|
|
41073
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td,
|
|
41074
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
|
|
41075
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
|
|
41076
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
40882
41077
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
|
|
40883
41078
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
|
|
40884
41079
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
@@ -40890,12 +41085,18 @@ kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
|
|
|
40890
41085
|
|
|
40891
41086
|
kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
40892
41087
|
kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
41088
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
|
|
41089
|
+
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
|
|
41090
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
41091
|
+
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
40893
41092
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
40894
41093
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
40895
41094
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
40896
41095
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
40897
41096
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
40898
41097
|
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
41098
|
+
kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
|
|
41099
|
+
kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
|
|
40899
41100
|
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
40900
41101
|
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
40901
41102
|
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
@@ -43001,6 +43202,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43001
43202
|
transform: translate(0, -50%);
|
|
43002
43203
|
}
|
|
43003
43204
|
|
|
43205
|
+
.k-treelist .k-table-row.k-footer td,
|
|
43206
|
+
.k-treelist .k-table-row.k-footer-template td,
|
|
43004
43207
|
.k-treelist .k-table-row.k-footer .k-table-td,
|
|
43005
43208
|
.k-treelist .k-table-row.k-footer-template .k-table-td {
|
|
43006
43209
|
border-width: 1px 0;
|
|
@@ -43008,6 +43211,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43008
43211
|
font-weight: bold;
|
|
43009
43212
|
}
|
|
43010
43213
|
|
|
43214
|
+
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
|
|
43011
43215
|
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
|
|
43012
43216
|
border-top-width: 0;
|
|
43013
43217
|
}
|
|
@@ -43664,8 +43868,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43664
43868
|
}
|
|
43665
43869
|
|
|
43666
43870
|
.k-taskboard-card:focus, .k-taskboard-card.k-focus {
|
|
43667
|
-
border-color: #a6a6a6;
|
|
43668
43871
|
box-shadow: none;
|
|
43872
|
+
border-color: #a6a6a6;
|
|
43669
43873
|
}
|
|
43670
43874
|
|
|
43671
43875
|
.k-taskboard-card:hover, .k-taskboard-card.k-hover {
|