mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5264.17006
This commit is contained in:
parent
dcd20638c8
commit
2ba4a04377
8 changed files with 111 additions and 43 deletions
|
@ -63,9 +63,15 @@
|
|||
}
|
||||
|
||||
.libraryMenuButton {
|
||||
/*padding-left: 10px;
|
||||
opacity: .85;*/
|
||||
}
|
||||
|
||||
.libraryMenuButton img {
|
||||
.headerHomeButton {
|
||||
padding-right: 0!important;
|
||||
}
|
||||
|
||||
.libraryMenuButton img, .headerHomeButton img {
|
||||
border: 1px solid #444 !important;
|
||||
padding: .5em;
|
||||
background-color: #181818;
|
||||
|
@ -77,7 +83,7 @@
|
|||
opacity: 1!important;
|
||||
}
|
||||
|
||||
.libraryMenuButton img:hover {
|
||||
.libraryMenuButton img:hover, .headerHomeButton img:hover {
|
||||
background-color: #38c;
|
||||
}
|
||||
|
||||
|
@ -92,7 +98,7 @@
|
|||
padding-left: 0 !important;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: -5px;
|
||||
margin-left: -8px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
@ -214,7 +220,7 @@
|
|||
background-position: 16px center;
|
||||
}
|
||||
|
||||
.moviesViewMenu {
|
||||
.moviesViewMenu, .trailersViewMenu {
|
||||
background-image: url(images/items/folders/movies.png);
|
||||
}
|
||||
|
||||
|
@ -263,6 +269,10 @@
|
|||
background-image: url(images/items/folders/report.png);
|
||||
}
|
||||
|
||||
.homevideosViewMenu, .adultvideosViewMenu {
|
||||
background-image: url(images/items/folders/homevideos.png);
|
||||
}
|
||||
|
||||
.viewMenuSecondary {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
padding: 0 0 0 43px;
|
||||
}
|
||||
|
||||
.moviesPosterItem .posterItemImage {
|
||||
.moviesPosterItem .posterItemImage, .trailersPosterItem .posterItemImage {
|
||||
background-color: rgba(176, 94, 81, 0.7);
|
||||
}
|
||||
|
||||
|
@ -172,6 +172,22 @@
|
|||
background-color: rgba(255, 233, 127, 0.7);
|
||||
}
|
||||
|
||||
.homevideosPosterItem .posterItemImage {
|
||||
background-color: rgba(110, 52, 32, 0.7);
|
||||
}
|
||||
|
||||
.adultvideosPosterItem .posterItemImage {
|
||||
background-color: rgba(184, 83, 116, 0.7);
|
||||
}
|
||||
|
||||
.photosPosterItem .posterItemImage {
|
||||
background-color: rgba(127, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.musicvideosPosterItem .posterItemImage {
|
||||
background-color: rgba(143, 54, 168, 0.7);
|
||||
}
|
||||
|
||||
.backdropPosterItem {
|
||||
width: 128px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue