changeset 203:06a62216428f gmap2

Adjust button style.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 14:27:35 +0200
parents dc16e078e4e4
children 2a2a5e992b9f
files css/mapstyle1.css
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle1.css	Wed Mar 12 13:34:35 2014 +0200
+++ b/css/mapstyle1.css	Wed Mar 12 14:27:35 2014 +0200
@@ -203,9 +203,18 @@
 }
 
 #headcontent div.controls a {
-	background: #600;
+	background: rgba(0,0,0,0.5);
 	padding: 0.5em;
-	color: white;
+	color: #ddd;
+	border-radius: 0.5em;
+	border: 1px solid white;
+	box-shadow: 2px 2px 2px #000;
+}
+
+#headcontent div.controls a:hover {
+	background: rgba(0,0,0,0.2);
+	color: #fff;
+	border: 1px solid #888;
 }
 
 #map {