diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css
index 34e46e69..e6e2c6ed 100644
--- a/htdocs/css/openwebrx.css
+++ b/htdocs/css/openwebrx.css
@@ -357,6 +357,13 @@ input[type=range]:disabled {
flex: 1 0 auto;
margin-right: 0;
border-right: 1px solid #373737;
+ -moz-appearance: textfield;
+}
+
+.webrx-actual-freq .input-group input::-webkit-outer-spin-button,
+.webrx-actual-freq .input-group input::-webkit-inner-spin-button {
+ -webkit-appearance: none;
+ margin: 0;
}
.input-group > :not(:last-child) {
diff --git a/htdocs/lib/FrequencyDisplay.js b/htdocs/lib/FrequencyDisplay.js
index 85db1107..b24ebca1 100644
--- a/htdocs/lib/FrequencyDisplay.js
+++ b/htdocs/lib/FrequencyDisplay.js
@@ -76,7 +76,7 @@ TuneableFrequencyDisplay.prototype = new FrequencyDisplay();
TuneableFrequencyDisplay.prototype.setupElements = function() {
FrequencyDisplay.prototype.setupElements.call(this);
- this.input = $('');
+ this.input = $('');
this.suffixInput = $('