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 #5174 from jschulte/fix-5166
Browse files Browse the repository at this point in the history
inputs: Modify placeholder text color in Firefox to use standard
  • Loading branch information
jaspermdegroot committed Oct 15, 2012
1 parent 9de514c commit 7715428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/structure/jquery.mobile.forms.textinput.css
Expand Up @@ -17,6 +17,9 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
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; }

@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 }
.ui-field-contain input.ui-input-text,
Expand Down

0 comments on commit 7715428

Please sign in to comment.