diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index ea955e3..fffe5fe 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -604,6 +604,22 @@ table.listing tbody td.replies, table.listing tbody td.new_replies { 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, table.listing tbody tr.odd { background: rgba(255, 255, 255, 0.9); @@ -612,10 +628,6 @@ table.listing tbody tr.odd { 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 } - .tickets tr.color4-odd { background: rgba(195, 215, 255, 0.9); }