1
0
Fork 0
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:
timman2er 2018-09-28 16:57:40 +02:00
parent 8810d353b2
commit db11eb2681
3 changed files with 5 additions and 13 deletions

View file

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