aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorLee Penkman <[email protected]>2015-01-13 14:18:52 +1300
committerLee Penkman <[email protected]>2015-01-13 14:18:52 +1300
commit0c8cb3f2dca3aa2dafec5762092fcf728dd2f962 (patch)
tree446309af72df15e93274d21f23f903cdcb17a7ab /less
parent82d786b5fe510d27bd66f92214c0c586676814a3 (diff)
downloadbootstrap-0c8cb3f2dca3aa2dafec5762092fcf728dd2f962.tar.xz
bootstrap-0c8cb3f2dca3aa2dafec5762092fcf728dd2f962.zip
Fix table-striped to work with bootstraps tooltips on rows
Diffstat (limited to 'less')
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index 3c801aedb..2242c0368 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -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;
}
}