Use image-url.
This commit is contained in:
parent
be338892ec
commit
838989a0d7
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
|
||||
.select2-search input {
|
||||
background: url(/assets/select2.png) no-repeat 100% -22px, $secondary 0 0
|
||||
background: image-url("select2.png") no-repeat 100% -22px, $secondary 0 0
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
|
@ -45,7 +45,7 @@
|
|||
background-color: $secondary;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
||||
background: $secondary url(/assets/select2-spinner.gif) no-repeat 100% !important;
|
||||
background: $secondary image-url("select2-spinner.gif") no-repeat 100% !important;
|
||||
}
|
||||
|
||||
.select2-container a.select2-choice {
|
||||
|
|
Loading…
Reference in New Issue