Changeset 5803
- Timestamp:
- 06/29/2015 08:40:56 AM (11 years ago)
- Location:
- trunk/src/includes/admin/styles
- Files:
-
- 2 edited
-
_admin.scss (modified) (3 diffs)
-
_variables.scss (modified) (2 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; -
trunk/src/includes/admin/styles/_variables.scss
r5285 r5803 5 5 6 6 $text-color: #fff !default; 7 $base-color: #2 22!default;7 $base-color: #23282d !default; 8 8 $icon-color: hsl( hue( $base-color ), 7%, 95% ) !default; 9 $highlight-color: #007 4a2!default;9 $highlight-color: #0073aa !default; 10 10 $notification-color: #d54e21 !default; 11 11 … … 15 15 $body-background: #f1f1f1 !default; 16 16 17 $link: #007 4a2!default;17 $link: #0073aa !default; 18 18 $link-focus: lighten( $link, 10% ) !default; 19 19
Note: See TracChangeset
for help on using the changeset viewer.