background gradient when hovering sidebar item
This commit is contained in:
parent
d3820a388c
commit
95a179957c
1 changed files with 5 additions and 1 deletions
|
@ -98,6 +98,10 @@
|
||||||
-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
|
-webkit-backdrop-filter: blur(10px) saturate(180%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navMenuOption:hover {
|
||||||
|
background: linear-gradient(45deg, var(--card-background-5) 0%, var(--card-background-2) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Dialog Boxes --- */
|
/* --- Dialog Boxes --- */
|
||||||
.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
|
.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
|
||||||
backdrop-filter: blur(10px) !important;
|
backdrop-filter: blur(10px) !important;
|
||||||
|
@ -513,4 +517,4 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
}
|
}
|
||||||
.layout-desktop [dir=ltr] .emby-scrollbuttons {
|
.layout-desktop [dir=ltr] .emby-scrollbuttons {
|
||||||
right: -9vw;
|
right: -9vw;
|
||||||
}
|
}
|
Loading…
Reference in a new issue