From 80fb3824b5d5a14581193dabcb085e36fb331746 Mon Sep 17 00:00:00 2001 From: tlw72 Date: Thu, 9 Dec 2010 22:55:52 +0000 Subject: [PATCH] update for Jira issue 1453; restyle disabled fields --- .../edit/forms/css/customFormWithAutocomplete.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +}