IDEMPIERE-4394 Date Field font color is not consistent with other readonly fields (#417)

This commit is contained in:
Diego Ruiz 2020-11-27 18:51:30 +01:00 committed by GitHub
parent 0d381faf99
commit 386610f379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<%-- Combobox --%> <%-- 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); 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-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; color: black !important;
background-color: #F0F0F0 !important; background-color: #F0F0F0 !important;
cursor: default !important; cursor: default !important;