We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ... }
The text was updated successfully, but these errors were encountered:
Hi @manuelra!
Thanks for pointing this out... I'll have it fixed in the master branch soon.
Sorry, something went wrong.
95be0ce
Ui-theme: remove bootstrap v2 refs & fix docs. See #1432
c800b67
No branches or pull requests
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
...
}
The text was updated successfully, but these errors were encountered: