From 6968faaac909eb58af3f6e1695d3e4a75cee0335 Mon Sep 17 00:00:00 2001 From: cTn Date: Tue, 30 Sep 2014 15:33:28 +0200 Subject: [PATCH] more rcmap select box options and tooltip with visual clue --- _locales/en/messages.json | 3 +++ tabs/receiver.css | 3 +++ tabs/receiver.html | 9 ++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 52cae9bb..9eba0102 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -446,6 +446,9 @@ "receiverChannelMap": { "message": "Channel Map" }, + "receiverChannelMapTitle": { + "message": "You can define your own channel map by clicking inside the box" + }, "receiverRssiAux": { "message": "RSSI on AUX" }, diff --git a/tabs/receiver.css b/tabs/receiver.css index 459238f8..f6cf9a15 100644 --- a/tabs/receiver.css +++ b/tabs/receiver.css @@ -172,6 +172,9 @@ border-bottom: 1px solid #8b8b8b; background-color: #ececec; } +.tab-receiver .rcmap_wrapper .head span { + border-bottom: 1px dashed silver; +} .tab-receiver .hybrid_element input { position: absolute; diff --git a/tabs/receiver.html b/tabs/receiver.html index 1fe4c5f0..a8a2252b 100644 --- a/tabs/receiver.html +++ b/tabs/receiver.html @@ -33,12 +33,15 @@
-
+
+ +