In fields disabled, reading the value is difficult - ID: 2513654
This commit is contained in:
parent
6c675d0e6e
commit
1a2dd723b2
|
@ -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);
|
||||
}
|
Loading…
Reference in New Issue