Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 10, 2015
1 parent f93bca8 commit 5341293
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions dist/css/framework7.ios.css
Expand Up @@ -4224,6 +4224,9 @@ html.pixel-ratio-3 .popover .picker-modal .toolbar:after {
.popover .picker-modal .toolbar {
background: none;
}
.picker-modal.smart-select-picker .page {
background: #fff;
}
.picker-modal.smart-select-picker .toolbar:after {
content: '';
position: absolute;
Expand All @@ -4250,6 +4253,12 @@ html.pixel-ratio-3 .picker-modal.smart-select-picker .toolbar:after {
.picker-modal.smart-select-picker .list-block {
margin: 0;
}
.picker-modal.smart-select-picker .list-block ul:before {
display: none;
}
.picker-modal.smart-select-picker .list-block ul:after {
display: none;
}
/* === Panels === */
.panel-overlay {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.ios.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/css/framework7.material.css
Expand Up @@ -4162,6 +4162,12 @@ html.with-statusbar-overlay .popup.tablet-fullscreen {
.picker-modal.smart-select-picker .list-block {
margin: 0;
}
.picker-modal.smart-select-picker .list-block ul:before {
display: none;
}
.picker-modal.smart-select-picker .list-block ul:after {
display: none;
}
/* === Panels === */
.panel-overlay {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.material.min.css

Large diffs are not rendered by default.

0 comments on commit 5341293

Please sign in to comment.