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-10-11 10:44:51 +0300
committerDarren Lines <darren@darrenlines.uk>2022-10-11 10:44:51 +0300
commit82c9e67d576a9d48049488c8bb3373f4cd82e384 (patch)
tree993b01e56ab2a44d286a5a8d53d933ef4d4a4112
parent1767ed31367f002d2e73ecfc12cb72fcd759bbbe (diff)
Changed reset button to red
-rwxr-xr-xsrc/css/tabs/calibration.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/css/tabs/calibration.css b/src/css/tabs/calibration.css
index 9fd53999..52bde8dd 100755
--- a/src/css/tabs/calibration.css
+++ b/src/css/tabs/calibration.css
@@ -148,7 +148,13 @@
}
#calib_btn a.resetCalibration {
- background-color: #2e2e2e;
+ background-color: #860000;
+ color: #e4e4e4;
+ }
+
+ #calib_btn a.resetCalibration:hover {
+ background-color: #e60000;
+ color: #ffffff;
}
.tab-calibration input {