Skip to content

Commit

Permalink
Merge pull request #295 from grafixeyehero/round
Browse files Browse the repository at this point in the history
Add a round progress bar to purple haze theme
  • Loading branch information
anthonylavado committed Apr 30, 2019
2 parents d7a0a9b + 78a780f commit 53cfcfd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/components/themes/purple-haze/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,22 @@ html {
background-color: rgba(0,164,220, .2)
}

progress {
border-radius: .4em;
}

progress::-webkit-progress-bar {
border-radius: .4em;
}

progress::-moz-progress-bar {
border-radius: .4em;
}

progress::-webkit-progress-value {
border-radius: .4em;
}

.fab,
.raised {
background: rgba(0, 0, 0, .5);
Expand Down

0 comments on commit 53cfcfd

Please sign in to comment.