Skip to:
Content

bbPress.org

Changeset 5803


Ignore:
Timestamp:
06/29/2015 08:40:56 AM (11 years ago)
Author:
netweb
Message:

Updated admin base SCSS styles:

See #2583

Location:
trunk/src/includes/admin/styles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/styles/_admin.scss

    r5635 r5803  
    212212}
    213213
    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 {
    215222    color: $menu-current-icon;
    216223}
     
    434441
    435442.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 {
    437445    background: $highlight-color;
    438446}
    439447
    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 {
    441450    color: $highlight-color;
    442451}
     
    508517}
    509518
    510 .star-rating .star {
    511     color: $highlight-color;
    512 }
    513 
    514519.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
    515520    background: $menu-submenu-background;
  • trunk/src/includes/admin/styles/_variables.scss

    r5285 r5803  
    55
    66$text-color: #fff !default;
    7 $base-color: #222 !default;
     7$base-color: #23282d !default;
    88$icon-color: hsl( hue( $base-color ), 7%, 95% ) !default;
    9 $highlight-color: #0074a2 !default;
     9$highlight-color: #0073aa !default;
    1010$notification-color: #d54e21 !default;
    1111
     
    1515$body-background: #f1f1f1 !default;
    1616
    17 $link: #0074a2 !default;
     17$link: #0073aa !default;
    1818$link-focus: lighten( $link, 10% ) !default;
    1919
Note: See TracChangeset for help on using the changeset viewer.