Jump to content

Please change these important CSS tags before next release


chef

Recommended Posts

Hi guys, 

 

there are a couple CSS tags in the Web App that are marked '!important', and won't style through the custom CSS.

 

I've found a couple of them, but they'll probably be written over on the next release, which means they have to be found again, and replaced with each release.

.emby-select-withcolor:focus {
    border-color: #52B54B !important;
}

.emby-select-tv-withcolor:focus {
    background-color: #52B54B !important;
    color: #fff !important;
}

I also found some css being written in the Javascript somewhere which I'm trying to locate again before release, which stops custom css from taking the !important role away from elements.

 

I seem to remember styles being written in javascript for the progress-bar percent counters.

 

I love emby green, but when you use the Blue Radiance theme, these items remain green and no longer fit.

 

I was going to make a pull request, and still can if that would be a better way of going about this minor issue :)

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