Commit 0c8cb3f2 authored by Lee Penkman's avatar Lee Penkman

Fix table-striped to work with bootstraps tooltips on rows

parent 82d786b5
...@@ -111,7 +111,7 @@ th { ...@@ -111,7 +111,7 @@ th {
// Default zebra-stripe styles (alternating gray and transparent backgrounds) // Default zebra-stripe styles (alternating gray and transparent backgrounds)
.table-striped { .table-striped {
> tbody > tr:nth-child(odd) { > tbody > tr:nth-of-type(odd) {
background-color: @table-bg-accent; background-color: @table-bg-accent;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment