IDEMPIERE-295 Zk: background of readonly and editable input field is the same

This commit is contained in:
Heng Sin Low 2013-06-24 16:32:54 +08:00
parent 90b35e5bc7
commit 079d1afa21
1 changed files with 2 additions and 1 deletions

View File

@ -1107,7 +1107,8 @@ tr.z-group {
font-family: Helvetica,Arial,sans-serif;
}
.z-textbox-readonly, .z-intbox-readonly, .z-longbox-readonly, .z-doublebox-readonly, .z-decimalbox-readonly, .z-datebox-readonly {
.z-textbox-readonly, .z-intbox-readonly, .z-longbox-readonly, .z-doublebox-readonly,
.z-decimalbox-readonly, .z-datebox-readonly, .z-timebox-readonly {
background-color: #F0F0F0;
}