diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css
index cc758f55..96431535 100644
--- a/htdocs/css/openwebrx.css
+++ b/htdocs/css/openwebrx.css
@@ -1402,6 +1402,18 @@ img.openwebrx-mirror-img
animation-iteration-count: infinite;
}
+.openwebrx-squelch-auto .scanner {
+ display: none;
+}
+
+.openwebrx-squelch-auto.highlighted .scanner {
+ display: initial;
+}
+
+.openwebrx-squelch-auto.highlighted .squelch {
+ display: none;
+}
+
.openwebrx-slider-button svg {
position:relative;
top: 1px;
diff --git a/htdocs/gfx/svg-defs.svg b/htdocs/gfx/svg-defs.svg
index 19451804..72bd8b7c 100644
--- a/htdocs/gfx/svg-defs.svg
+++ b/htdocs/gfx/svg-defs.svg
@@ -30,5 +30,6 @@