Skip to content

Commit db488a5

Browse files
Demos: No focus style for search panel input.
1 parent cdd1ef0 commit db488a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demos/_assets/css/jqm-demos.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
.jqm-search-panel .ui-input-search {
210210
margin: 1em 0;
211211
}
212+
.jqm-search-panel .ui-input-search.ui-focus {
213+
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
214+
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
215+
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
216+
}
212217
.jqm-list .jqm-search-results-keywords {
213218
padding: .46857em 0 0;
214219
font-size: .8em;

0 commit comments

Comments
 (0)