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:
parent
295851d0bb
commit
f0ec4ea835
|
@ -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
|
@ -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
Loading…
Reference in New Issue