mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #295 from grafixeyehero/round
Add a round progress bar to purple haze theme
This commit is contained in:
commit
53cfcfd976
1 changed files with 16 additions and 0 deletions
|
@ -63,6 +63,22 @@ html {
|
||||||
background-color: rgba(0,164,220, .2)
|
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,
|
.fab,
|
||||||
.raised {
|
.raised {
|
||||||
background: rgba(0, 0, 0, .5);
|
background: rgba(0, 0, 0, .5);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue