No hover for table title
This commit is contained in:
@@ -229,7 +229,8 @@ tr.marked {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* hovered table rows */
|
/* hovered table rows */
|
||||||
tr:hover th,
|
tr.even:hover th,
|
||||||
|
tr.odd:hover th,
|
||||||
tr:hover {
|
tr:hover {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
||||||
|
Reference in New Issue
Block a user