mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
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
1 changed files with 3 additions and 0 deletions
|
@ -410,6 +410,9 @@ html[dir='rtl'] .findbar {
|
|||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
}
|
||||
html[dir='rtl'] #findInput[data-status="pending"] {
|
||||
background-position: left;
|
||||
}
|
||||
|
||||
.secondaryToolbar {
|
||||
padding: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue