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

Commit cc452fd

Browse files
author
Jonah Schulte
committed
inputs: Modify placeholder text color in Firefox to use standard in FF 15+. Fixes #5166 - Text input placeholder text not grayed out in Firefox
1 parent e360e09 commit cc452fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.forms.textinput.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
1717
input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
1818
textarea.ui-mini { height: 45px; }
1919

20+
:-moz-placeholder { color: #aaa; }
21+
2022
@media all and (min-width: 450px){
2123
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
2224
.ui-field-contain input.ui-input-text,

0 commit comments

Comments
 (0)