mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
show context when navigating
This commit is contained in:
parent
ba33bf6fff
commit
624687e363
60 changed files with 184 additions and 129 deletions
|
@ -28,10 +28,10 @@
|
|||
bottom: 0;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
border: 1px solid #1b1b1b!important;
|
||||
cursor: pointer;
|
||||
border: 0!important;
|
||||
outline: none;
|
||||
padding: 0 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.headerButton img {
|
||||
|
@ -44,7 +44,6 @@
|
|||
}
|
||||
|
||||
.headerButtonLeft {
|
||||
border-width: 0 1px 0 0 !important;
|
||||
float: left;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
@ -52,30 +51,33 @@
|
|||
.headerButtonRight {
|
||||
border-width: 0 !important;
|
||||
float: left;
|
||||
border-width: 0 0 0 1px !important;
|
||||
padding: 0 18px;
|
||||
}
|
||||
|
||||
.headerButtonRight:first-child {
|
||||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
.desktopHomeLink {
|
||||
color: #ddd !important;
|
||||
text-decoration: none;
|
||||
font-weight: 400!important;
|
||||
font-size: 15px;
|
||||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
.desktopHomeLink span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.libraryMenuButton {
|
||||
left: 0;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.libraryMenuButtonText {
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
font-weight: 400!important;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.libraryMenuButtonText {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
font-weight: bold;
|
||||
position: fixed;
|
||||
|
@ -141,12 +143,16 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.viewMenuTextLink:hover, .libraryMenuButton:hover {
|
||||
.viewMenuTextLink:hover {
|
||||
background-color: #38c;
|
||||
color: #fff!important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.libraryMenuButton:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.headerButtonRight:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
@ -180,6 +186,11 @@
|
|||
background-position: 16px 8px;
|
||||
}
|
||||
|
||||
.homeViewMenu {
|
||||
background-image: url(images/items/folders/home.png);
|
||||
background-position: 16px 9px;
|
||||
}
|
||||
|
||||
.tvshowsViewMenu {
|
||||
background-image: url(images/items/folders/tv.png);
|
||||
background-position: 16px 8px;
|
||||
|
@ -292,7 +303,7 @@
|
|||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.desktopHomeLink {
|
||||
.libraryMenuButtonText {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue