Merge branch 'ent-13451-widget-module-status-y-module-value-tema-oscuro-y-color-valor' into 'develop'
Ent 13451 widget module status y module value tema oscuro y color valor See merge request artica/pandorafms!7164
This commit is contained in:
commit
68dbe9d2b2
|
@ -6474,25 +6474,25 @@ function ui_print_agent_autocomplete_input($parameters)
|
|||
switch (item.filter) {
|
||||
default:
|
||||
case \'agent\':
|
||||
return $("<li style=\'background: #DFFFC4;\'></li>")
|
||||
return $("<li style=\'background: #DFFFC4;\' class=\'agent-autocomplete-li-text-color\' title=\''.__('Agent').'\'></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append(text)
|
||||
.appendTo(ul);
|
||||
break;
|
||||
case \'address\':
|
||||
return $("<li style=\'background: #F7CFFF;\'></li>")
|
||||
return $("<li style=\'background: #F7CFFF;\' class=\'agent-autocomplete-li-text-color\' title=\''.__('Address').'\'></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append(text)
|
||||
.appendTo(ul);
|
||||
break;
|
||||
case \'description\':
|
||||
return $("<li style=\'background: #FEFCC6;\'></li>")
|
||||
return $("<li style=\'background: #FEFCC6;\' class=\'agent-autocomplete-li-text-color\' title=\''.__('Description').'\'></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append(text)
|
||||
.appendTo(ul);
|
||||
break;
|
||||
case \'alias\':
|
||||
return $("<li style=\"'.$background_results.'\"></li>")
|
||||
return $("<li style=\"'.$background_results.'\" title=\''.__('Alias').'\'></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append(text)
|
||||
.appendTo(ul);
|
||||
|
|
|
@ -2069,3 +2069,7 @@ button.ui-button-text-only.ui-widget.sub:hover,
|
|||
button.secondaryButton {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
li.agent-autocomplete-li-text-color a {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue