1
0
Fork 0
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:
Vít Semrád 2024-06-23 14:01:05 +02:00 committed by GitHub
parent dfc79ea27b
commit df3b3220ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {