From 8149d709157172f9dc05723fe8a44a4fc8fd319b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 19:51:52 +0100 Subject: [PATCH] Hovering using CSS only --- graphite/css/theme_right.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index a11693335..0897c5517 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -192,15 +192,17 @@ button.mult_submit { } /* odd items 1,3,5,7,... */ +tr.odd th, tr.odd { background: ; } /* even items 2,4,6,8,... */ +tr.even th, tr.even { background: ; } -fieldset th { +tr.even th, tr.odd th, fieldset th { color: ; } @@ -212,6 +214,7 @@ tr.even { /* marked table rows */ +tr.marked th, tr.marked { background: ; color: ; @@ -226,6 +229,7 @@ tr.marked { } /* hovered table rows */ +tr:hover th, tr:hover { background: ; color: ; -- 2.11.4.GIT