| @@ -604,6 +604,22 @@ table.listing tbody td.replies, | |||||
| table.listing tbody td.new_replies { | table.listing tbody td.new_replies { | ||||
| text-align: right; | text-align: right; | ||||
| } | } | ||||
| table.listing tbody tr:hover { background: #D7E6FF !important } | |||||
| table.listing tbody tr.focus { background: #D7E6FF !important } | |||||
| .tickets tr.color1-odd { | |||||
| background: rgba(240, 215, 215, 0.8); | |||||
| } | |||||
| .tickets tr.color1-even { | |||||
| background: rgba(255, 228, 228, 0.9); | |||||
| } | |||||
| .tickets tr.color2-odd { | |||||
| background: rgba(255, 255, 185, 0.9); | |||||
| } | |||||
| .tickets tr.color2-even { | |||||
| background: rgba(255, 255, 220, 0.8); | |||||
| } | |||||
| .tickets tr.color3-odd, | .tickets tr.color3-odd, | ||||
| table.listing tbody tr.odd { | table.listing tbody tr.odd { | ||||
| background: rgba(255, 255, 255, 0.9); | background: rgba(255, 255, 255, 0.9); | ||||
| @@ -612,10 +628,6 @@ table.listing tbody tr.odd { | |||||
| table.listing tbody tr.even { | table.listing tbody tr.even { | ||||
| background: rgba(240, 240, 240, 0.8); | background: rgba(240, 240, 240, 0.8); | ||||
| } | } | ||||
| table.listing tbody tr:hover { background: #D7E6FF !important } | |||||
| table.listing tbody tr.focus { background: #D7E6FF !important } | |||||
| .tickets tr.color4-odd { | .tickets tr.color4-odd { | ||||
| background: rgba(195, 215, 255, 0.9); | background: rgba(195, 215, 255, 0.9); | ||||
| } | } | ||||