Skip to content

Commit c30f616

Browse files
committed
Dialog progress bar round borders
1 parent b979331 commit c30f616

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css/general.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
background-color: var(--color-back);
3232
height: 18px;
3333
margin-top: 12px;
34+
border-radius: 10px;
3435
}
3536
.progress_bar_inner {
3637
background-color: var(--color-accent);
3738
height: 100%;
3839
width: calc(100% * var(--progress));
40+
border-radius: inherit;
3941
}
4042
.accent_color {
4143
color: var(--color-accent);

0 commit comments

Comments
 (0)