1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Fix disabled button jump when becoming enabled.

This commit is contained in:
Kristjan Vaga 2015-11-10 11:23:31 +02:00
parent 7f8459c5d7
commit f05305041f

View file

@ -959,7 +959,7 @@ dialog {
cursor: default;
color: #fff;
background-color: #AFAFAF;
border: none;
border: 1px solid #AFAFAF;
pointer-events: none;
text-shadow: none;
opacity: 0.5;