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

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
Showing with 1 addition and 0 deletions
+1 -0
......@@ -106,6 +106,7 @@ th {
.table-striped {
> tbody > tr:nth-child(odd) {
background-color: @table-bg-accent;
> td,
> th {
background-color: @table-bg-accent;
......
Supports Markdown
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