Changeset 288
- Timestamp:
- Dec 4, 2009, 3:56:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/main.css
r287 r288 49 49 #ticket { background-color: #222; border: 1px outset #544; } 50 50 51 input { background-color: #000; color: #CF7500; }52 53 input[type=button], input[type=submit], input[type=reset] { background: #000; color: #F0B302; border: 1px outset #CF7500; }51 input, select { background-color: #000; color: #CF7500; } 52 53 input[type=button], input[type=submit], input[type=reset], input[type=checkbox] { background: #000; color: #F0B302; border: 1px outset #CF7500; } 54 54 input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { color: #CF7500; border-color: #F0B302 ; background: #000; } 55 55 input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] { background: #000; color: #7387A0; }
Note: See TracChangeset
for help on using the changeset viewer.