mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add dlna pause fix
This commit is contained in:
parent
a5f1fa7681
commit
e3e1ab2db3
6 changed files with 280 additions and 11 deletions
|
@ -171,12 +171,12 @@
|
|||
margin: 5px;
|
||||
padding: 8px;
|
||||
border: 1px solid #444;
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#2d2d2d));
|
||||
background-image: -webkit-linear-gradient(#444,#2d2d2d);
|
||||
background-image: -moz-linear-gradient(#444,#2d2d2d);
|
||||
background-image: -ms-linear-gradient(#444,#2d2d2d);
|
||||
background-image: -o-linear-gradient(#444,#2d2d2d);
|
||||
background-image: linear-gradient(#444,#2d2d2d);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#333),to(#2d2d2d));
|
||||
background-image: -webkit-linear-gradient(#333,#2d2d2d);
|
||||
background-image: -moz-linear-gradient(#333,#2d2d2d);
|
||||
background-image: -ms-linear-gradient(#333,#2d2d2d);
|
||||
background-image: -o-linear-gradient(#333,#2d2d2d);
|
||||
background-image: linear-gradient(#333,#2d2d2d);
|
||||
}
|
||||
|
||||
.imageEditorTile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue