Changeset 36 for trac/templates
- Timestamp:
- Mar 1, 2008, 7:41:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/templates/site_css.cs
r35 r36 26 26 #ticket { background-color: #222; border: 1px outset #544; } 27 27 28 input { background-color: #000; color: #edd; } 29 30 input[type=button], input[type=submit], input[type=reset] { background: #000; color: #cbb; border: 1px outset #333; } 31 input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #222; } 32 input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] { background: #000; color: #999; } 33 34 table.progress td { background: #444; } 35 table.progress td.closed { background: #4c4; } 36
Note: See TracChangeset
for help on using the changeset viewer.