From af407b0797692bb9464edde09bf30663018db806 Mon Sep 17 00:00:00 2001 From: Mottie Date: Mon, 1 Dec 2014 15:45:38 -0600 Subject: [PATCH] Only style i tags from tablesorter on theme bootstrap v2 & less --- css/bootstrap.less | 2 +- css/theme.bootstrap_2.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/bootstrap.less b/css/bootstrap.less index 159c7461..1d830813 100644 --- a/css/bootstrap.less +++ b/css/bootstrap.less @@ -157,7 +157,7 @@ Test out these custom less files live } /* bootstrap uses for icons */ - .tablesorter-header-inner i { + .tablesorter-header-inner i.tablesorter-icon { .iconPosition } diff --git a/css/theme.bootstrap_2.css b/css/theme.bootstrap_2.css index 62b41e5a..d572c2db 100644 --- a/css/theme.bootstrap_2.css +++ b/css/theme.bootstrap_2.css @@ -37,7 +37,7 @@ } /* bootstrap uses for icons */ -.tablesorter-bootstrap .tablesorter-header i { +.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon { position: absolute; right: 2px; top: 50%;