/* civicrm admin menu */
#civicrm-menu .ui-autocomplete-input,
.crm-container .ui-autocomplete-input {
- background: white url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll right -23px;
+ background: white url("../bower_components/select2/select2.png") no-repeat scroll right -23px;
padding-right: 16px;
/* so that text doesn't flow on top of icon */
}
}
/* Add arrow icon to multi-selects */
.crm-container .select2-container-multi .select2-choices:before {
- background: url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll 0 -4px;
+ background: url("../bower_components/select2/select2.png") no-repeat scroll 0 -4px;
content: "";
display: block;
height: 15px;
'bower_components/jquery/dist/jquery.min.js',
'bower_components/jquery-ui/jquery-ui.min.js',
'bower_components/lodash-compat/lodash.min.js',
- 'packages/jquery/plugins/select2/select2.min.js',
+ 'bower_components/select2/select2.min.js',
'packages/jquery/plugins/jquery.blockUI.js',
'packages/jquery/plugins/jquery.validate.js',
'packages/jquery/plugins/jquery.timeentry.js',