Make WordPress Core

Ticket #27522: 27522.diff

File 27522.diff, 1.4 KB (added by ryelle, 11 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    3131/* Forms */
    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
    4141.wp-core-ui input[type="reset"]:hover,
     
    432432        background: $highlight-color;
    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
    437448.wp-slider .ui-slider-handle,
  • src/wp-admin/css/colors/light/colors.scss

     
    3030#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
    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}