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

Commit

Permalink
Browse files Browse the repository at this point in the history
inputs: Modify placeholder text color in Firefox to use standard in F…
…F 15+. Fixes #5166 - Text input placeholder text not grayed out in Firefox
  • Loading branch information
Jonah Schulte committed Oct 15, 2012
1 parent e360e09 commit cc452fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/structure/jquery.mobile.forms.textinput.css
Expand Up @@ -17,6 +17,8 @@ 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; }

:-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 cc452fd

Please sign in to comment.