diff --git a/productMods/edit/forms/css/customFormWithAutocomplete.css b/productMods/edit/forms/css/customFormWithAutocomplete.css index b8c44c9b..5e284c3a 100644 --- a/productMods/edit/forms/css/customFormWithAutocomplete.css +++ b/productMods/edit/forms/css/customFormWithAutocomplete.css @@ -26,4 +26,14 @@ form.customForm h4 { margin-top: 1em; margin-bottom: .75em; } +.acSelector[disabled="disabled"] +{ +border-width:0px; +background:none; +color:#000; +} + +#typeSelector[disabled="disabled"] { +color:#000; +}