mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Style: Fix jBox tooltip colors (#4054)
This commit is contained in:
parent
dfc79ea27b
commit
df3b3220ef
1 changed files with 3 additions and 3 deletions
|
@ -1773,7 +1773,7 @@ button.active {
|
|||
padding-top: 5px;
|
||||
}
|
||||
.jBox-container {
|
||||
background: var(--surface-400);
|
||||
background: var(--surface-200) !important;
|
||||
border: 2px solid var(--primary-500);
|
||||
color: var(--text);
|
||||
border-radius: 0.5rem !important;
|
||||
|
@ -1806,8 +1806,8 @@ button.active {
|
|||
&:after {
|
||||
width: 10px;
|
||||
height: 9px;
|
||||
border: 2px solid var(--primary-500);
|
||||
background-color: var(--primary-500);
|
||||
border: 2px solid var(--primary-500) !important;
|
||||
background-color: var(--primary-500) !important;
|
||||
}
|
||||
}
|
||||
#dialogResetToCustomDefaults-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue