From f9ebd1ac6e2e261c18ee891511c16f744d5a3f19 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 30 Oct 2007 19:29:15 +0100 Subject: [PATCH] Add hover effect for current row in tables --- htdocs/stylesheets/black.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/stylesheets/black.css b/htdocs/stylesheets/black.css index aa8951f..a916dab 100644 --- a/htdocs/stylesheets/black.css +++ b/htdocs/stylesheets/black.css @@ -59,6 +59,11 @@ tr.total { color: red; } +tr:hover { + color: black; + background: #626262; +} + td.ingal{ background: blue; color: black; -- 2.39.2