Jump to content

Green Circle icon when item is watched


dvanremortel

Recommended Posts

dvanremortel

Thank you for Emby.. I absolutely love it and worth every penny of support. 

Wanted to ask, would someone consider the SMALL GREEN CIRCLE watched icon to be changed in color or size or icon? Its so tiny and hard to see.. 

 

Thats it. many thanks

Dave

Link to comment
Share on other sites

AdrianW

Assuming you're talking about the WebUI and not one of the other clients - then you can do this by using custom css.

 

On the server click "Server" in the left menu, then expand "branding" and paste the following into the "Custom css:" field:

.playedIndicator {
  display: block;
  position: absolute;
  top: 6px;
  width: 46px;
  height: 38px;
  padding-top: 6px;
  border-radius: 50%;
  font-size: 2em;
  background-color: red;
}

Then click Save and Refresh - the green circles will now be red and larger.

 

(I stole this idea from this post).

Edited by AdrianW
  • Like 1
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...