No hover for table title

This commit is contained in:
Michal Čihař
2011-02-08 19:52:52 +01:00
parent 8149d70915
commit 4d1aaea80b

View File

@@ -229,7 +229,8 @@ tr.marked {
}
/* hovered table rows */
tr:hover th,
tr.even:hover th,
tr.odd:hover th,
tr:hover {
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;