- Timestamp:
- Jan 19, 2009, 1:27:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/main.css
r3373 r3374 64 64 fieldset { 65 65 background: #88AA77; 66 border-color: #2 24422;66 border-color: #290c00; 67 67 } 68 68 legend { 69 color: #2 24422;70 border-bottom: 1px solid #2 24422;69 color: #290c00; 70 border-bottom: 1px solid #290c00; 71 71 background: #fff; 72 72 } … … 77 77 } 78 78 th a { 79 color: #2 24422;79 color: #290c00; 80 80 } 81 81 input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { 82 82 background: #EEEEEE; 83 83 border: 1px solid #88AA77; 84 color: #2 24422;84 color: #290c00; 85 85 font-weight: bold; 86 86 } 87 87 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 88 88 background: #88AA77; 89 border: 1px solid #2 24422;90 color: #2 24422;89 border: 1px solid #290c00; 90 color: #290c00; 91 91 font-weight: bold; 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.