mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 06:01:48 +02:00
Update importers.css
Adding RTL styles to importers.css
This commit is contained in:
parent
7c9eedb805
commit
03e90af703
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
vertical-align: -10px;
|
vertical-align: -10px;
|
||||||
}
|
}
|
||||||
|
html[dir="rtl"] .importer h3:before {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
.importers ul [type=button]:before {
|
.importers ul [type=button]:before {
|
||||||
background-image: url(../img/importers/random.svg);
|
background-image: url(../img/importers/random.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in a new issue