Changeset 8269

Show
Ignore:
Timestamp:
07/07/08 20:52:50 (5 months ago)
Author:
mdawaffe
Message:

crazyhorse: color differentiation between menu headers and menu items

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/crazyhorse/wp-admin/css/colors-fresh.css

    r8222 r8269  
    277277} 
    278278 
    279 #adminmenu a, #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-upload a.delete, .ui-tabs-nav a, a { 
     279#adminmenu li.wp-has-submenu a { 
     280    color: #333; 
     281
     282 
     283#adminmenu a, #adminmenu ul.wp-submenu a, #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-upload a.delete, .ui-tabs-nav a, a { 
    280284    color: #2583ad; 
    281285}