Remove white box-shadow divider from uploading status area for consistency.
Props paulwilde. Fixes #28751. git-svn-id: https://develop.svn.wordpress.org/trunk@29286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b1053cca13
commit
052e5c5062
|
@ -1185,8 +1185,6 @@ video#inline-media-node {
|
|||
|
||||
.media-sidebar .media-uploader-status {
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
-webkit-box-shadow: 0 1px 0 #fff;
|
||||
box-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
.uploader-inline .media-uploader-status h3 {
|
||||
|
|
Loading…
Reference in New Issue