IDEMPIERE-1635 Upgrade to zk7. Fixed css for field editor button.
This commit is contained in:
parent
4248112480
commit
7d95496c0a
|
@ -1087,12 +1087,12 @@ input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus {
|
|||
display: inline-block;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
width: 19px;
|
||||
width: 20px;
|
||||
height: 18px;
|
||||
border: none;
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.editor-button :hover {
|
||||
|
@ -1102,8 +1102,8 @@ input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus {
|
|||
.editor-button img {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
padding: 1px 1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue