mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Only style i tags from tablesorter on theme bootstrap v2 & less
This commit is contained in:
parent
74c6b0a231
commit
af407b0797
2
css/bootstrap.less
vendored
2
css/bootstrap.less
vendored
@ -157,7 +157,7 @@ Test out these custom less files live
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* bootstrap uses <i> for icons */
|
/* bootstrap uses <i> for icons */
|
||||||
.tablesorter-header-inner i {
|
.tablesorter-header-inner i.tablesorter-icon {
|
||||||
.iconPosition
|
.iconPosition
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* bootstrap uses <i> for icons */
|
/* bootstrap uses <i> for icons */
|
||||||
.tablesorter-bootstrap .tablesorter-header i {
|
.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user