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;
|
display: inline-block;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
width: 19px;
|
width: 20px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border: none;
|
border: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2px;
|
right: 1px;
|
||||||
top: 1px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-button :hover {
|
.editor-button :hover {
|
||||||
|
@ -1102,8 +1102,8 @@ input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus {
|
||||||
.editor-button img {
|
.editor-button img {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 16px;
|
width: 18px;
|
||||||
height: 16px;
|
height: 18px;
|
||||||
padding: 1px 1px;
|
padding: 1px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue