aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/tables.less8
1 files changed, 5 insertions, 3 deletions
diff --git a/less/tables.less b/less/tables.less
index 3d571fe54..853b97e39 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -159,9 +159,11 @@ table {
// ------------
// Placed here since it has to come after the potential zebra striping
.table-hover {
- tr:hover td,
- tr:hover th {
- background-color: @tableBackgroundHover;
+ tbody {
+ tr:hover td,
+ tr:hover th {
+ background-color: @tableBackgroundHover;
+ }
}
}