mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Add classes to labels for styling
This commit is contained in:
+9
-1
@@ -557,13 +557,21 @@ text.textpath-label {
|
||||
text-anchor: middle;
|
||||
}
|
||||
|
||||
text.textpath-label, text.text-label {
|
||||
.layer-label text{
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
fill: black;
|
||||
text-shadow: 0 0 0.4em white, 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white;
|
||||
}
|
||||
|
||||
text.area-leisure-park {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
text.point-amenity{
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
/* Cursors */
|
||||
|
||||
#map:hover {
|
||||
|
||||
Reference in New Issue
Block a user