Match current theme background and add theme hover state color to the highlight color in color schemes. Fixes #25967, props ryelle.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 22:36:11 +00:00
parent 758a07bfd3
commit 5a3717d526
10 changed files with 42 additions and 12 deletions

View File

@ -399,6 +399,17 @@ ul#adminmenu > li.current > a.current:after {
} }
/* Themes */
.theme.active .theme-name,
.theme-browser .add-new-theme:hover:after {
background: $highlight-color;
}
.theme-browser .add-new-theme:hover span:after {
color: $highlight-color;
}
/* jQuery UI Slider */ /* jQuery UI Slider */
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle,

View File

@ -257,6 +257,13 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
background-color: #096484; background-color: #096484;
box-shadow: 0 0 0 1px white, 0 0 0 2px #096484; } box-shadow: 0 0 0 1px white, 0 0 0 2px #096484; }
/* Themes */
.theme.active .theme-name, .theme-browser .add-new-theme:hover:after {
background: #096484; }
.theme-browser .add-new-theme:hover span:after {
color: #096484; }
/* jQuery UI Slider */ /* jQuery UI Slider */
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus { .wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
background: #e1a948; background: #e1a948;

File diff suppressed because one or more lines are too long

View File

@ -257,6 +257,13 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
background-color: #04a4cc; background-color: #04a4cc;
box-shadow: 0 0 0 1px white, 0 0 0 2px #04a4cc; } box-shadow: 0 0 0 1px white, 0 0 0 2px #04a4cc; }
/* Themes */
.theme.active .theme-name, .theme-browser .add-new-theme:hover:after {
background: #04a4cc; }
.theme-browser .add-new-theme:hover span:after {
color: #04a4cc; }
/* jQuery UI Slider */ /* jQuery UI Slider */
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus { .wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
background: #04a4cc; background: #04a4cc;

File diff suppressed because one or more lines are too long

View File

@ -257,6 +257,13 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
background-color: #e14d43; background-color: #e14d43;
box-shadow: 0 0 0 1px white, 0 0 0 2px #e14d43; } box-shadow: 0 0 0 1px white, 0 0 0 2px #e14d43; }
/* Themes */
.theme.active .theme-name, .theme-browser .add-new-theme:hover:after {
background: #e14d43; }
.theme-browser .add-new-theme:hover span:after {
color: #e14d43; }
/* jQuery UI Slider */ /* jQuery UI Slider */
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus { .wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
background: #e14d43; background: #e14d43;

File diff suppressed because one or more lines are too long

View File

@ -339,14 +339,13 @@
} }
.theme-browser .add-new-theme:hover span:after { .theme-browser .add-new-theme:hover span:after {
background: #fff; background: #fff;
color: rgb(16, 116, 162); color: #0074a2;
box-shadow: 0 2px 1px rgba(0,0,0,0.3);
} }
.theme-browser .add-new-theme:hover:after { .theme-browser .add-new-theme:hover:after {
border-color: transparent; border-color: transparent;
color: #fff; color: #fff;
background: rgb(16, 116, 162); background: #0074a2;
} }
.theme-browser .add-new-theme .theme-name { .theme-browser .add-new-theme .theme-name {
@ -355,7 +354,7 @@
box-shadow: none; box-shadow: none;
font-weight: 400; font-weight: 400;
position: relative; position: relative;
top: -70px; top: -50px;
} }
.theme-browser .add-new-theme:hover .theme-name { .theme-browser .add-new-theme:hover .theme-name {
color: #fff; color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -339,14 +339,13 @@
} }
.theme-browser .add-new-theme:hover span:after { .theme-browser .add-new-theme:hover span:after {
background: #fff; background: #fff;
color: rgb(16, 116, 162); color: #0074a2;
box-shadow: 0 2px 1px rgba(0,0,0,0.3);
} }
.theme-browser .add-new-theme:hover:after { .theme-browser .add-new-theme:hover:after {
border-color: transparent; border-color: transparent;
color: #fff; color: #fff;
background: rgb(16, 116, 162); background: #0074a2;
} }
.theme-browser .add-new-theme .theme-name { .theme-browser .add-new-theme .theme-name {
@ -355,7 +354,7 @@
box-shadow: none; box-shadow: none;
font-weight: 400; font-weight: 400;
position: relative; position: relative;
top: -70px; top: -50px;
} }
.theme-browser .add-new-theme:hover .theme-name { .theme-browser .add-new-theme:hover .theme-name {
color: #fff; color: #fff;