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

fix windows restart

This commit is contained in:
Luke Pulverenti 2015-09-21 21:05:33 -04:00
parent 4ef47844d8
commit 257a7d2879
18 changed files with 221 additions and 141 deletions

View file

@ -135,10 +135,6 @@
display: none;
}
.barsMenuButton:hover {
opacity: .5 !important;
}
.libraryMenuButtonText {
color: #fff !important;
text-decoration: none;
@ -236,10 +232,6 @@
vertical-align: middle;
}
.headerButtonRight:hover {
opacity: .5;
}
.viewMenuLink:hover {
color: #fff;
}
@ -374,11 +366,11 @@
display: none !important;
}
.libraryDocument .sidebarLinkNotifications {
.dashboardDocument .lnkMySync {
display: none !important;
}
.dashboardDocument .lnkMySync {
.dashboardDocument .dashboardEntryHeaderButton {
display: none !important;
}
@ -390,6 +382,10 @@
display: none !important;
}
body:not(.dashboardDocument) .btnNotifications{
display: none !important;
}
.darkDrawer {
background-color: #282828 !important;
}