diff options
Diffstat (limited to 'client/simple/src/less/style-rtl.less')
| -rw-r--r-- | client/simple/src/less/style-rtl.less | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/client/simple/src/less/style-rtl.less b/client/simple/src/less/style-rtl.less index 8e2634d34..7ac1e6e20 100644 --- a/client/simple/src/less/style-rtl.less +++ b/client/simple/src/less/style-rtl.less @@ -109,7 +109,11 @@ } // Image detail -#results.image-detail-open article.result-images[data-vim-selected] .detail .result-images-labels p { +#results.image-detail-open + article.result-images[data-vim-selected] + .detail + .result-images-labels + p { direction: rtl; &.result-url { @@ -125,7 +129,13 @@ } // select HTML element -@supports ((background-position-x: 100%) and ((appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none))) { +@supports ( + (background-position-x: 100%) and + ( + (appearance: none) or (-webkit-appearance: none) or + (-moz-appearance: none) + ) +) { select { border-width: 0 0 0 2rem; background-position-x: -2rem; |