mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added media stream helpers
This commit is contained in:
parent
843a0eee28
commit
f7b3f46413
1 changed files with 2 additions and 5 deletions
|
@ -80,6 +80,7 @@
|
|||
font-family: Roboto;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 18px 18px;
|
||||
background-position: 14px center;
|
||||
}
|
||||
|
||||
.musicViewMenu {
|
||||
|
@ -94,7 +95,6 @@
|
|||
|
||||
.moviesViewMenu {
|
||||
background-image: url(images/items/folders/movies.png);
|
||||
background-position: 14px center;
|
||||
}
|
||||
|
||||
.gamesViewMenu {
|
||||
|
@ -104,12 +104,11 @@
|
|||
|
||||
.channelsViewMenu {
|
||||
background-image: url(images/items/folders/channels.png);
|
||||
background-position: 14px center;
|
||||
background-position: 14px 9px;
|
||||
}
|
||||
|
||||
.booksViewMenu {
|
||||
background-image: url(images/items/folders/books.png);
|
||||
background-position: 14px center;
|
||||
}
|
||||
|
||||
.musicvideosViewMenu {
|
||||
|
@ -124,12 +123,10 @@
|
|||
|
||||
.homeVideosViewMenu {
|
||||
background-image: url(images/items/folders/homevideos.png);
|
||||
background-position: 14px center;
|
||||
}
|
||||
|
||||
.generalViewMenu, .boxsetsViewMenu {
|
||||
background-image: url(images/items/folders/folder.png);
|
||||
background-position: 14px center;
|
||||
}
|
||||
|
||||
.viewMenuSecondary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue