mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
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.
This commit is contained in:
@@ -106,6 +106,7 @@ th {
|
||||
|
||||
.table-striped {
|
||||
> tbody > tr:nth-child(odd) {
|
||||
background-color: @table-bg-accent;
|
||||
> td,
|
||||
> th {
|
||||
background-color: @table-bg-accent;
|
||||
|
||||
Reference in New Issue
Block a user