Skip to content

Commit

Permalink
Fixed k-progress css
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Oct 19, 2024
1 parent 018ea48 commit de94fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/src/components/Misc/Progress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ progress {
height: var(--progress-height);
border-radius: var(--progress-height);
overflow: hidden;
background: var(--progress-color-back);
border: 0;
}
Expand All @@ -51,6 +52,7 @@ progress::-webkit-progress-value {
progress::-moz-progress-bar {
background: var(--progress-color-value);
border-radius: var(--progress-height);
}
/** Indeterminate **/
Expand Down

0 comments on commit de94fee

Please sign in to comment.