diff --git a/src/webpage/style.css b/src/webpage/style.css index 30d60da..951aa81 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2917,6 +2917,9 @@ fieldset input[type="radio"] { width: 0px; padding: 0; } + .searchBox:empty::after { + content: ""; + } #searchX { position: absolute; width: 24px;