Remove white box-shadow divider from uploading status area for consistency.
Props paulwilde. Fixes #28751. Built from https://develop.svn.wordpress.org/trunk@29286 git-svn-id: http://core.svn.wordpress.org/trunk@29068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9382741cbe
commit
1f22888b56
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue