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

Commit 7715428

Browse files
Merge pull request #5174 from jschulte/fix-5166
inputs: Modify placeholder text color in Firefox to use standard
1 parent 9de514c commit 7715428

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ 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+
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
21+
:-moz-placeholder { color: #aaa; }
22+
2023
@media all and (min-width: 450px){
2124
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
2225
.ui-field-contain input.ui-input-text,

0 commit comments

Comments
 (0)