mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
Merge pull request #13920 from AndreiRailean/patch-1
assign background to row of .table-striped
This commit is contained in:
commit
b4b82e815c
1 changed files with 2 additions and 8 deletions
|
|
@ -106,10 +106,7 @@ th {
|
|||
|
||||
.table-striped {
|
||||
> tbody > tr:nth-child(odd) {
|
||||
> td,
|
||||
> th {
|
||||
background-color: @table-bg-accent;
|
||||
}
|
||||
background-color: @table-bg-accent;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -120,10 +117,7 @@ th {
|
|||
|
||||
.table-hover {
|
||||
> tbody > tr:hover {
|
||||
> td,
|
||||
> th {
|
||||
background-color: @table-bg-hover;
|
||||
}
|
||||
background-color: @table-bg-hover;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue