Make WordPress Core

Ticket #33115: 33115.patch

File 33115.patch, 652 bytes (added by afercia, 10 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    9999        color: $menu-bubble-background;
    100100}
    101101
    102 .post-com-count:hover:after {
    103         border-top-color: $menu-background;
    104 }
    105 .post-com-count:hover span {
    106         color: $menu-text;
    107         background-color: $menu-background;
    108 }
    109102
    110 strong .post-com-count:after {
    111         border-top-color: $menu-bubble-background;
    112 }
    113 strong .post-com-count span {
    114         background-color: $menu-bubble-background;
    115 }
    116 
    117 
    118103/* Admin Menu */
    119104
    120105#adminmenuback,