Make WordPress Core

Changeset 21578


Ignore:
Timestamp:
08/22/2012 02:25:28 AM (12 years ago)
Author:
azaozz
Message:

Remove text-shadow on hover from update and comments bubbles in the admin menu, props markjaquith, fixes #21449

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.dev.css

    r21574 r21578  
    12921292#adminmenu a.menu-top:hover,
    12931293#adminmenu li.opensub > a.menu-top,
    1294 #adminmenu li.opensub > a.menu-top,
    12951294#adminmenu li > a.menu-top:focus {
    12961295    background-color: #e0f1ff;
    12971296    color: #d54e21;
    12981297    text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
     1298}
     1299
     1300/* So it doesn't get applied to the number spans (comments, updates, etc) */
     1301#adminmenu li.menu-top:hover > a span,
     1302#adminmenu li.menu-top > a:focus span {
     1303    text-shadow: none;
    12991304}
    13001305
  • trunk/wp-admin/css/colors-fresh.dev.css

    r21574 r21578  
    10291029    color: #d54e21;
    10301030    text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
     1031}
     1032
     1033/* So it doesn't get applied to the number spans (comments, updates, etc) */
     1034#adminmenu li.menu-top:hover > a span,
     1035#adminmenu li.menu-top > a:focus span {
     1036    text-shadow: none;
    10311037}
    10321038
Note: See TracChangeset for help on using the changeset viewer.