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:
Matt Thomas 2013-11-22 00:11:09 +00:00
parent a3f4245602
commit 9da12ebae7
4 changed files with 8 additions and 6 deletions

View File

@ -5606,9 +5606,10 @@ abbr.required {
width: 0; width: 0;
height: 100%; height: 100%;
margin-top: -22px; margin-top: -22px;
border-radius: 22px;
background-color: #1e8cbe; background-color: #1e8cbe;
-webkit-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: 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
} }
.media-item .progress .percent { .media-item .progress .percent {

File diff suppressed because one or more lines are too long

View File

@ -5610,9 +5610,10 @@ abbr.required {
width: 0; width: 0;
height: 100%; height: 100%;
margin-top: -22px; margin-top: -22px;
border-radius: 22px;
background-color: #1e8cbe; background-color: #1e8cbe;
-webkit-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: 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
} }
.media-item .progress .percent { .media-item .progress .percent {

File diff suppressed because one or more lines are too long