IDEMPIERE-4394 Date Field font color is not consistent with other readonly fields (#417)
This commit is contained in:
parent
0d381faf99
commit
386610f379
|
@ -1,5 +1,5 @@
|
|||
<%-- Combobox --%>
|
||||
.z-combobox-disabled, .z-combobox[disabled] {
|
||||
.z-combobox-disabled, .z-combobox[disabled], .z-datebox-disabled {
|
||||
color: black !important; cursor: default !important; opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus, sel
|
|||
}
|
||||
|
||||
.z-textbox[disabled], .z-intbox[disabled], .z-longbox[disabled], .z-doublebox[disabled],
|
||||
.z-decimalbox[disabled], .z-datebox[disabled], .z-timebox[disabled] {
|
||||
.z-decimalbox[disabled], .z-datebox[disabled], .z-timebox[disabled], .z-datebox-input[readonly] {
|
||||
color: black !important;
|
||||
background-color: #F0F0F0 !important;
|
||||
cursor: default !important;
|
||||
|
|
Loading…
Reference in New Issue