mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
4abb095783
commit
71974e2f4d
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ th {
|
|||
|
||||
.table-striped {
|
||||
> tbody > tr:nth-child(odd) {
|
||||
background-color: @table-bg-accent;
|
||||
> td,
|
||||
> th {
|
||||
background-color: @table-bg-accent;
|
||||
|
|
Loading…
Reference in a new issue