From 4d1aaea80b27aef30d7e3581655ee6e890ffab93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 19:52:52 +0100 Subject: [PATCH] No hover for table title --- graphite/css/theme_right.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 0897c5517..ec45d7bff 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -229,7 +229,8 @@ tr.marked { } /* hovered table rows */ -tr:hover th, +tr.even:hover th, +tr.odd:hover th, tr:hover { background: ; color: ; -- 2.11.4.GIT