IDEMPIERE-295 Zk: background of readonly and editable input field is the same
This commit is contained in:
parent
020741dc09
commit
d15f42383f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue