Changeset 36 for trac/templates


Ignore:
Timestamp:
Mar 1, 2008, 7:41:02 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • More CSS improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/templates/site_css.cs

    r35 r36  
    2626#ticket { background-color: #222; border: 1px outset #544; }
    2727
     28input { background-color: #000; color: #edd; }
     29
     30input[type=button], input[type=submit], input[type=reset] { background: #000; color: #cbb; border: 1px outset #333; }
     31input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #222; }
     32input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] { background: #000; color: #999; }
     33
     34table.progress td { background: #444; }
     35table.progress td.closed { background: #4c4; }
     36
Note: See TracChangeset for help on using the changeset viewer.