1. Import
This commit is contained in:
31
html/locating/leaflet-coordinates/Leaflet.Coordinates-0.1.3.css
Executable file
31
html/locating/leaflet-coordinates/Leaflet.Coordinates-0.1.3.css
Executable file
@@ -0,0 +1,31 @@
|
||||
.leaflet-control-coordinates {
|
||||
background-color:#D8D8D8;
|
||||
background-color:rgba(255, 255, 255, 0.8);
|
||||
cursor:pointer;
|
||||
}
|
||||
.leaflet-control-coordinates,
|
||||
.leaflet-control-coordinates .uiElement input {
|
||||
-webkit-border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user