Make WordPress Core


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

Color scheme support for the new theme installer UI.

props ryelle.
fixes #27522.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.