]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Focus share link by default
[rails.git] / app / assets / stylesheets / common.css.scss
index 1e3bcc46873cf8d6c663ef900ff43a75ff1efb39..4ce15ec451246e52810eb92a0c9ecc980de14c45 100644 (file)
@@ -613,12 +613,16 @@ a.donate {
   label {
     display: block;
     padding: 5px;
-    background-color: #868e85;
+    background-color: #eee;
     cursor: pointer;
   }
 
   li.active label {
-    background-color: #68c879;
+    background-color: #ccc;
+  }
+
+  input[type=text] {
+    width:220px;
   }
 
   .base-layers {