| @@ -590,18 +590,6 @@ table.listing tbody td.id, | |||||
| table.listing tbody th.id { | table.listing tbody th.id { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| table.listing tbody tr { | |||||
| background: rgba(255, 255, 255); | |||||
| } | |||||
| table.listing tbody tr.odd { | |||||
| background: rgba(255, 255, 255, 0.7); | |||||
| } | |||||
| table.listing tbody tr.even { | |||||
| background: rgba(240, 240, 240, 0.8); | |||||
| } | |||||
| table.listing tbody tr:hover { background: #D7E6FF !important } | |||||
| table.listing tbody tr.focus { background: #D7E6FF !important } | |||||
| table.listing tbody td.lasttopic, | table.listing tbody td.lasttopic, | ||||
| table.listing tbody td.author, | table.listing tbody td.author, | ||||
| @@ -615,7 +603,17 @@ table.listing tbody td.replies, | |||||
| table.listing tbody td.new_replies { | table.listing tbody td.new_replies { | ||||
| text-align: right; | text-align: right; | ||||
| } | } | ||||
| .tickets tr.color3-odd, | |||||
| table.listing tbody tr.odd { | |||||
| background: rgba(255, 255, 255, 0.7); | |||||
| } | |||||
| .tickets tr.color3-even, | |||||
| table.listing tbody tr.even { | |||||
| background: rgba(240, 240, 240, 0.8); | |||||
| } | |||||
| table.listing tbody tr:hover { background: #D7E6FF !important } | |||||
| table.listing tbody tr.focus { background: #D7E6FF !important } | |||||
| /* === FORUM === */ | /* === FORUM === */ | ||||
| .forum-list tr > td { | .forum-list tr > td { | ||||