mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix bad implementation
This commit is contained in:
parent
3ac33728ec
commit
f071e420bd
@ -17,8 +17,6 @@ progress {
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
border: 2px solid #ccc;
|
|
||||||
-webkit-border-radius: .4em;
|
|
||||||
border-radius: .4em;
|
border-radius: .4em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #ccc !important
|
background: #ccc !important
|
||||||
@ -29,6 +27,7 @@ progress[role]:after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
progress::-webkit-progress-bar {
|
progress::-webkit-progress-bar {
|
||||||
|
border-radius: .4em;
|
||||||
background: #ccc
|
background: #ccc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user