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
This commit is contained in:
Matt Thomas 2013-11-22 19:17:07 +00:00
parent 18a088a4e1
commit bd59dc63b1

View File

@ -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);
}