In Firefox, style placeholder text a dark gray since the browser doesn't do it for us. props helenyhou, fixes #22689.

git-svn-id: https://develop.svn.wordpress.org/trunk@22986 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-03 05:17:23 +00:00
parent 6b0e365fc0
commit a347195dca
2 changed files with 8 additions and 0 deletions

View File

@ -750,6 +750,10 @@ input[readonly] {
background-color: #eee;
}
:-moz-placeholder {
color: #a9a9a9;
}
/*------------------------------------------------------------------------------
1.0 - Text Styles
------------------------------------------------------------------------------*/

View File

@ -65,6 +65,10 @@
-webkit-appearance: textfield;
}
.media-frame :-moz-placeholder {
color: #a9a9a9;
}
/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
.ui-sortable,
.ui-draggable {