Skip to content

Commit

Permalink
Stylised progress bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 23, 2021
1 parent 4d5c9bf commit 62849d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@ input.Number {
cursor: col-resize;
}

progress {
height: 10px;
padding: 2px;
background: none;
}

progress::-webkit-progress-bar {
background-color: #444;
border-radius: 15px;
}
progress::-webkit-progress-value {
background-color: #3A85C7;
border-radius: 15px;
}

select.Select {
color: #3AC785;
font-size: 12px;
Expand Down

0 comments on commit 62849d1

Please sign in to comment.