aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Railean <[email protected]>2014-06-25 14:01:34 +1000
committerAndrei Railean <[email protected]>2014-06-25 14:01:34 +1000
commit71974e2f4d2d42ebb13e357245e60b4b961a3bfa (patch)
tree15e0f621ca863aac6fc654b6b387884fedab8659
parent4abb0957833c7158563244d1770ab9a5e6966150 (diff)
downloadbootstrap-71974e2f4d2d42ebb13e357245e60b4b961a3bfa.tar.xz
bootstrap-71974e2f4d2d42ebb13e357245e60b4b961a3bfa.zip
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.
-rw-r--r--less/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 2e1ef337b..e5347362e 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;