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:
Lance Willett 2014-06-06 17:22:13 +00:00
parent d8e57f0148
commit f83806b4ba
1 changed files with 4 additions and 0 deletions

View File

@ -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 {