1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 00:35:20 +03:00

Changed reset button to red

This commit is contained in:
Darren Lines 2022-10-11 08:44:51 +01:00
parent 1767ed3136
commit 82c9e67d57

View file

@ -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 {