Color scheme support for the new theme installer UI.

props ryelle.
fixes #27522.


git-svn-id: https://develop.svn.wordpress.org/trunk@27784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-27 17:55:34 +00:00
parent ccf21196cb
commit 0098d5ab65
2 changed files with 19 additions and 2 deletions

View File

@ -432,6 +432,17 @@ ul#adminmenu > li.current > a.current:after {
background: $highlight-color;
}
.theme-section.current,
.theme-filter.current {
border-bottom-color: $menu-background;
}
body.more-filters-opened .more-filters,
body.more-filters-opened .more-filters:before {
color: $menu-highlight-text;
background-color: $menu-highlight-background;
}
/* jQuery UI Slider */
.wp-slider .ui-slider-handle,

View File

@ -30,3 +30,9 @@ $menu-collapse-focus-icon: #555;
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
color: $text-color;
}
/* Override the theme filter highlight color for this scheme */
.theme-section.current,
.theme-filter.current {
border-bottom-color: $highlight-color;
}