widgets: combobox border-radius handle rtl languages
Signed-off-by: Méven Car <meven.car@collabora.com> Change-Id: Ib9c6d8e972ff061223af4fa96a63b8e96d21e772
This commit is contained in:
parent
a04b69b393
commit
090e4587dd
1 changed files with 2 additions and 1 deletions
|
@ -784,7 +784,8 @@ input[type='number']:hover::-webkit-outer-spin-button {
|
||||||
.ui-combobox-content {
|
.ui-combobox-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: var(--border-radius) 0px 0px var(--border-radius);
|
border-start-start-radius: var(--border-radius);
|
||||||
|
border-end-start-radius: var(--border-radius);
|
||||||
color: var(--color-text-dark);
|
color: var(--color-text-dark);
|
||||||
background-color: var(--color-background-lighter);
|
background-color: var(--color-background-lighter);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue