diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index 9bc9da9..09308d3 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -590,18 +590,6 @@ table.listing tbody td.id, table.listing tbody th.id { 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.author, @@ -615,7 +603,17 @@ table.listing tbody td.replies, table.listing tbody td.new_replies { 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-list tr > td {