RTL: Flip attachment preview arrows
This commit is contained in:
parent
043c6e1795
commit
ddfe376900
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ attachment-preview {
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:-moz-locale-dir(rtl) {
|
||||||
|
transform: scaleX(-1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-prev {
|
.btn-prev {
|
||||||
|
|
Loading…
Reference in a new issue