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:
parent
dd89b16385
commit
d637c94618
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue