SearchPanes filter input font size bug?
SearchPanes filter input font size bug?
Having a problem setting font-size for SearchPanes extension input for filters.
See example here: https://datatables.net/extensions/searchpanes/examples/initialisation/simple.html
Try to add font-size property to the input "Position", "Office" or "Age" using the Inspect Element editor. It just does not work. Tried these methods on my own setup: CSS (using !important), Javascript (.css()). I dont know what's the reason for this not working. There is just no way to change the font size, neither to increase it or to make it smaller.
Is this a bug or am I doing something wrong?
This question has an accepted answers - jump to answer
Answers
Hi @meexo ,
It's a placeholder so you have to set css for the pseudo element. Take a look at this example.
Hope this helps,
Sandy
OMG, stupid me... thank you!