From 860693eb14c51007defef6971fbf3170cc8a0145 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 10 Sep 2009 04:46:50 +0000 Subject: [PATCH] add a tr:hover to the tableview class to make it easier to see what row you're hovering over --- tableeditor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tableeditor.css b/tableeditor.css index 2d9955a..edd1427 100644 --- a/tableeditor.css +++ b/tableeditor.css @@ -42,6 +42,11 @@ input { padding: 3px; } +.tableview tr:hover { + background-color: #DDDDEC; + +} + .tableview th a { font-weight: bold; color: #FFFFFF;