@progress/kendo-theme-classic 6.1.1-dev.1 → 6.1.1-dev.11
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 +5 -6
- package/dist/all.scss +829 -32
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.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/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -36388,9 +36388,8 @@ select.k-picker-lg {
|
|
|
36388
36388
|
font-size: 0.875em;
|
|
36389
36389
|
}
|
|
36390
36390
|
|
|
36391
|
-
.k-actionsheet
|
|
36391
|
+
.k-actionsheet .k-hr {
|
|
36392
36392
|
margin: 0;
|
|
36393
|
-
border-color: inherit;
|
|
36394
36393
|
flex: none;
|
|
36395
36394
|
}
|
|
36396
36395
|
|
|
@@ -36585,6 +36584,10 @@ select.k-picker-lg {
|
|
|
36585
36584
|
color: #646464;
|
|
36586
36585
|
}
|
|
36587
36586
|
|
|
36587
|
+
.k-actionsheet .k-hr {
|
|
36588
|
+
border-color: #cacaca;
|
|
36589
|
+
}
|
|
36590
|
+
|
|
36588
36591
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36589
36592
|
border-color: #cacaca;
|
|
36590
36593
|
}
|
|
@@ -41710,10 +41713,6 @@ div.k-grid-norecords {
|
|
|
41710
41713
|
|
|
41711
41714
|
.k-column-menu-popup.k-popup,
|
|
41712
41715
|
.k-grid-columnmenu-popup.k-popup {
|
|
41713
|
-
}
|
|
41714
|
-
|
|
41715
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41716
|
-
.k-grid-columnmenu-popup {
|
|
41717
41716
|
max-width: 100%;
|
|
41718
41717
|
}
|
|
41719
41718
|
|