Changeset 3387 for web/branches/test
- Timestamp:
- Jan 19, 2009, 2:22:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/main.css
r3386 r3387 88 88 } 89 89 input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { 90 background: # EEEEEE;90 background: #945973; 91 91 border: 1px solid #945973; 92 92 color: #290c00; … … 96 96 } 97 97 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 98 background: # 945973;98 background: #EEEEEE; 99 99 border: 1px solid #290c00; 100 100 color: #290c00;
Note: See TracChangeset
for help on using the changeset viewer.