You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noticed tonight when switching over to twitter's bootstrap that the tablesorter input filter were not the height they should be.. even if set directly. turns out that the fix is really simple..
in style.css:
table.tablesorter input.tablesorter-filter {
add:
height: inherit;
The text was updated successfully, but these errors were encountered:
noticed tonight when switching over to twitter's bootstrap that the tablesorter input filter were not the height they should be.. even if set directly. turns out that the fix is really simple..
in style.css:
add:
The text was updated successfully, but these errors were encountered: