Changeset 254
- Timestamp:
- Dec 4, 2009, 2:47:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/main.css
r253 r254 123 123 } 124 124 table.tickets tbody tr.even.prio1, 125 table.tickets tr.color1-even td, 126 table.tickets tr.color1-even th { 125 .tickets tr.color1-even { 127 126 background-color: #fff; 128 127 color: #000; 129 128 } 130 129 table.tickets tbody tr.odd.prio1, 131 table.tickets tr.color1-odd td, 132 table.tickets tr.color1-odd th { 130 .tickets tr.color1-odd { 133 131 background-color: #e0e0e0; 134 132 color: #000; 135 133 } 136 134 table.tickets tbody tr.even.prio2, 137 table.tickets tr.color2-even td, 138 table.tickets tr.color2-even th { 135 .tickets tr.color2-even { 139 136 background-color: #ccc; 140 137 color: #000; 141 138 } 142 139 table.tickets tbody tr.odd.prio2, 143 table.tickets tr.color2-odd {140 .tickets tr.color2-odd { 144 141 background-color: #999; 145 142 color: #000; 146 143 } 147 144 table.tickets tbody tr.even.prio3, 148 table.tickets tr.color3-even {145 .tickets tr.color3-even { 149 146 { 150 147 background-color: #666; … … 152 149 } 153 150 table.tickets tbody tr.odd.prio3, 154 table.tickets tr.color3-odd {151 .tickets tr.color3-odd { 155 152 background: #333; 156 153 color: #fff; 157 154 } 158 155 table.tickets tbody tr.even.prio4, 159 table.tickets tr.color4-even {156 .tickets tr.color4-even { 160 157 background: #222; 161 158 color: #fff; 162 159 } 163 160 table.tickets tbody tr.odd.prio4, 164 table.tickets tr.color4-odd {161 .tickets tr.color4-odd { 165 162 background: #000; 166 163 color: #fff;
Note: See TracChangeset
for help on using the changeset viewer.