mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 06:01:48 +02:00
Update MarkerCluster.Default.css
Adding RTL styles to MarkerCluster.Default.css
This commit is contained in:
parent
21318542f5
commit
9d4e8d1fec
1 changed files with 5 additions and 1 deletions
|
@ -55,6 +55,10 @@
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
html[dir="rtl"] .marker-cluster div {
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
.marker-cluster span {
|
.marker-cluster span {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue