diff --git a/locales/en/messages.json b/locales/en/messages.json index be6733f1..bcf16e9f 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -1609,7 +1609,7 @@ "message": "Use ranges to define the switches on your transmitter and corresponding mode assignments. A receiver channel that gives a reading between a range min/max will activate the mode. Remember to save your settings using the Save button." }, "auxiliaryToggleUnused": { - "message": "Show/hide unused modes" + "message": "Hide unused modes" }, "auxiliaryMin": { "message": "Min" diff --git a/src/css/tabs/auxiliary.css b/src/css/tabs/auxiliary.css index 50ccbc66..d95dfa74 100644 --- a/src/css/tabs/auxiliary.css +++ b/src/css/tabs/auxiliary.css @@ -9,6 +9,12 @@ margin-bottom: 10px; } +.tab-auxiliary .toolbox { + font-weight: bold; + color: rgb(105, 99, 99); + padding: 10px 5px; +} + .tab-auxiliary .range .marker, .tab-auxiliary .channel-slider .noUi-connect { background: #ffbb00; border-radius: 3px; diff --git a/src/tabs/auxiliary.html b/src/tabs/auxiliary.html index 90a44f4a..a4f0ca51 100644 --- a/src/tabs/auxiliary.html +++ b/src/tabs/auxiliary.html @@ -7,14 +7,16 @@
-
-