Making a few more adjustments to the uploader progress bar styles. See #26147.
Built from https://develop.svn.wordpress.org/trunk@26310 git-svn-id: http://core.svn.wordpress.org/trunk@26214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a3f4245602
commit
9da12ebae7
|
@ -5606,9 +5606,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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue