mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #295 from grafixeyehero/round
Add a round progress bar to purple haze theme
This commit is contained in:
commit
53cfcfd976
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user