Skip to content

Commit eebd8bf

Browse files
committed
Fixed select2 image paths
1 parent 0887200 commit eebd8bf

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

gui/css/components/select2.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
105105
text-decoration: none;
106106

107107
border: 0;
108-
background: url('select2.png') right top no-repeat;
108+
background: url('../images/components/select2/select2.png') right top no-repeat;
109109
cursor: pointer;
110110
outline: 0;
111111
}
@@ -218,7 +218,7 @@ html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
218218
display: block;
219219
width: 100%;
220220
height: 100%;
221-
background: url('select2.png') no-repeat 0 1px;
221+
background: url('../images/components/select2/select2.png') no-repeat 0 1px;
222222
}
223223

224224
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
@@ -256,33 +256,33 @@ html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
256256
-webkit-box-shadow: none;
257257
box-shadow: none;
258258

259-
background: #fff url('select2.png') no-repeat 100% -22px;
260-
background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
261-
background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
262-
background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
263-
background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
259+
background: #fff url('../images/components/select2/select2.png') no-repeat 100% -22px;
260+
background: url('../images/components/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
261+
background: url('../images/components/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
262+
background: url('../images/components/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
263+
background: url('../images/components/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
264264
}
265265

266266
html[dir="rtl"] .select2-search input {
267267
padding: 4px 5px 4px 20px;
268268

269-
background: #fff url('select2.png') no-repeat -37px -22px;
270-
background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
271-
background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
272-
background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
273-
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
269+
background: #fff url('../images/components/select2/select2.png') no-repeat -37px -22px;
270+
background: url('../images/components/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
271+
background: url('../images/components/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
272+
background: url('../images/components/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
273+
background: url('../images/components/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
274274
}
275275

276276
.select2-drop.select2-drop-above .select2-search input {
277277
margin-top: 4px;
278278
}
279279

280280
.select2-search input.select2-active {
281-
background: #fff url('select2-spinner.gif') no-repeat 100%;
282-
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
283-
background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
284-
background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
285-
background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
281+
background: #fff url('../images/components/select2/select2-spinner.gif') no-repeat 100%;
282+
background: url('../images/components/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
283+
background: url('../images/components/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
284+
background: url('../images/components/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
285+
background: url('../images/components/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
286286
}
287287

288288
.select2-container-active .select2-choice,
@@ -451,7 +451,7 @@ disabled look for disabled choices in the results dropdown
451451
}
452452

453453
.select2-more-results.select2-active {
454-
background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
454+
background: #f4f4f4 url('../images/components/select2/select2-spinner.gif') no-repeat 100%;
455455
}
456456

457457
.select2-results .select2-ajax-error {
@@ -551,7 +551,7 @@ html[dir="rtl"] .select2-container-multi .select2-choices li
551551
}
552552

553553
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
554-
background: #fff url('select2-spinner.gif') no-repeat 100% !important;
554+
background: #fff url('../images/components/select2/select2-spinner.gif') no-repeat 100% !important;
555555
}
556556

557557
.select2-default {
@@ -610,7 +610,7 @@ html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
610610

611611
font-size: 1px;
612612
outline: none;
613-
background: url('select2.png') right top no-repeat;
613+
background: url('../images/components/select2/select2.png') right top no-repeat;
614614
}
615615
html[dir="rtl"] .select2-search-choice-close {
616616
right: auto;
@@ -693,7 +693,7 @@ html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
693693
.select2-search-choice-close,
694694
.select2-container .select2-choice abbr,
695695
.select2-container .select2-choice .select2-arrow b {
696-
background-image: url('select2x2.png') !important;
696+
background-image: url('../images/components/select2/select2x2.png') !important;
697697
background-repeat: no-repeat !important;
698698
background-size: 60px 40px !important;
699699
}

0 commit comments

Comments
 (0)