Jump to content

Question about my custom css


Go to solution Solved by Happy2Play,

Recommended Posts

BigGoose62
Posted

In the web client, there are icons that are displayed over movie posters, which include a grey play button, a green check mark, and a green number for collections. I had previously disabled these icons by using the following in the Custom css:

 

/*Remove Played indicator*/.playedIndicator {display: none;}
/*Hide poster play button*/.cardOverlayButtonContainer {display: none;}
 
That is still saved, but the icons recently came back. I'm not sure exactly when, but I would guess within the last week or two because I've been very busy over the past couple weeks and would have recognized the change before then.
 
Anyway, I'm looking for any help for a workaround. Thanks!
  • Solution
Happy2Play
Posted

The cards were overhauled, in the new release cycle, so you need to change the custom css, see here.

  • Like 1
BigGoose62
Posted

The cards were overhauled, in the new release cycle, so you need to change the custom css, see here.

Thank you! Fixed it right away.

  • 4 years later...
Posted
On 8/10/2016 at 4:18 PM, Happy2Play said:

The cards were overhauled, in the new release cycle, so you need to change the custom css, see here.

Hey @Happy2Play, is this fix still available? And if so, is it something I can just cut and paste, if given the proper code and can it be localized to only the "Movies" folder and left alone in TV?

I LOVE Emby but I have NO use for the played indicators in my movie library and honestly can't think of why anyone would utilize it. LOL. I mean most movies are meant to be watched repeatedly if they're any good or loved in any way. I played indicator for something that's going to be reuse kinda defeats the notion of "needing" tracking. TV or episodic viewing is something different entirely.

Thanks in advance, either way.

Happy2Play
Posted
17 hours ago, godbodian said:

Hey @Happy2Play, is this fix still available? And if so, is it something I can just cut and paste, if given the proper code and can it be localized to only the "Movies" folder and left alone in TV?

I LOVE Emby but I have NO use for the played indicators in my movie library and honestly can't think of why anyone would utilize it. LOL. I mean most movies are meant to be watched repeatedly if they're any good or loved in any way. I played indicator for something that's going to be reuse kinda defeats the notion of "needing" tracking. TV or episodic viewing is something different entirely.

Thanks in advance, either way.

I guess something like this.

[data-type="Movie"] i.playedIndicator {display:none;}

 

  • Thanks 1

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