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

Commit

Permalink
Merge pull request #5175 from jschulte/fix-5166
Browse files Browse the repository at this point in the history
inputs: add !important to resolve issue in build process
  • Loading branch information
Wilto authored and jaspermdegroot committed Oct 16, 2012
1 parent 84d8913 commit 78a8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.textinput.css
Expand Up @@ -18,7 +18,7 @@ input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
textarea.ui-mini { height: 45px; }

/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
:-moz-placeholder { color: #aaa; }
input:-moz-placeholder { color: #aaa; }

@media all and (min-width: 450px){
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
Expand Down

0 comments on commit 78a8ab0

Please sign in to comment.