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

This commit is contained in:
Heng Sin Low 2012-06-07 17:42:41 +08:00
parent 020741dc09
commit d15f42383f
1 changed files with 4 additions and 0 deletions

View File

@ -547,3 +547,7 @@ img.z-group-img-close {
.z-label, .z-toolbarbutton-cnt, tr.z-treerow, tr.z-treerow a, tr.z-treerow a:visited {
color: #333;
}
.z-textbox-readonly, .z-intbox-readonly, .z-longbox-readonly, .z-doublebox-readonly, .z-decimalbox-readonly {
background-color: #F0F0F0;
}