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:
parent
4ccea9a8f6
commit
8a8f55024a
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user