Jump to content

Change font color of 'clickable' links in Detail view(s)


d00zah
Go to solution Solved by d00zah,

Recommended Posts

d00zah

I've experimented, but this is not my field of expertise... is there any simple CSS method to restore colored text to 'clickable' links in any detail view? Examples marked in RED:

 

post-10374-0-20957800-1512565977_thumb.jpg

 

I have a small army of non-technical types I support who have been trained to look for such things & the recent trend to uniform, white text has begun to induce angst... theirs, leading to mine ;^)  Your input is greatly appreciated.

 

Thanks, in advance

Link to comment
Share on other sites

PenkethBoy

I use BenZuser dark themes and as part of his code the links are coloured

 

see  https://emby.media/community/index.php?/topic/28743-emby-dark-themes-in-different-accent-colors/

 

i have also added this so the three dot manu's are coloured as well

/* ----- Pop-up Dialogs from three dot menu ----- */
.promptDialogButton, .actionSheetScroller, button.btnPromptExit.emby-button, 
button.btnSubmit.emby-button, button.btnCancel.emby-button {
    color: #4285F4 !important; /* Accent color here - Blue */
	background: transparent !important; }

button.actionSheetMenuItem[is="emby-button"]:hover {
    color: #9b9b9b !important;
background-color: transparent !important; }

.promptDialogButton:active, button.actionSheetMenuItem[is="emby-button"]:active,
button.btnPromptExit.emby-button:active, button.btnSubmit.emby-button:active,
button.btnCancel.emby-button:active {
    color: #0C57D6 !important; } /* Dark accent color here  - Blue*

and you get this view

 

5a27f6bb60fdd_Capture.jpg

  • Like 1
Link to comment
Share on other sites

  • Solution
d00zah

Thanks for the response. I'll have to hunt down the specific tweak(s) I'm after, as I don't want to change 'everything', but this is certainly a step in the right direction. Thank you!

 

Update:

 

This subset seems to cover it:

 

/* 1.1.3 Links & Text buttons */
.button-link, .button-flat-accent, .button-accent-flat,
.textlink {
  color: #52B54B !important; }



Thank you!!!

Edited by d00zah
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...