From 67fb7a5c8395f1bbeedee5a9a6f64086ed897917 Mon Sep 17 00:00:00 2001
From: Brandon Bergren <bdragon@rtk0.net>
Date: Thu, 27 Jan 2011 18:15:36 +0000
Subject: [PATCH] Add button css for use with custom controls.

---
 gmap.css | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gmap.css b/gmap.css
index ca7185a..04f2fea 100644
--- a/gmap.css
+++ b/gmap.css
@@ -41,3 +41,24 @@
 .gmap-map .gmnoprint tbody {
   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;
+}
+
-- 
GitLab