@progress/kendo-theme-bootstrap 6.1.1-dev.0 → 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -36514,9 +36514,8 @@ select.k-picker-lg {
|
|
|
36514
36514
|
font-size: 0.875em;
|
|
36515
36515
|
}
|
|
36516
36516
|
|
|
36517
|
-
.k-actionsheet
|
|
36517
|
+
.k-actionsheet .k-hr {
|
|
36518
36518
|
margin: 0;
|
|
36519
|
-
border-color: inherit;
|
|
36520
36519
|
flex: none;
|
|
36521
36520
|
}
|
|
36522
36521
|
|
|
@@ -36711,6 +36710,10 @@ select.k-picker-lg {
|
|
|
36711
36710
|
color: #6c757d;
|
|
36712
36711
|
}
|
|
36713
36712
|
|
|
36713
|
+
.k-actionsheet .k-hr {
|
|
36714
|
+
border-color: #dee2e6;
|
|
36715
|
+
}
|
|
36716
|
+
|
|
36714
36717
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36715
36718
|
border-color: #dee2e6;
|
|
36716
36719
|
}
|
|
@@ -41903,10 +41906,6 @@ div.k-grid-norecords {
|
|
|
41903
41906
|
|
|
41904
41907
|
.k-column-menu-popup.k-popup,
|
|
41905
41908
|
.k-grid-columnmenu-popup.k-popup {
|
|
41906
|
-
}
|
|
41907
|
-
|
|
41908
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41909
|
-
.k-grid-columnmenu-popup {
|
|
41910
41909
|
max-width: 100%;
|
|
41911
41910
|
}
|
|
41912
41911
|
|