[damned-lies] Highlight hovered line in stats table, fixes #650179



commit ff4e1d684633a1bc2bd64503c9b24423879c0c88
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Sat May 14 17:47:19 2011 +0200

    Highlight hovered line in stats table, fixes #650179

 media/css/main.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/media/css/main.css b/media/css/main.css
index d08eaf2..485fad6 100644
--- a/media/css/main.css
+++ b/media/css/main.css
@@ -2,6 +2,10 @@ pre {
   white-space: pre-wrap;
 }
 
+#stats-table tr:hover {
+  background-color: #f0f0f0;
+}
+
 table.stats {
   width: 100%;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]