1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Fixed CLI load modal title background color (#4200)

Fixed CLI load modal title
This commit is contained in:
Yaros 2024-10-03 14:58:28 +02:00 committed by GitHub
parent 1748738d35
commit 4ac6f4c06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1518,11 +1518,15 @@ button.active {
padding-top: 5px;
}
.jBox-container {
background: var(--surface-200) !important;
background: var(--surface-300) !important;
border: 2px solid var(--primary-500);
color: var(--text);
border-radius: 0.5rem !important;
}
.jBox-title {
background: var(--surface-300) !important;
border-bottom: 1px solid var(--surface-950) !important;
}
.jBox-content {
padding: 0.5rem;
}