1
0
Fork 0
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:
Tim van der Meij 2014-09-03 20:31:33 +02:00
commit d9ec0e58e0

View file

@ -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;