mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Merge pull request #5237 from Snuffleupagus/fix-findInput-RTL-loading-indicator
Fix the placement of the findInput loading indicator in RTL locales
This commit is contained in:
commit
d9ec0e58e0
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