From bd59dc63b1e3c5af00a66be1361352399a8ba0af Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Fri, 22 Nov 2013 19:17:07 +0000 Subject: [PATCH] Use the correct shade of blue for the default filled progress bar color, 0074a2 to match the default scheme's highlight color. See #26147. git-svn-id: https://develop.svn.wordpress.org/trunk@26330 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 7e38b38383..fe2cf1cfd5 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -5611,7 +5611,7 @@ abbr.required { height: 100%; margin-top: -22px; border-radius: 22px; - background-color: #1e8cbe; + background-color: #0074a2; -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); box-shadow: inset 0 0 2px rgba(0,0,0,0.3); }