From: Andrei Railean Date: Wed, 25 Jun 2014 04:01:34 +0000 (+1000) Subject: assign background to row of .table-striped X-Git-Tag: v3.3.0~399^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71974e2f4d2d42ebb13e357245e60b4b961a3bfa;p=thirdparty%2Fbootstrap.git assign background to row of .table-striped if background is not set on row, striping doesn't work properly in responsive tables where row and cells are set to display: block. --- diff --git a/less/tables.less b/less/tables.less index 2e1ef337b7..e5347362e8 100644 --- a/less/tables.less +++ b/less/tables.less @@ -106,6 +106,7 @@ th { .table-striped { > tbody > tr:nth-child(odd) { + background-color: @table-bg-accent; > td, > th { background-color: @table-bg-accent;