1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update library menu

This commit is contained in:
Luke Pulverenti 2015-04-27 13:55:57 -04:00
parent e6615a1803
commit 4ae4c4e71a
5 changed files with 49 additions and 29 deletions

View file

@ -8,12 +8,12 @@
.libraryMenuDivider {
height: 1px;
background: #333;
background: #282828;
margin: .5em 0;
}
.headerBackButton {
padding-right: 0!important;
padding-right: 0 !important;
}
.viewMenuBar, .barsMenuButton, .libraryMenuButtonText, .btnCast {
@ -179,22 +179,22 @@
vertical-align: top;
}
.librarySidebarLinks a {
font-weight: 300 !important;
.librarySidebarLinks {
margin-left: -1em;
margin-right: -1em;
margin-top: -1em;
padding-top: 0;
}
.librarySidebarLinks a:hover {
background-color: #38c !important;
color: #fff !important;
.librarySidebarLinks a {
font-weight: 300 !important;
padding: .7em 20px .7em 0;
}
.homeViewMenu {
background-image: url(images/mblogoicon.png) !important;
background-size: 39px 26px !important;
background-position: 13px center !important;
padding-left: 66px !important;
background-repeat: no-repeat !important;
}
.librarySidebarLinks a:hover {
background-color: #38c !important;
color: #fff !important;
}
.viewMenuSecondary {
position: absolute;
@ -213,7 +213,7 @@
}
.ui-panel.ui-body-b {
background-color: #222;
background-color: #161616;
}
.libraryViewNav .ui-btn-active {

View file

@ -382,6 +382,7 @@ h1 .imageLink {
font-size: 17px;
width: 66px;
text-align: center;
vertical-align: middle;
}
.ui-page-theme-a .sidebarLinkIcon {