Mottie/tablesorter

icon-white class within bootstrap 3 theme conflicts with icomoon CSS selector

manuelra opened this issue · 1 comments

Icomoon (https://icomoon.io/#docs) which provides numerous glyphicons to bootstrap includes on its CSS files a wide scope selector [class*="icon-"].

When using tablesorter's bootstrap theme the icomoon selector will conflict with the icon-white class proposed on tablesorter documentation (https://mottie.github.io/tablesorter/docs/example-option-theme-bootstrap-v3.html), and the icon will be not properly presented.

$.tablesorter.themes.bootstrap = {
...
icons : '', // add "icon-white" to make them white; this icon class is added to the in the header
...
}

Hi @manuelra!

Thanks for pointing this out... I'll have it fixed in the master branch soon.