diff options
| author | Lee Penkman <[email protected]> | 2015-01-13 14:18:52 +1300 |
|---|---|---|
| committer | Lee Penkman <[email protected]> | 2015-01-13 14:18:52 +1300 |
| commit | 0c8cb3f2dca3aa2dafec5762092fcf728dd2f962 (patch) | |
| tree | 446309af72df15e93274d21f23f903cdcb17a7ab /less | |
| parent | 82d786b5fe510d27bd66f92214c0c586676814a3 (diff) | |
| download | bootstrap-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.less | 2 |
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; } } |
