Skip to content
Snippets Groups Projects
Commit 67fb7a5c authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Add button css for use with custom controls.

parent 39109d70
No related branches found
No related tags found
No related merge requests found
...@@ -41,3 +41,24 @@ ...@@ -41,3 +41,24 @@
.gmap-map .gmnoprint tbody { .gmap-map .gmnoprint tbody {
border-top: none; border-top: none;
} }
.gmap-custom-control-button {
position: absolute;
background-color: white;
border: 1px solid black;
text-align: center;
width: 5em;
cursor: pointer;
}
.gmap-custom-control-button div {
font-size: 12px;
border-width: 1px;
border-style: solid;
border-color: white rgb(176, 176, 176) rgb(176, 176, 176) white;
}
.gmap-custom-control-button-disabled {
color: grey;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment