mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Merge pull request #13920 from AndreiRailean/patch-1
assign background to row of .table-striped
This commit is contained in:
commit
b4b82e815c
@ -106,11 +106,8 @@ th {
|
|||||||
|
|
||||||
.table-striped {
|
.table-striped {
|
||||||
> tbody > tr:nth-child(odd) {
|
> tbody > tr:nth-child(odd) {
|
||||||
> td,
|
|
||||||
> th {
|
|
||||||
background-color: @table-bg-accent;
|
background-color: @table-bg-accent;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -120,11 +117,8 @@ th {
|
|||||||
|
|
||||||
.table-hover {
|
.table-hover {
|
||||||
> tbody > tr:hover {
|
> tbody > tr:hover {
|
||||||
> td,
|
|
||||||
> th {
|
|
||||||
background-color: @table-bg-hover;
|
background-color: @table-bg-hover;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user