arrbee99 1363 Posted October 15, 2022 Share Posted October 15, 2022 I've got things like this transparent and blurry - but things like this aren't - 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 More sharing options...
Happy2Play 7758 Posted October 15, 2022 Share Posted October 15, 2022 (edited) 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 October 15, 2022 by Happy2Play Link to comment Share on other sites More sharing options...
arrbee99 1363 Posted October 15, 2022 Author Share Posted October 15, 2022 I'm getting better, I got the div bit correct... Thanks again for putting up with me Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now