highlight table row on hover
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 12 Aug 2012 15:05:45 +0000 (17:05 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 12 Aug 2012 15:05:45 +0000 (17:05 +0200)
public/mojo_facets.css

index 7e408e6..acdb653 100644 (file)
@@ -74,7 +74,7 @@ a.remove {
        color: #000;
 }
 
-li label:hover, td label:hover {
+li label:hover, tr:hover td {
        background: #ff8;
 }