From: Michael Andreen Date: Tue, 30 Oct 2007 18:29:15 +0000 (+0100) Subject: Add hover effect for current row in tables X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=f9ebd1ac6e2e261c18ee891511c16f744d5a3f19;hp=460231f1aba8ae3474a65b7927278ce229d81a25;p=ndwebbie.git Add hover effect for current row in tables --- 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;