Hello!
Recently i added a custom jquery plugin for tooltips, modal etc. called jBox to my portal. the main use for it would be having custom tooltips that look decent. For it to work properly i had to remove the existent tooltip css in the portal css files, but that broke the search field in my entity lists - it looks like this now:
It would be nice to make it use the plugin i imported, the plugin searches for all elements with the class "tooltip" and then does its own magic taking the element property "title" as the text of the tooltip. However if i cant use the plugin to fix it, then it would be fine to just delete the tooltip for these search boxes as well, and make the input and search button aligned, the only thing is i don't know where i can access the code for this, so i can fix it or delete it.