Fix zoom out button style on non-main page maps
This commit is contained in:
parent
b21d0906c4
commit
b8bf4c7b77
1 changed files with 2 additions and 1 deletions
|
@ -561,12 +561,13 @@ a.donate {
|
||||||
border-radius: 4px 4px 0px 0px;
|
border-radius: 4px 4px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-control .zoomout,
|
.site .leaflet-control .zoomout,
|
||||||
.control-key .control-button {
|
.control-key .control-button {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.leaflet-control .zoomout,
|
||||||
.control-locate .control-button,
|
.control-locate .control-button,
|
||||||
.control-share .control-button {
|
.control-share .control-button {
|
||||||
border-radius: 0px 0px 4px 4px;
|
border-radius: 0px 0px 4px 4px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue