Adjusted the font color for read-only fields

This commit is contained in:
Heng Sin Low 2009-04-16 09:37:11 +00:00
parent 44359f00f3
commit f7a691dc8e
1 changed files with 8 additions and 0 deletions

View File

@ -210,3 +210,11 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
.form-button {
width: 99%;
}
.z-combobox-disd {
color: black !important;
}
.z-combobox-disd * {
color: black !important;
}