color: #3e3e3e;
}
+.crm-container a.crm-icon-picker-button {
+ min-width: 10em;
+ text-align: inherit;
+ color: #3e3e3e;
+}
+
+.crm-container a.crm-icon-picker-button .ui-button-text {
+ color: #9f9f9f;
+}
+
+.crm-container a.crm-icon-picker-button.ui-button-text-only .ui-button-text {
+ padding: .4em .2em;
+}
+
/* search results */
.crm-container .crm-search-tasks,
.crm-container .crm-tasks {
$button.button('option', {
label: split[0] || ts('None'),
icons: {primary: $input.val()}
- })
- .css('color', split[0] ? '#3e3e3e' : '#9f9f9f');
+ });
$style.toggle(!!split[0]).val(split[1] || '');
}