mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Motor wizard fix (#4197)
* Fixed selected color in motor wizards * removed space I added it accidentally * Corrected hover & highlighed color for reorder
This commit is contained in:
parent
bcdd15cbeb
commit
1748738d35
2 changed files with 6 additions and 5 deletions
|
@ -1272,8 +1272,9 @@ dialog {
|
|||
}
|
||||
}
|
||||
.regular-button.pushed {
|
||||
background-color: var(--primary-400);
|
||||
color: var(--pushedButton-fontColor);
|
||||
background-color: var(--primary-transparent-3);
|
||||
color: var(--text);
|
||||
border: 1px solid var(--primary-transparent-4);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.danger-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue