]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Inline edit menu partial, refine CSS
[rails.git] / app / assets / stylesheets / common.css.scss
index 7395afc99845579160029f4be90739cc56dd9e8d..6bdec29889bdfdb8f72f338341086cb98e3af413 100644 (file)
@@ -351,11 +351,11 @@ nav.primary {
   }
 
   .dropdown-toggle {
-    padding: 5px 10px 5px 5px;
+    display: inline-block;
+    padding: 6px 10px 4px 10px;
   }
 
   .caret {
-    margin-top: 15px;
     border-top-color: $green;
   }
 
@@ -2225,7 +2225,7 @@ a.button {
 .dropdown-submenu:focus > a {
   color: #ffffff;
   text-decoration: none;
-  background-color: #0081c2;
+  background-color: $green;
 }
 
 .dropdown-menu > .active > a,
@@ -2233,7 +2233,7 @@ a.button {
 .dropdown-menu > .active > a:focus {
   color: #ffffff;
   text-decoration: none;
-  background-color: #0081c2;
+  background-color: $green;
   outline: 0;
 }