Make WordPress Core

Changeset 27784


Ignore:
Timestamp:
03/27/2014 05:55:34 PM (10 years ago)
Author:
nacin
Message:

Color scheme support for the new theme installer UI.

props ryelle.
fixes #27522.

Location:
trunk/src/wp-admin/css/colors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r27174 r27784  
    3232
    3333input[type=checkbox]:checked:before {
    34     color: $form-checked;
     34    color: $form-checked;
    3535}
    3636
    3737input[type=radio]:checked:before {
    38     background: $form-checked;
     38    background: $form-checked;
    3939}
    4040
     
    433433}
    434434
     435.theme-section.current,
     436.theme-filter.current {
     437    border-bottom-color: $menu-background;
     438}
     439
     440body.more-filters-opened .more-filters,
     441body.more-filters-opened .more-filters:before {
     442    color: $menu-highlight-text;
     443    background-color: $menu-highlight-background;
     444}
     445
    435446/* jQuery UI Slider */
    436447
  • trunk/src/wp-admin/css/colors/light/colors.scss

    r27106 r27784  
    3131    color: $text-color;
    3232}
     33
     34/* Override the theme filter highlight color for this scheme */
     35.theme-section.current,
     36.theme-filter.current {
     37    border-bottom-color: $highlight-color;
     38}
Note: See TracChangeset for help on using the changeset viewer.