From 5667f2459eab3c98a67a61ed1b62d18ed86f8f8d Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Fri, 22 Nov 2013 00:21:27 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/color-schemes/_admin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/color-schemes/_admin.scss b/src/wp-admin/css/color-schemes/_admin.scss index 54b84f1d33..a2e7c0acf5 100644 --- a/src/wp-admin/css/color-schemes/_admin.scss +++ b/src/wp-admin/css/color-schemes/_admin.scss @@ -377,7 +377,7 @@ ul#adminmenu > li.current > a.current:after { .attachment.details .check { 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; }