Jump to content

Change colour of some green background


arrbee99

Recommended Posts

arrbee99

Hi, me again,

 

Am wondering if someone please knows how to change this green stuff (which I've managed to make pale by applying a grayscale to it) to blue.

 

I'm talking about the pale green tick boxes and Save commands etc throughout the Dashboard -

 

e.g. the transcoding page

 

5ecc72bec0836_EmbyDashboardgreentoblue.j

 

 

Link to comment
Share on other sites

Happy2Play

You mean this?

input.emby-checkbox:checked+span:before {
    border-color: blue;
    background-color: blue;
}
button.button-submit:not(.emby-button-tv), button.button-submit:not(.emby-button-tv):focus {
    background: blue;
}
  • 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...