Made it possible to change background color in style.css
This commit is contained in:
parent
9ea9e347ea
commit
676f6c5a3e
2 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ DynMap.prototype = {
|
|||
scaleControl: false,
|
||||
mapTypeControl: false,
|
||||
streetViewControl: false,
|
||||
backgroundColor: '#000'
|
||||
backgroundColor: 'none'
|
||||
});
|
||||
|
||||
google.maps.event.addListener(map, 'dragstart', function(mEvent) {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
|||
|
||||
.map {
|
||||
width: 100%; height: 100%;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue