mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Made it possible to change background color in style.css
This commit is contained in:
parent
9ea9e347ea
commit
676f6c5a3e
@ -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…
Reference in New Issue
Block a user