mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +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;
|
||||
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
html[dir="rtl"] .marker-cluster div {
|
||||
margin-right: 5px;
|
||||
margin-left: auto;
|
||||
}
|
||||
.marker-cluster span {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue