In fields disabled, reading the value is difficult - ID: 2513654

This commit is contained in:
Heng Sin Low 2009-04-22 06:22:40 +00:00
parent 6c675d0e6e
commit 1a2dd723b2
1 changed files with 8 additions and 2 deletions

View File

@ -211,10 +211,16 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
width: 99%;
}
<%-- Combobox --%>
.z-combobox-disd {
color: black !important;
color: black !important; cursor: default !important; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100);
}
.z-combobox-disd * {
color: black !important;
color: black !important; cursor: default !important;
}
<%-- Button --%>
.z-button-disd {
color: black; cursor: default; opacity: .6; -moz-opacity: .6; -khtml-opacity: .6; filter: alpha(opacity=60);
}