Set baseline colors for the light playlist skin. props kwight. fixes #27562.
Built from https://develop.svn.wordpress.org/trunk@27805 git-svn-id: http://core.svn.wordpress.org/trunk@27639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3c72ba4282
commit
afbcf169b0
|
@ -83,6 +83,7 @@
|
|||
|
||||
.wp-playlist-light {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.wp-playlist-dark {
|
||||
|
@ -140,6 +141,10 @@
|
|||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-item {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-item {
|
||||
color: #dedede;
|
||||
}
|
||||
|
@ -149,6 +154,11 @@
|
|||
background: #f7f7f7;
|
||||
}
|
||||
|
||||
.wp-playlist-light .wp-playlist-playing {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.wp-playlist-dark .wp-playlist-playing {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue