Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Textinput: fixed a specificity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Nov 20, 2012
1 parent 5419d96 commit ef632c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/structure/jquery.mobile.forms.textinput.css
Expand Up @@ -33,7 +33,8 @@ input[type=number]::-webkit-outer-spin-button { margin: 0; }
.ui-field-contain div.ui-input-text { width: 78%; display: inline-block; }
.ui-hide-label input.ui-input-text,
.ui-hide-label textarea.ui-input-text,
.ui-hide-label .ui-input-search, .ui-hide-label .ui-input-text { width: 100%; }
.ui-hide-label .ui-input-search,
.ui-hide-label div.ui-input-text { width: 100%; }
.ui-input-search input.ui-input-text,
div.ui-input-text input.ui-input-text { width: 100%; /*echos rule from above*/ }
}

0 comments on commit ef632c1

Please sign in to comment.