IDEMPIERE-4538 Dropdown button is slightly shifted on FindWindow and Payment Rule (#373)
This commit is contained in:
parent
265756a1c2
commit
6252cfa8a2
|
@ -108,7 +108,6 @@ span.grid-combobox-editor {
|
||||||
.grid-combobox-editor .z-combobox-button {
|
.grid-combobox-editor .z-combobox-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 1px;
|
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-bottom-left-radius: 0px;
|
border-bottom-left-radius: 0px;
|
||||||
|
@ -169,7 +168,6 @@ span.grid-combobox-editor {
|
||||||
.payment-rule-editor .z-combobox-button {
|
.payment-rule-editor .z-combobox-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 1px;
|
|
||||||
}
|
}
|
||||||
.payment-rule-editor .z-combobox .z-combobox-button-hover {
|
.payment-rule-editor .z-combobox .z-combobox-button-hover {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
|
|
Loading…
Reference in New Issue