Skip to content

Commit

Permalink
Fixed color of BBL Progress Bar (#4220)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca authored Oct 22, 2024
1 parent 6519ffe commit 8826812
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/css/tabs/onboard_logging.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,15 @@
}
progress {
&::-webkit-progress-bar {
height: 24px;
background-color: var(--surface-300);
background-color: var(--surface-500);
}
&::-webkit-progress-value {
background-color: #bcf;
background-color: var(--primary-500);
border-radius: 0 4px 4px 0;
}
border-radius: 4px;
overflow: hidden;
height: 24px;
display: block;
width: 100%;
margin: 1em 0;
Expand Down

0 comments on commit 8826812

Please sign in to comment.