mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Making a few more adjustments to the uploader progress bar styles. See #26147.
git-svn-id: https://develop.svn.wordpress.org/trunk@26310 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c23257d7f2
commit
734e42c912
@ -5610,9 +5610,10 @@ abbr.required {
|
||||
width: 0;
|
||||
height: 100%;
|
||||
margin-top: -22px;
|
||||
border-radius: 22px;
|
||||
background-color: #1e8cbe;
|
||||
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
|
||||
box-shadow: 0 0 3px rgba(0,0,0,0.3);
|
||||
-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);
|
||||
}
|
||||
|
||||
.media-item .progress .percent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user