mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Revert vendor prefix removal
This commit is contained in:
parent
6c56234171
commit
50d6864a68
34 changed files with 698 additions and 51 deletions
|
@ -38,6 +38,9 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
opacity: 0;
|
||||
-ms-appearance: none;
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
border: none;
|
||||
}
|
||||
|
@ -112,7 +115,7 @@
|
|||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
@keyframes repaintChrome {
|
||||
@-webkit-keyframes repaintChrome {
|
||||
from {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue