diff --git a/web/html/css/archweb.css b/web/html/css/archweb.css index d8c66aa..54779eb 100644 --- a/web/html/css/archweb.css +++ b/web/html/css/archweb.css @@ -708,12 +708,20 @@ table.results { padding: .3em 1em .3em 3px; } - .results tr.odd { + .results tr.odd:hover { background: #fff; } + .results tr.odd { + background: #f5f5f5; + } + + .results tr.even:hover { + background: #b3cfff; + } + .results tr.even { - background: #e4eeff; + background: #ccdfff; } .results .flagged {