Changeset 8432

Show
Ignore:
Timestamp:
07/24/08 19:25:57 (4 months ago)
Author:
iammattthomas
Message:

Arrow colors

Files:

Legend:

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

    r8431 r8432  
    686686 
    687687#dashmenu ul { 
    688     background: #eee; 
     688    background: #fff; 
     689    border: 1px solid #c6d9e9; 
    689690    -webkit-border-bottom-left-radius:7px; 
    690691    -webkit-border-bottom-right-radius:7px; 
    691692    -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2); 
     693    -moz-border-radius-bottomleft: 7px; 
     694    -moz-border-radius-bottomright: 7px; 
     695    -moz-box-shadow:0 2px 6px rgba(0,0,0,0.2); 
    692696} 
    693697