Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
32 righe
655 B
32 righe
655 B
.leaflet-control-coordinates { |
|
background-color: #D8D8D8; |
|
background-color: rgba(255, 255, 255, .8); |
|
cursor: pointer |
|
} |
|
|
|
.leaflet-control-coordinates, |
|
.leaflet-control-coordinates .uiElement input { |
|
-webkit-border-radius: 3px; |
|
-moz-border-radius: 3px; |
|
border-radius: 3px |
|
} |
|
|
|
.leaflet-control-coordinates .uiElement { |
|
margin: 4px |
|
} |
|
|
|
.leaflet-control-coordinates .uiElement .labelFirst { |
|
margin-right: 4px |
|
} |
|
|
|
.leaflet-control-coordinates .uiHidden { |
|
display: none |
|
} |
|
|
|
.leaflet-control-coordinates .uiElement.label { |
|
color: inherit; |
|
font-weight: inherit; |
|
font-size: inherit; |
|
padding: 0; |
|
display: inherit |
|
} |