Fix the placement of the findInput loading indicator in RTL locales
Currently in RTL locales, the loading indicator is placed such that it is in the way when entring a search term. Hence this patch moves it to the other side of the input field to fix this.
This commit is contained in:
parent
4834f1c289
commit
5c84dd319f
@ -410,6 +410,9 @@ html[dir='rtl'] .findbar {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right;
|
background-position: right;
|
||||||
}
|
}
|
||||||
|
html[dir='rtl'] #findInput[data-status="pending"] {
|
||||||
|
background-position: left;
|
||||||
|
}
|
||||||
|
|
||||||
.secondaryToolbar {
|
.secondaryToolbar {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user