1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix rounded progress bars

This commit is contained in:
grafixeyehero 2019-04-22 21:03:14 +03:00
parent df3d3bc7d3
commit 3ac33728ec

View file

@ -17,6 +17,7 @@ progress {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border: 2px solid #ccc;
-webkit-border-radius: .4em;
border-radius: .4em;
margin: 0;