Use the correct shade of blue for the default filled progress bar color, 0074a2 to match the default scheme's highlight color. See #26147.

Built from https://develop.svn.wordpress.org/trunk@26330


git-svn-id: http://core.svn.wordpress.org/trunk@26232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-22 19:18:10 +00:00
parent 295851d0bb
commit f0ec4ea835
4 changed files with 4 additions and 4 deletions

View File

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long