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

git-svn-id: http://core.svn.wordpress.org/trunk@22986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-12-03 05:17:23 +00:00
parent 6d711428b4
commit 105cf57225
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 {