From ff37ce607f5c26366363e636c4be3d20bcf56581 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Wed, 7 May 2014 12:55:52 +0200 Subject: [PATCH] Fixed #7673 --- src/styles/bootstrap/tables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/bootstrap/tables.less b/src/styles/bootstrap/tables.less index 0e35271e11f..9fe54557349 100644 --- a/src/styles/bootstrap/tables.less +++ b/src/styles/bootstrap/tables.less @@ -154,7 +154,7 @@ table { // Default zebra-stripe styles (alternating gray and transparent backgrounds) .table-striped { - tbody { + > tbody { > tr:nth-child(odd) > td, > tr:nth-child(odd) > th { background-color: @tableBackgroundAccent; @@ -167,7 +167,7 @@ table { // ------------ // Placed here since it has to come after the potential zebra striping .table-hover { - tbody { + > tbody { tr:hover > td, tr:hover > th { background-color: @tableBackgroundHover;