mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
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:
parent
43aae15c1b
commit
1b36d47e75
@ -33,3 +33,7 @@ table.action {
|
||||
table.avp {
|
||||
.name-value-table();
|
||||
}
|
||||
|
||||
input.search {
|
||||
background-size: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user