IDEMPIERE-550 Zk: Ok button is slightly bigger than the cancel button
This commit is contained in:
parent
fb6be46cf4
commit
f66a728b74
|
@ -210,6 +210,12 @@ html,body {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-button .z-button-cm img,
|
||||||
|
.action-image-text-button .z-button-cm img {
|
||||||
|
height: 22px;
|
||||||
|
width: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
<%-- desktop --%>
|
<%-- desktop --%>
|
||||||
div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
|
div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Reference in New Issue