diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-05 13:17:04 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | d29ca7d5930732fab1767dcb3860651d7b7e27a8 (patch) | |
| tree | c52105964db80eff3f37726bf6472b7f8029377d /client/simple/src/less/style-rtl.less | |
| parent | a8ed79b7307751c38151bff9c0286c0070d91eaf (diff) | |
[web-client] simple theme: stylelint-prettier LESS source files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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; |