From 03e90af7035e686b4227c44cf6ce9924781c13a4 Mon Sep 17 00:00:00 2001 From: fim100 <107080649+fim100@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:38:10 +0330 Subject: [PATCH] Update importers.css Adding RTL styles to importers.css --- umap/static/umap/css/importers.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/umap/static/umap/css/importers.css b/umap/static/umap/css/importers.css index f4a265c4..e572b446 100644 --- a/umap/static/umap/css/importers.css +++ b/umap/static/umap/css/importers.css @@ -25,6 +25,10 @@ background-size: 100%; vertical-align: -10px; } +html[dir="rtl"] .importer h3:before { + margin-left: 10px; + margin-right: auto; +} .importers ul [type=button]:before { background-image: url(../img/importers/random.svg); background-repeat: no-repeat;