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

git-svn-id: https://develop.svn.wordpress.org/trunk@26422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-26 22:35:38 +00:00
parent 4ccea9a8f6
commit 8a8f55024a
2 changed files with 14 additions and 4 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 */
.wp-slider .ui-slider-handle,

View File

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