Show
Ignore:
Timestamp:
10/10/08 23:58:30 (2 months ago)
Author:
ryan
Message:

Edit link on hover for dash. Props mdawaffe. see #7552

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/css/dashboard.css

    r9120 r9121  
     1.edit-box { 
     2    display: none; 
     3} 
     4 
     5h3:hover .edit-box { 
     6    display: inline; 
     7} 
     8 
    19form .input-text-wrap { 
    210    border-style: solid;