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

Built from https://develop.svn.wordpress.org/trunk@26311


git-svn-id: http://core.svn.wordpress.org/trunk@26215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-22 00:22:11 +00:00
parent 9da12ebae7
commit 79c8d875fa
7 changed files with 7 additions and 7 deletions

View File

@ -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;
}

View File

@ -249,7 +249,7 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.attachment.details .check {
background-color: #096484;
box-shadow: 0 0 0 1px #096484; }
box-shadow: 0 0 0 1px white, 0 0 0 2px #096484; }
/* Responsive Component */
div#moby6-toggle a:before {

File diff suppressed because one or more lines are too long

View File

@ -249,7 +249,7 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.attachment.details .check {
background-color: #04a4cc;
box-shadow: 0 0 0 1px #04a4cc; }
box-shadow: 0 0 0 1px white, 0 0 0 2px #04a4cc; }
/* Responsive Component */
div#moby6-toggle a:before {

File diff suppressed because one or more lines are too long

View File

@ -249,7 +249,7 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.attachment.details .check {
background-color: #e14d43;
box-shadow: 0 0 0 1px #e14d43; }
box-shadow: 0 0 0 1px white, 0 0 0 2px #e14d43; }
/* Responsive Component */
div#moby6-toggle a:before {

File diff suppressed because one or more lines are too long