cochize1 46 Posted January 8, 2021 Posted January 8, 2021 I gave up trying and sorry if this was answered already for the new Emby versions: how to make blank cast & crew posters transparent + make the icon at that poster green with 50% opacity ?
Solution Happy2Play 9441 Posted January 8, 2021 Solution Posted January 8, 2021 Something like this .details-additionalContent-withbackdrop button.defaultCardBackground { background-color: transparent!important; color: green; opacity: 50%; } button.cardContent-shadow { -webkit-box-shadow: none; box-shadow: none; } 1
cochize1 46 Posted January 12, 2021 Author Posted January 12, 2021 On 1/8/2021 at 10:09 PM, Happy2Play said: Something like this .details-additionalContent-withbackdrop button.defaultCardBackground { background-color: transparent!important; color: green; opacity: 50%; } button.cardContent-shadow { -webkit-box-shadow: none; box-shadow: none; } just a follow up question, so this code worked really well for the cast missing pictures on the main page: /*change missing actors icons*/ .details-additionalContent-withbackdrop button.defaultCardBackground { background-color: transparent!important; color: #D4AF37; opacity: 80%; } button.cardContent-shadow { -webkit-box-shadow: none; box-shadow: none; } but how to make it work the same way when I actually click on the missing person bio detail?
Happy2Play 9441 Posted January 12, 2021 Posted January 12, 2021 add div.detailImage .details-additionalContent-withbackdrop button.defaultCardBackground, div.detailImage 1
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