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