From d6703f1776a1cf4c59143bae258387321b2495c5 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 29 Nov 2013 01:52:07 +0000 Subject: [PATCH] Themes: Style the Theme Author the same in the multi and singular view, make the links readable. Fixes #26306 git-svn-id: https://develop.svn.wordpress.org/trunk@26458 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index 2dea3df8c9..8010ae5b99 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -273,7 +273,10 @@ .theme.display-author .theme-author { display: block; } - +.theme.display-author .theme-author a { + color: inherit; + text-decoration: none; +} /* * Experiment: allows to scroll through the whole theme @@ -628,6 +631,7 @@ body.theme-overlay-open { margin: 15px 0 25px; } .theme-overlay .theme-author a { + color: inherit; text-decoration: none; } .theme-overlay .theme-description {