mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
fix above issue
This commit is contained in:
parent
8810d353b2
commit
db11eb2681
3 changed files with 5 additions and 13 deletions
|
@ -1556,17 +1556,8 @@ dialog {
|
|||
border: 1px solid #fe0000;
|
||||
background-image: url(../images/icons/cf_icon_flasher_white.svg);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.firmware_b a.active.flash:hover {
|
||||
background-color: #f21212;
|
||||
}
|
||||
|
||||
.firmware_b a.flash.active {
|
||||
background-color: #e60000;
|
||||
border: 1px solid #fe0000;
|
||||
background-image: url(../images/icons/cf_icon_flasher_white.svg);
|
||||
transition: none;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.firmware_b a.flash.active:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue