From 3e3eacb4dec9ce7e130758f8c182eb04e4c0dbd7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 Feb 2015 15:48:46 +0000 Subject: [PATCH] Themes: Use a darker color for "No themes found" message to increase contrast. props joedolson. see #26600. git-svn-id: https://develop.svn.wordpress.org/trunk@31519 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 63527033d3..a1a8bb257f 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1138,7 +1138,7 @@ body.show-upload-theme .upload-theme + .wp-filter + .theme-browser { p.no-themes { clear: both; - color: #999; + color: #666; font-size: 18px; font-style: normal; margin: 0;