Make WordPress Core

Changeset 27805


Ignore:
Timestamp:
03/28/2014 03:37:08 AM (11 years ago)
Author:
helen
Message:

Set baseline colors for the light playlist skin. props kwight. fixes #27562.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css

    r27742 r27805  
    8484.wp-playlist-light {
    8585    background: #fff;
     86    color: #000;
    8687}
    8788
     
    141142}
    142143
     144.wp-playlist-light .wp-playlist-item {
     145    color: #333;
     146}
     147
    143148.wp-playlist-dark .wp-playlist-item {
    144149    color: #dedede;
     
    148153    font-weight: bold;
    149154    background: #f7f7f7;
     155}
     156
     157.wp-playlist-light .wp-playlist-playing {
     158    background: #fff;
     159    color: #000;
    150160}
    151161
Note: See TracChangeset for help on using the changeset viewer.