We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1395bb6 commit 02ed69dCopy full SHA for 02ed69d
demos/_assets/css/jqm-demos.css
@@ -104,16 +104,13 @@ body, .jqm-demos {
104
.jqm-search {
105
background: #eee;
106
border-top: none;
107
- max-height: 0;
108
overflow: hidden;
109
padding: 0 .7em;
110
- -webkit-transition: max-height 450ms ease;
111
- -moz-transition: max-height 450ms ease;
112
- transition: max-height 450ms ease;
+ display: none;
113
}
114
.jqm-search-toggle .jqm-search {
115
- max-height: 60px;
116
border-top: 1px solid #e0e0e0;
+ display: block;
117
118
.jqm-search > .ui-listview-filter {
119
margin: 0 -5px;
@@ -161,7 +158,6 @@ body, .jqm-demos {
161
158
162
159
163
160
164
-
165
/* Footer */
166
.jqm-footer {
167
background: none;
0 commit comments