]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix table-striped to work with bootstraps tooltips on rows 15551/head
authorLee Penkman <leepenkman@gmail.com>
Tue, 13 Jan 2015 01:18:52 +0000 (14:18 +1300)
committerLee Penkman <leepenkman@gmail.com>
Tue, 13 Jan 2015 01:18:52 +0000 (14:18 +1300)
less/tables.less

index 3c801aedbbe1b0c8b8a0df87550fa1aacc66ca1c..2242c036868d7358ad684313ccab2e4d4704ee94 100644 (file)
@@ -111,7 +111,7 @@ th {
 // Default zebra-stripe styles (alternating gray and transparent backgrounds)
 
 .table-striped {
-  > tbody > tr:nth-child(odd) {
+  > tbody > tr:nth-of-type(odd) {
     background-color: @table-bg-accent;
   }
 }