Jump to content

Admin/User preference to hide play overlay button


computerprep

Recommended Posts

computerprep

I've added some custom CSS code to hide the overlay play button. But this means it's hidden for all my users, even though some of them might prefer it.

It's a really simple line of code, so I wonder if it could be included in DISPLAY or PLAYBACK preferences per user.
 

button.cardOverlayButton[data-action=play] {
    display:none !important;
}

 

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...