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:
parent
1767ed3136
commit
82c9e67d57
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue