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

add blur to menu

This commit is contained in:
Luke Pulverenti 2016-01-24 13:19:54 -05:00
parent dd89b16385
commit d637c94618

View file

@ -418,7 +418,9 @@ body:not(.dashboardDocument) .btnNotifications {
} }
.darkDrawer { .darkDrawer {
background-color: #282828 !important; background-color: rgba(30,30,30,.96) !important;
backdrop-filter: brightness(1.5) blur(4px);
box-shadow: none !important;
} }
.darkDrawer .sidebarLinkIcon { .darkDrawer .sidebarLinkIcon {