]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Consistent changeset color
[rails.git] / app / assets / stylesheets / common.css.scss
index 19cb873df9dd7d6c6bc92192222b125228ee2b50..399ac6e61c2f1b8d2c542dda94c48298993a45cc 100644 (file)
@@ -298,6 +298,7 @@ nav.primary {
 
     > li {
       border-right: $border;
+      float: left;
       &:last-child { 
         border-right: 0;
         > a { border-radius: 0 $border-radius $border-radius 0; } 
@@ -1038,7 +1039,8 @@ a.donate {
     border-bottom: $keyline;
     cursor: pointer;
 
-    &.selected { background: lighten($green, 35%); }
+    &.selected { background: #FFFFE6; }
+    /* color is derived from changeset bbox fillColor in history.js */
   }
 
   .comment a {