Make WordPress Core

Changeset 22986


Ignore:
Timestamp:
12/03/2012 05:17:23 AM (12 years ago)
Author:
nacin
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r22977 r22986  
    751751}
    752752
     753:-moz-placeholder {
     754   color: #a9a9a9;
     755}
     756
    753757/*------------------------------------------------------------------------------
    754758  1.0 - Text Styles
  • trunk/wp-includes/css/media-views.css

    r22983 r22986  
    6666}
    6767
     68.media-frame :-moz-placeholder {
     69   color: #a9a9a9;
     70}
     71
    6872/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
    6973.ui-sortable,
Note: See TracChangeset for help on using the changeset viewer.