Skip to content
New issue

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

border-box -- input filter height #54

Closed
thezoggy opened this issue Apr 23, 2012 · 1 comment
Closed

border-box -- input filter height #54

thezoggy opened this issue Apr 23, 2012 · 1 comment

Comments

@thezoggy
Copy link
Collaborator

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;

@Mottie
Copy link
Owner

Mottie commented Apr 23, 2012

Alrighty, I'll just take your word for it... added to version 2.1.18.

@Mottie Mottie closed this as completed Apr 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants