@xenknight/framework7 0.0.9 → 0.0.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/components/searchbar-new/searchbar.less +1 -1
- package/framework7-bundle-rtl.css +2 -2
- package/framework7-bundle-rtl.min.css +2 -2
- package/framework7-bundle.css +2 -2
- package/framework7-bundle.esm.js +1 -1
- package/framework7-bundle.js +1 -1
- package/framework7-bundle.less +1 -1
- package/framework7-bundle.min.css +2 -2
- package/framework7-bundle.min.js +1 -1
- package/framework7-lite-bundle.esm.js +1 -1
- package/framework7-lite.esm.js +1 -1
- package/framework7-rtl.css +2 -2
- package/framework7-rtl.min.css +2 -2
- package/framework7.css +2 -2
- package/framework7.esm.js +1 -1
- package/framework7.less +1 -1
- package/framework7.min.css +2 -2
- package/package.json +1 -1
package/framework7.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Framework7 0.0.
|
|
2
|
+
* Framework7 0.0.10
|
|
3
3
|
* Full featured mobile HTML framework for building iOS & Android apps
|
|
4
4
|
* https://framework7.io/
|
|
5
5
|
*
|
|
@@ -2800,7 +2800,7 @@ html.device-full-viewport body {
|
|
|
2800
2800
|
.searchbar-new:after {
|
|
2801
2801
|
content: '';
|
|
2802
2802
|
position: absolute;
|
|
2803
|
-
background-color: var(--f7-searchbar-new-border-color,
|
|
2803
|
+
background-color: var(--f7-searchbar-new-border-color, transparent);
|
|
2804
2804
|
display: block;
|
|
2805
2805
|
z-index: 15;
|
|
2806
2806
|
top: auto;
|
package/framework7.esm.js
CHANGED
package/framework7.less
CHANGED