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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue