mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Consistent CSS for progress bars
This commit is contained in:
parent
1e64e96028
commit
7883183714
@ -68,6 +68,7 @@
|
||||
- [TheMelmacian](https://github.com/TheMelmacian)
|
||||
- [tehciolo](https://github.com/tehciolo)
|
||||
- [scampower3](https://github.com/scampower3)
|
||||
- [LittleBigOwI] (https://github.com/LittleBigOwI/)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
@ -16,6 +16,8 @@ progress {
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
background: #ccc !important;
|
||||
border-radius: 0.2em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
progress[role]::after {
|
||||
|
Loading…
Reference in New Issue
Block a user