mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
fix(client/rtl): select arrow in wrong position
This commit is contained in:
parent
b0bb93975a
commit
d19d05ec7b
@ -358,12 +358,19 @@ select.form-control,
|
|||||||
outline: 3px solid transparent;
|
outline: 3px solid transparent;
|
||||||
outline-offset: 6px;
|
outline-offset: 6px;
|
||||||
padding-inline-end: calc(15px + 1.5rem);
|
padding-inline-end: calc(15px + 1.5rem);
|
||||||
background: var(--input-background-color) var(--dropdown-arrow);
|
background: var(--input-background-color) var(--dropdown-arrow);;
|
||||||
color: var(--input-text-color);
|
color: var(--input-text-color);
|
||||||
border: unset;
|
border: unset;
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[dir=rtl] select,
|
||||||
|
body[dir=rtl] select.form-select,
|
||||||
|
body[dir=rtl] select.form-control,
|
||||||
|
body[dir=rtl] .select-button.dropdown-toggle.btn {
|
||||||
|
background-position: left 0.75rem center;
|
||||||
|
}
|
||||||
|
|
||||||
select:hover,
|
select:hover,
|
||||||
select.form-select:hover,
|
select.form-select:hover,
|
||||||
select.form-control:hover,
|
select.form-control:hover,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user