Changeset 5803 for trunk/src/includes/admin/styles/_admin.scss
- Timestamp:
- 06/29/2015 08:40:56 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/styles/_admin.scss (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/styles/_admin.scss
r5635 r5803 212 212 } 213 213 214 #adminmenu li.wp-has-current-submenu div.wp-menu-image:before { 214 #adminmenu li.wp-has-current-submenu div.wp-menu-image:before, 215 #adminmenu a.current:hover div.wp-menu-image:before, 216 #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before, 217 #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before, 218 #adminmenu li:hover div.wp-menu-image:before, 219 #adminmenu li a:focus div.wp-menu-image:before, 220 #adminmenu li.opensub div.wp-menu-image:before, 221 .ie8 #adminmenu li.opensub div.wp-menu-image:before { 215 222 color: $menu-current-icon; 216 223 } … … 434 441 435 442 .theme-browser .theme.active .theme-name, 436 .theme-browser .theme.add-new-theme:hover:after { 443 .theme-browser .theme.add-new-theme a:hover:after, 444 .theme-browser .theme.add-new-theme a:focus:after { 437 445 background: $highlight-color; 438 446 } 439 447 440 .theme-browser .theme.add-new-theme:hover span:after { 448 .theme-browser .theme.add-new-theme a:hover span:after, 449 .theme-browser .theme.add-new-theme a:focus span:after { 441 450 color: $highlight-color; 442 451 } … … 508 517 } 509 518 510 .star-rating .star {511 color: $highlight-color;512 }513 514 519 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { 515 520 background: $menu-submenu-background;
Note: See TracChangeset
for help on using the changeset viewer.