Jump to content

A bit more blur


arrbee99

Recommended Posts

arrbee99

I've got things like this transparent and blurry -

1124425203_EmbyBlurrySort.jpg.4e0afaddb8fe36f614be8494a8806216.jpg

but things like this aren't -

1189547770_EmbyBlurryFilternot.jpg.5bf26a49e097216f31c48b70da5942b7.jpg

I though this would work -

/* Try to make Filter and three dots dropdowns transparent and blurry */
div.formDialogContent.emby-scroller.scrollY.overflowYScroll.scrollFrameY {backdrop-filter: saturate(1.8) blur(1.5em);}
div.formDialogContent.emby-scroller.scrollY.overflowYScroll.scrollFrameY {background-color: rgba(0, 0, 0, 0.3) !important;}
/*div.formDialogContent.emby-scroller.scrollY.overflowYScroll.scrollFrameY {background-color: red !important;}*/

but of course it doesn't. I mean the third line to make it red works fine, but the proper one ( the line above doesn't) and don't get why. Unless the whole thing is rubbish.

 

 

 

Link to comment
Share on other sites

Happy2Play

🙂Just need to go up a couple levels and you would have seen it applied via .dialog.@arrbee99

something like this

/* Try to make Filter and three dots dropdowns transparent and blurry */
div.focuscontainer.dialog {backdrop-filter: saturate(1.8) blur(1.5em);}
div.focuscontainer.dialog {background-color: rgba(0, 0, 0, 0.3);}

If you want different color change the rgba.

Edited by Happy2Play
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...