@@ -86,7 +86,7 @@ Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
86
86
text-decoration : none ;
87
87
88
88
border : 0 ;
89
- background : url (' ../ img/select2.png' ) right top no-repeat ;
89
+ background : url (' #{ $ img-path } /select2.png' ) right top no-repeat ;
90
90
cursor : pointer ;
91
91
outline : 0 ;
92
92
}
@@ -182,7 +182,7 @@ Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
182
182
display : block ;
183
183
width : 100% ;
184
184
height : 100% ;
185
- background : url (' ../ img/select2.png' ) no-repeat 0 1px ;
185
+ background : url (' #{ $ img-path } /select2.png' ) no-repeat 0 1px ;
186
186
}
187
187
188
188
.select2-search {
@@ -215,17 +215,17 @@ Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
215
215
-webkit-box-shadow : none ;
216
216
box-shadow : none ;
217
217
218
- background : #fff url (' ../ img/select2.png' ) no-repeat 100% -22px ;
219
- background : url (' ../ img/select2.png' ) no-repeat 100% -22px ;
218
+ background : #fff url (' #{ $ img-path } /select2.png' ) no-repeat 100% -22px ;
219
+ background : url (' #{ $ img-path } /select2.png' ) no-repeat 100% -22px ;
220
220
}
221
221
222
222
.select2-drop.select2-drop-above .select2-search input {
223
223
margin-top : 4px ;
224
224
}
225
225
226
226
.select2-search input .select2-active {
227
- background : #fff url (' ../ img/select2-spinner.gif' ) no-repeat 100% ;
228
- background : url (' ../ img/select2-spinner.gif' ) no-repeat 100% ;
227
+ background : #fff url (' #{ $ img-path } /select2-spinner.gif' ) no-repeat 100% ;
228
+ background : url (' #{ $ img-path } /select2-spinner.gif' ) no-repeat 100% ;
229
229
}
230
230
231
231
.select2-container-active .select2-choice ,
@@ -369,7 +369,7 @@ disabled look for disabled choices in the results dropdown
369
369
}
370
370
371
371
.select2-more-results.select2-active {
372
- background : #f4f4f4 url (' ../ img/select2-spinner.gif' ) no-repeat 100% ;
372
+ background : #f4f4f4 url (' #{ $ img-path } /select2-spinner.gif' ) no-repeat 100% ;
373
373
}
374
374
375
375
.select2-more-results {
@@ -456,7 +456,7 @@ html[dir="rtl"] .select2-container-multi .select2-choices li
456
456
}
457
457
458
458
.select2-container-multi .select2-choices .select2-search-field input .select2-active {
459
- background : #fff url (' ../ img/select2-spinner.gif' ) no-repeat 100% !important ;
459
+ background : #fff url (' #{ $ img-path } /select2-spinner.gif' ) no-repeat 100% !important ;
460
460
}
461
461
462
462
.select2-default {
@@ -512,7 +512,7 @@ html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
512
512
513
513
font-size : 1px ;
514
514
outline : none ;
515
- background : url (' ../ img/select2.png' ) right top no-repeat ;
515
+ background : url (' #{ $ img-path } /select2.png' ) right top no-repeat ;
516
516
}
517
517
html [dir = " rtl" ] .select2-search-choice-close {
518
518
right : auto ;
@@ -590,7 +590,7 @@ html[dir="rtl"] .select2-search-choice-close {
590
590
.select2-search-choice-close ,
591
591
.select2-container .select2-choice abbr ,
592
592
.select2-container .select2-choice .select2-arrow b {
593
- background-image : url (' ../ img/select2x2.png' ) !important ;
593
+ background-image : url (' #{ $ img-path } /select2x2.png' ) !important ;
594
594
background-repeat : no-repeat !important ;
595
595
background-size : 60px 40px !important ;
596
596
}
@@ -607,7 +607,7 @@ html[dir="rtl"] .select2-search-choice-close {
607
607
}
608
608
609
609
.form-control .select2-choice .select2-arrow {
610
- border-radius : 0 2px 2px 0 ;
610
+ border-radius : 0 2px 2px 0 ;
611
611
}
612
612
613
613
.form-control.select2-container {
0 commit comments