IDEMPIERE-1987:ZK7:Blank(null) of list box is very narrow

This commit is contained in:
hieplq 2014-10-23 12:15:53 +07:00
parent 91de1b4358
commit 0dbb186a78
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
.z-combobox-text-disabled {
background-color: #ECEAE4 !important;
}
.z-comboitem {
min-height:14px;
}
<%-- highlight focus form element --%>
input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus {
border: 1px solid #0000ff;