Ticket #27522: 27522.diff
File 27522.diff, 1.4 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
31 31 /* Forms */ 32 32 33 33 input[type=checkbox]:checked:before { 34 34 color: $form-checked; 35 35 } 36 36 37 37 input[type=radio]:checked:before { 38 38 background: $form-checked; 39 39 } 40 40 41 41 .wp-core-ui input[type="reset"]:hover, … … 432 432 background: $highlight-color; 433 433 } 434 434 435 .theme-section.current, 436 .theme-filter.current { 437 border-bottom-color: $menu-background; 438 } 439 440 body.more-filters-opened .more-filters, 441 body.more-filters-opened .more-filters:before { 442 color: $menu-highlight-text; 443 background-color: $menu-highlight-background; 444 } 445 435 446 /* jQuery UI Slider */ 436 447 437 448 .wp-slider .ui-slider-handle, -
src/wp-admin/css/colors/light/colors.scss
30 30 #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item { 31 31 color: $text-color; 32 32 } 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 }