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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-03-06 13:09:20 -05:00
parent 0491ae9a7c
commit 325d331160
26 changed files with 104 additions and 162 deletions

View file

@ -61,8 +61,9 @@
overflow-x: hidden;
}
.dragging .mainDrawerPanel #drawer {
}
/*.mainDrawerPanel #drawer, .mainDrawerPanel #scrim {
top: 50px !important;
}*/
.mainDrawerPanel #main {
left: 0 !important;
@ -74,7 +75,7 @@
/* Give it at least something to make it visible */
z-index: 1098;
/* It defaults to absolute, not visible after scrolling */
position: fixed;
position: fixed!important;
}
.mainDrawer {
@ -200,7 +201,7 @@
}
.viewMenuBar, .libraryViewNav {
background-color: #080808;
background-color: #111;
}
.viewMenuBar.semiTransparent {
@ -397,8 +398,7 @@ body:not(.dashboardDocument) .btnNotifications {
}
.darkDrawer {
background-color: rgba(30,30,30,1) !important;
backdrop-filter: brightness(1.5) blur(4px);
background-color: #212121 !important;
box-shadow: none !important;
}
@ -420,9 +420,9 @@ body:not(.dashboardDocument) .btnNotifications {
}
.darkDrawer .sidebarLink:hover {
background: #444;
background: #4d4d4d;
}
.darkDrawer .sidebarLink.selectedSidebarLink, .darkDrawer .selectedMediaFolder {
background: #444 !important;
background: #4d4d4d !important;
}