Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color gets overridden by other classes (need "!important") #76

Open
tommck opened this issue Jun 30, 2014 · 2 comments
Open

Color gets overridden by other classes (need "!important") #76

tommck opened this issue Jun 30, 2014 · 2 comments

Comments

@tommck
Copy link

tommck commented Jun 30, 2014

The "color: #ccc" rule that's added as part of the added style block is overridden if the input box has other classes on it that dictate color.

So, an "!important" needs to be added to the end of the style in order for it to stick in these situations.

@Dhaulagiri
Copy link

👍

@marktopper marktopper mentioned this issue Nov 12, 2014
@gekkedev
Copy link

It's not that nice to fix someone's styling on library-side. When writing custom stylesheets you have to make sure that you don't break any functionality and styling from external libraries (unless you really want to). Else you'll end up like this guy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants