Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Lines <darren@darrenlines.uk>2022-03-01 23:06:11 +0300
committerDarren Lines <darren@darrenlines.uk>2022-03-01 23:06:11 +0300
commitc07b81ed45ce07eb5092c6830de618cf047ee5f7 (patch)
treee94d43828933513190f81dc946ed947cc1ed797c /main.css
parentea20a04362baa203cb40979291279c78fd583403 (diff)
parent2d856f6edb707172df60b64534cf80cb5f2cf501 (diff)
Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
Diffstat (limited to 'main.css')
-rw-r--r--main.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.css b/main.css
index ab89d6bf..23ed1e97 100644
--- a/main.css
+++ b/main.css
@@ -902,18 +902,6 @@ li.active .ic_flasher {
background-image: url("../images/icons/cf_icon_flasher_white.svg");
}
-.ic_transponder {
- background-image: url("../images/icons/cf_icon_transponder_grey.svg");
-}
-
-.ic_transponder:hover {
- background-image: url("../images/icons/cf_icon_transponder_white.svg");
-}
-
-li.active .ic_transponder {
- background-image: url("../images/icons/cf_icon_transponder_white.svg");
-}
-
.ic_calibration {
background-image: url(../images/icons/cf_icon_cal_grey.svg);
}