mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 01:57:53 +01:00
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:
parent
9da12ebae7
commit
79c8d875fa
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
@ -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
@ -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
Loading…
Reference in New Issue
Block a user