Skip to content

Commit

Permalink
Styled progress bar on preset apply screen
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca committed Sep 29, 2024
1 parent 5ce7b6d commit c651471
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/tabs/presets/presets.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
width: 100%;
height: 20px;
margin-top: 12px;
border-radius: 4px;
appearance: none;
-webkit-appearance: none;
overflow: hidden;
&::-webkit-progress-bar {
background-color: var(--surface-500);
}
&::-webkit-progress-value {
background-color: var(--primary-500);
border-radius: 0 4px 4px 0;
}
}
.ms-drop {
z-index: 2001;
Expand Down

0 comments on commit c651471

Please sign in to comment.