basic Leaflet stylesheet
This commit is contained in:
parent
f46abd1569
commit
af03e976db
23
dist/leaflet.css
vendored
Normal file
23
dist/leaflet.css
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
/* required styles */
|
||||
|
||||
.leaflet-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
.leaflet-map-pane {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.leaflet-tile {
|
||||
position: absolute;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
|
||||
/* visual appearance */
|
||||
|
||||
.leaflet-container {
|
||||
background: #ddd;
|
||||
-moz-box-shadow: 1px 1px 12px #999;
|
||||
-webkit-box-shadow: 1px 1px 12px #999;
|
||||
}
|
Loading…
Reference in New Issue
Block a user