diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index c047df5e3..2fbfd2663 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -216,8 +216,6 @@ tr.even { /* marked table rows */ -td.marked, -tr.marked th, tr.marked { background: ; color: ; @@ -235,9 +233,7 @@ tr.marked { } /* hovered table rows */ -tr.odd:hover th, -tr.even:hover th, -tr.hover th { +tr:hover { background: ; color: ; }