mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Increase Bootstrap 3 theme css specificity. See #515
This commit is contained in:
parent
85d799373c
commit
ec05cd9ff5
@ -41,14 +41,14 @@
|
||||
}
|
||||
|
||||
/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
|
||||
.tablesorter-bootstrap tr.odd td {
|
||||
.tablesorter-bootstrap > tbody > tr.odd > td {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.tablesorter-bootstrap tbody > .odd:hover > td,
|
||||
.tablesorter-bootstrap tbody > .even:hover > td {
|
||||
.tablesorter-bootstrap > tbody > tr.odd:hover > td,
|
||||
.tablesorter-bootstrap > tbody > tr.even:hover > td {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.tablesorter-bootstrap tr.even td {
|
||||
.tablesorter-bootstrap > tbody > tr.even > td {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user