Make sure color schemes get the 1px white border around checkboxes on the media uploader. See #26147.

git-svn-id: https://develop.svn.wordpress.org/trunk@26311 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-22 00:21:27 +00:00
parent 734e42c912
commit 5667f2459e
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ ul#adminmenu > li.current > a.current:after {
.attachment.details .check { .attachment.details .check {
background-color: $highlight-color; background-color: $highlight-color;
box-shadow: 0 0 0 1px $highlight-color; box-shadow: 0 0 0 1px #fff, 0 0 0 2px $highlight-color;
} }