Commit 71974e2f authored by Andrei Railean's avatar Andrei Railean

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.
parent 4abb0957
...@@ -106,6 +106,7 @@ th { ...@@ -106,6 +106,7 @@ th {
.table-striped { .table-striped {
> tbody > tr:nth-child(odd) { > tbody > tr:nth-child(odd) {
background-color: @table-bg-accent;
> td, > td,
> th { > th {
background-color: @table-bg-accent; background-color: @table-bg-accent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment