Skip to content

Commit

Permalink
Fixed CLI load modal title background color (betaflight#4200)
Browse files Browse the repository at this point in the history
Fixed CLI load modal title
  • Loading branch information
YarosMallorca authored and OGCJM11 committed Dec 28, 2024
1 parent 3a15b44 commit e31c5f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e31c5f2

Please sign in to comment.