Changeset 253
- Timestamp:
- Dec 4, 2009, 2:46:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/main.css
r252 r253 153 153 table.tickets tbody tr.odd.prio3, 154 154 table.tickets tr.color3-odd { 155 background -color: #333;155 background: #333; 156 156 color: #fff; 157 157 } 158 158 table.tickets tbody tr.even.prio4, 159 159 table.tickets tr.color4-even { 160 background -color: #222;160 background: #222; 161 161 color: #fff; 162 162 } 163 163 table.tickets tbody tr.odd.prio4, 164 164 table.tickets tr.color4-odd { 165 background -color: #000;165 background: #000; 166 166 color: #fff; 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.