mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Style: Fix contrast issues on dark mode (#4277)
This commit is contained in:
parent
15a404071e
commit
69bed5eb6f
4 changed files with 12 additions and 42 deletions
|
@ -1295,6 +1295,12 @@ dialog {
|
|||
&:hover {
|
||||
background-color: var(--primary-400);
|
||||
}
|
||||
&.disabled {
|
||||
background-color: var(--surface-500);
|
||||
border: 1px solid var(--surface-400);
|
||||
color: var(--surface-900);
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
.regular-button.pushed {
|
||||
background-color: var(--primary-transparent-3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue