Skip to content

Adds base64 background search icon.

All inputs of type search will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with [value=""]. I added a little javascript to make sure each input always has it's own value.

A text and icon placeholder in the center of the input that disappears when typed is only possible with javascript. If you just want the icon or just the text it can be done with css alone. If you want the icon/text justified left, then the search magnifier does not have to disappear.

Fixes #11870 (closed)

cc @skyruler @creamzy

searchinput

Merge request reports