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:
Matt Thomas 2013-11-22 00:10:15 +00:00
parent c23257d7f2
commit 734e42c912
1 changed files with 3 additions and 2 deletions

View File

@ -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 {