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

git-svn-id: https://develop.svn.wordpress.org/trunk@27805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-03-28 03:37:08 +00:00
parent 90d45acbf7
commit 706b608000
1 changed files with 10 additions and 0 deletions

View File

@ -83,6 +83,7 @@
.wp-playlist-light { .wp-playlist-light {
background: #fff; background: #fff;
color: #000;
} }
.wp-playlist-dark { .wp-playlist-dark {
@ -140,6 +141,10 @@
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
.wp-playlist-light .wp-playlist-item {
color: #333;
}
.wp-playlist-dark .wp-playlist-item { .wp-playlist-dark .wp-playlist-item {
color: #dedede; color: #dedede;
} }
@ -149,6 +154,11 @@
background: #f7f7f7; background: #f7f7f7;
} }
.wp-playlist-light .wp-playlist-playing {
background: #fff;
color: #000;
}
.wp-playlist-dark .wp-playlist-playing { .wp-playlist-dark .wp-playlist-playing {
background: #000; background: #000;
color: #fff; color: #fff;