Changeset 756

Show
Ignore:
Timestamp:
02/23/08 11:48:36 (7 months ago)
Author:
seancribbs
Message:

Trac: Style fixes for admin interface readability.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/trac/site_css.cs

    r20 r756  
    293293  margin-top: 1em; 
    294294} 
     295.tabs li li.active { 
     296  background-color: #ccc; 
     297  color: #333; 
     298} 
     299.plugin, .plugin h3 { 
     300  color: #333; 
     301} 
     302table.listing thead th { 
     303  color: #fff; 
     304} 
     305form.addnew { 
     306  margin: 0 0 4em; 
     307}