Jump to content

Color


Alexwerilles

Recommended Posts

Alexwerilles
On 10/20/2020 at 2:40 PM, Happy2Play said:

div[title="Emby Web"] #expandButton {display: none;}

 

Thanks!

Sorry to bother you again Happy. How can I remove the "Add to collection" and "add to playlist" options? Is it possible to leave them active only for administrators?

remover add.jpg

Link to comment
Share on other sites

Happy2Play
2 minutes ago, Alexwerilles said:

Thanks!

Sorry to bother you again Happy. How can I remove the "Add to collection" and "add to playlist" options? Is it possible to leave them active only for administrators?

remover add.jpg

CSS applies to html not a user.

div.dialogContainer button[data-id="addtocollection"], div.dialogContainer button[data-id="addtoplaylist"] {display: none;}

 

Link to comment
Share on other sites

Alexwerilles
2 minutes ago, Happy2Play said:

CSS applies to html not a user.


div.dialogContainer button[data-id="addtocollection"], div.dialogContainer button[data-id="addtoplaylist"] {display: none;}

 

thanks!

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