mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Consistent CSS for progress bars
This commit is contained in:
parent
1e64e96028
commit
7883183714
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@ progress {
|
|||
appearance: none;
|
||||
margin: 0;
|
||||
background: #ccc !important;
|
||||
border-radius: 0.2em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
progress[role]::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue