Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is that the field is actually a “search” field, which now have a special meaning in browsers (for example, they display that small “x” when you type in them). Unfortunately, this takes some of there flexibility, especially with CSS, but I’m sure that this will be worked out by the browser companies over time.

    Meanwhile, this “Custom CSS” should work:

    .dataTables_filter input {
    	-webkit-appearance: textfield;
    	font-size: 30px;
    }

    (Using height instead of font-size would also work, but I think you actually want to change the font size, right?)

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Search box height’ is closed to new replies.