mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +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
|
@ -108,16 +108,16 @@
|
|||
|
||||
@media (hover: hover) {
|
||||
#escDshotDirectionDialog-NormalDialog .regular-button.pushed:hover {
|
||||
background-color: #993333;
|
||||
background-color: var(--primary-transparent-4);
|
||||
}
|
||||
|
||||
#escDshotDirectionDialog-NormalDialog .regular-button:hover {
|
||||
background-color: #993333;
|
||||
background-color: var(--primary-400);
|
||||
}
|
||||
}
|
||||
|
||||
#escDshotDirectionDialog-MainContent .regular-button.highlighted {
|
||||
background-color: #EE2222;
|
||||
background-color: var(--primary-500);
|
||||
}
|
||||
|
||||
#escDshotDirectionDialog-CommandsWrapper {
|
||||
|
|
|
@ -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