Skip to content
Snippets Groups Projects
Commit 3edc416c authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Change selectize input background color

JIRA INFRA-763
parent 67b2f815
No related branches found
No related tags found
No related merge requests found
...@@ -160,3 +160,9 @@ a:hover { ...@@ -160,3 +160,9 @@ a:hover {
border-color: #0094ca; border-color: #0094ca;
color: #ffffff; color: #ffffff;
} }
/* selectize multi select tems */
.form-control.selectize-control .selectize-dropdown-content .create strong,
.form-control.selectize-control.multi .selectize-input .item {
background-color: #0094ca;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment