Twenty Fourteen: fix playlist track color in content sidebar. Props celloexpressions, fixes #28457.
Built from https://develop.svn.wordpress.org/trunk@28690 git-svn-id: http://core.svn.wordpress.org/trunk@28508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8e57f0148
commit
f83806b4ba
|
@ -1369,6 +1369,10 @@ a.post-thumbnail:hover {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-sidebar .wp-playlist-item .wp-playlist-caption {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
/* Page links */
|
/* Page links */
|
||||||
|
|
||||||
.page-links {
|
.page-links {
|
||||||
|
|
Loading…
Reference in New Issue