Media Grid: while in Bulk Edit mode, any selected attachment should have the blue border, rather than just the last clicked one.
Props ericlewis. See #24716. Built from https://develop.svn.wordpress.org/trunk@29081 git-svn-id: http://core.svn.wordpress.org/trunk@28867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -903,14 +903,16 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.attachment.details {
|
||||
.attachment.details,
|
||||
.media-grid-view .selected.attachment {
|
||||
-webkit-box-shadow: 0 0 0 1px #fff,
|
||||
0 0 0 5px #1e8cbe;
|
||||
box-shadow: 0 0 0 1px #fff,
|
||||
0 0 0 5px #1e8cbe;
|
||||
}
|
||||
|
||||
.attachment.details .check {
|
||||
.attachment.details .check,
|
||||
.media-grid-view .attachment .check {
|
||||
background-color: #1e8cbe;
|
||||
-webkit-box-shadow: 0 0 0 1px #fff,
|
||||
0 0 0 2px #1e8cbe;
|
||||
@@ -918,11 +920,13 @@
|
||||
0 0 0 2px #1e8cbe;
|
||||
}
|
||||
|
||||
.attachment.details .check div {
|
||||
.attachment.details .check div,
|
||||
.media-grid-view .attachment .check div {
|
||||
background-position: -21px 0;
|
||||
}
|
||||
|
||||
.attachment.details .check:hover div {
|
||||
.attachment.details .check:hover div,
|
||||
.media-grid-view .attachment .check:hover div {
|
||||
background-position: -60px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user