update for Jira issue 1453; restyle disabled fields

This commit is contained in:
tlw72 2010-12-09 22:55:52 +00:00
parent 85ac3866d7
commit 80fb3824b5

View file

@ -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;
}