Jump to content

About text color Home and Favorite - EmbyServer 4640


CarlosLima

Recommended Posts

CarlosLima
i.ratingbutton-icon-withrating {
    color: #3086CF!important;
}

Hi,
I use this code to change the green color to blue color in focused texts (Home and Favorites) but it doesn't seem to work in the new stable version.
Thanks in advance for the adjustments.

download.png

Link to comment
Share on other sites

Happy2Play
12 minutes ago, CarlosLima said:

i.ratingbutton-icon-withrating {
    color: #3086CF!important;
}

Hi,
I use this code to change the green color to blue color in focused texts (Home and Favorites) but it doesn't seem to work in the new stable version.
Thanks in advance for the adjustments.

download.png

But that is code for the Favorite icon not focus text.

Link to comment
Share on other sites

CarlosLima

Understand. Certainly I made a mess.
Is it possible to create a code for me to replace this with a code that keeps the blue color in the focused item?
Thank you very much

Link to comment
Share on other sites

Happy2Play

Really you should be looking at :root code as Luke is somewhat themed everything with that now, but yes there are still some outliers.

image.png.62826cdc6d2232641a16c770f6b8adef.png

Then click the --theme-accent-text-color to take you to the code

image.png.36048765bd5ab773d06fa9d10a1ed00e.png

So to change all you would do

html:root {
--theme-accent-text-color: #3086CF;
}

Unless you are just looking for a specific target?

 

Link to comment
Share on other sites

CarlosLima

Understand.

What I would really like is that all the hover links were shown in blue color and not just some specific links.

Thanks so much.

Link to comment
Share on other sites

Happy2Play
15 minutes ago, CarlosLima said:

What I would really like is that all the hover links were shown in blue color and not just some specific links.

Sorry are you talking about Hover on link or the Active buttons shown in the image above/title?  As hover and active/focus are different.  Just like links and buttons are different.

Edited by Happy2Play
Link to comment
Share on other sites

CarlosLima

Understand. I think I explained it carelessly. You managed to solve, as always, and the links (Home and Favorites) are now in the color I use as default.
Thank you so much for this once again.

download.png

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