This is a follow-up feature request from #3476.
@BWPanda
Would it be too far of a stretch to convert the blue 'Search' button to a magnifying-glass icon and position it, right-aligned, inside the search box?
@jenlampton
I am in support of this, but it would affect existing sites without supplemental css
@indigoxela
Here's example code from a contrib theme that makes the search box a "search bar".
but it would affect existing sites without supplemental css
Yeah, that's a good point. It could interfere with subthemes of Basis that implemented something similar.
@klonos
We could have a follow-up feature request, to add options to the search block, similar to those that we have for the menu blocks re the menu "style":
Quick mockup :


Recent comments
As I work through things I flush the caches after every change I make. As far as I can tell I have the custom module in the correct place (/modules/custom/fix_zero_search) and the file...
custom module not showing up in modules list
If you haven't already, flush all the caches. If it is in the modules folder whether directly or in a custom folder it will show up. If not, something else is wrong with your site; check...
custom module not showing up in modules list
Awful idea! That's not how modules get installed! The number in db indicates the installed state and schema version. You're not supposed to fiddle in the database directly. There's an...
custom module not showing up in modules list