mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Fix disabled button jump when becoming enabled.
This commit is contained in:
parent
7f8459c5d7
commit
f05305041f
1 changed files with 7 additions and 7 deletions
2
main.css
2
main.css
|
@ -959,7 +959,7 @@ dialog {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #AFAFAF;
|
background-color: #AFAFAF;
|
||||||
border: none;
|
border: 1px solid #AFAFAF;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue