background: white url('../i/loading.gif') no-repeat right center;
}
+/* select2 */
+/* Move background image into outer container so we can place an icon in the inner container */
+.crm-container .select2-container-multi {
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
+ background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
+ background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
+ background-image: linear-gradient(top, #eee 1%, #fff 15%);
+}
+.crm-container .select2-container-multi .select2-choices {
+ background: url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll right -22px;
+}
+
/* Special styling for specific form buttons */
#crm-container span.crm-button_qf_Main_upload input,
#crm-container span.crm-button_qf_Confirm_next input,
</tr>
<tr>
<td colspan="2">{$form.county.label}<br />
- {$form.county.html|crmAddClass:bigSelect}
+ {$form.county.html}
</td>
<td>{$form.country.label}<br />
- {$form.country.html|crmAddClass:big}
+ {$form.country.html}
</td>
</tr>
</table>
{/if}
</td>
<td>{$form.state_province.label}<br />
- {$form.state_province.html|crmAddClass:bigSelect}
+ {$form.state_province.html}
</td>
</tr>
{if $addressGroupTree}