css on edit page
This commit is contained in:
parent
cce9a53539
commit
d7d36c9781
|
@ -160,7 +160,7 @@ var baseLayers = {
|
|||
};
|
||||
|
||||
var layersControl = L.control.layers(baseLayers, wmsLayers, {
|
||||
'position': 'topleft',
|
||||
'position': 'bottomleft',
|
||||
'collapsed': false
|
||||
}).addTo(map);
|
||||
|
||||
|
|
|
@ -26,11 +26,24 @@ html, body {
|
|||
right: 45px;
|
||||
bottom: 10px;
|
||||
overflow: auto;
|
||||
background: rgba(204,204,204,0.6);
|
||||
background: rgba(255,255,255,0.7);
|
||||
}
|
||||
|
||||
.selectedItem {
|
||||
background-color: green;
|
||||
background-color: #7EF6EF;
|
||||
}
|
||||
|
||||
#itemsList li {
|
||||
cursor:pointer;
|
||||
list-style-type: none;
|
||||
margin-bottom: 40px;
|
||||
font-family: sans-serif;
|
||||
font-size: 17px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#itemsList li:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#opacityControl {
|
||||
|
|
Loading…
Reference in New Issue
Block a user