1
0
Fork 0
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:
LittleBigOwl 2023-10-17 15:43:25 +02:00
parent 1e64e96028
commit 7883183714
2 changed files with 3 additions and 0 deletions

View file

@ -68,6 +68,7 @@
- [TheMelmacian](https://github.com/TheMelmacian) - [TheMelmacian](https://github.com/TheMelmacian)
- [tehciolo](https://github.com/tehciolo) - [tehciolo](https://github.com/tehciolo)
- [scampower3](https://github.com/scampower3) - [scampower3](https://github.com/scampower3)
- [LittleBigOwI] (https://github.com/LittleBigOwI/)
# Emby Contributors # Emby Contributors

View file

@ -16,6 +16,8 @@ progress {
appearance: none; appearance: none;
margin: 0; margin: 0;
background: #ccc !important; background: #ccc !important;
border-radius: 0.2em;
border: none;
} }
progress[role]::after { progress[role]::after {