make sure to actually update the selected map style in the selector
[lantea.git] / style / lantea.css
index 47d0f5b272f6a329c3f1fa4d88dc482d0b40aa87..051088cd5381c0ba4cd45acfc8390c42fedf5f32 100644 (file)
@@ -52,7 +52,9 @@ h1 {
 }
 
 #zoomArea > input[type="button"],
-#fullscreenArea > input[type="button"] {
+#fullscreenArea > input[type="button"],
+#trackButton,
+#settingsButton {
   font-size: 1.2em;
   font-weight: bold;
   width: 2em;
@@ -69,17 +71,23 @@ h1 {
 }
 
 #zoomArea > input[type="button"]:hover,
-#fullscreenArea > input[type="button"]:hover {
+#fullscreenArea > input[type="button"]:hover,
+#trackButton:hover,
+#settingsButton:hover {
   background-color: rgba(255, 255, 255, .8);
 }
 
 #zoomArea > input[type="button"]:active,
-#fullscreenArea > input[type="button"]:active {
+#fullscreenArea > input[type="button"]:active,
+#trackButton:active,
+#settingsButton:active {
   background-color: rgba(255, 255, 127, .8);
 }
 
 #zoomArea > input[type="button"]:focus,
-#fullscreenArea > input[type="button"]:focus {
+#fullscreenArea > input[type="button"]:focus,
+#trackButton:focus,
+#settingsButton:focus {
   background-color: rgba(255, 255, 255, .5);
 }
 
@@ -212,15 +220,15 @@ h1 {
     font-size: 10px;
   }
   #menuArea {
-    top: 1px;
-    left: 1px;
+    top: 2px;
+    left: 2px;
   }
   #zoomArea {
-    top: 1px;
-    right: 1px;
+    top: 2px;
+    right: 2px;
   }
   #fullscreenArea {
-    right: 1px;
+    right: 2px;
     bottom: 20px;
   }
   #copyright {