2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge pull request #13920 from AndreiRailean/patch-1

assign background to row of .table-striped
This commit is contained in:
Mark Otto
2014-07-05 20:16:10 -07:00
-6
View File
@@ -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;
} }
}
} }