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)
- [tehciolo](https://github.com/tehciolo)
- [scampower3](https://github.com/scampower3)
- [LittleBigOwI] (https://github.com/LittleBigOwI/)
# Emby Contributors

View File

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