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:
parent
18a088a4e1
commit
bd59dc63b1
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user