We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have multiple tag boxes on one page and I'm trying to assign each one a different color. I tried adding something along the lines of
.tag .tag-purple{ background: none repeat scroll 0 0 #purplehex; }
To my css file and including the class "tag tag-purple" to <div data-tags-input-name ... >, but no changes result.
<div data-tags-input-name ... >
I apologize if there is a simple solution to this. My css knowledge is very basic :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have multiple tag boxes on one page and I'm trying to assign each one a different color. I tried adding something along the lines of
.tag .tag-purple{ background: none repeat scroll 0 0 #purplehex; }
To my css file and including the class "tag tag-purple" to
<div data-tags-input-name ... >
,but no changes result.
I apologize if there is a simple solution to this. My css knowledge is very basic :(
The text was updated successfully, but these errors were encountered: