arrbee99 1712 Posted October 17, 2019 Posted October 17, 2019 Just wondering if anyone might please know some css to remove album art from the new osd in beta .15 ? See https://emby.media/community/index.php?/topic/78512-43015-new-audio-osd/&do=findComment&comment=797821 so it ends up something like post #13.
StewieGreen 159 Posted October 17, 2019 Posted October 17, 2019 try this: .osdPoster-img { display: None !important} although you'll have to adjust the background ... so something like ... .backgroundContainer.withBackdrop { background: rgba(0, 0, 0, .50)!important; } that should give you something to work with ... 1
arrbee99 1712 Posted October 17, 2019 Author Posted October 17, 2019 Brill, thanks very much, looks fab.
Happy2Play 9451 Posted October 17, 2019 Posted October 17, 2019 (edited) Do you mean this? div.osdPoster-img {display: none;} Oops was experimenting to much. Edited October 17, 2019 by Happy2Play
arrbee99 1712 Posted October 17, 2019 Author Posted October 17, 2019 Thanks also Happy. ...any idea if the presence of the 'div' and the absence of the '!important' would make any difference ?
Happy2Play 9451 Posted October 17, 2019 Posted October 17, 2019 Thanks also Happy. ...any idea if the presence of the 'div' and the absence of the '!important' would make any difference ? Doesn't make to much difference, just a matter of different targeting of the element. Targeting the class directly results in forcing change via !important.
arrbee99 1712 Posted October 17, 2019 Author Posted October 17, 2019 Okay, thanks. Think I understood that, mostly.
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