css: Hide background images for input.search

Some themes set only the image. Since we dropped
all other background options, default browser
behavior is applied which repeats by default.
This commit is contained in:
Johannes Meyer 2025-07-31 09:26:58 +02:00
parent 43aae15c1b
commit 1b36d47e75

View File

@ -33,3 +33,7 @@ table.action {
table.avp { table.avp {
.name-value-table(); .name-value-table();
} }
input.search {
background-size: 0;
}