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:
parent
1748738d35
commit
4ac6f4c06e
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue