]> 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 1e2ce723d6f53d54c20b7a906c27e359d701c4b2..399ac6e61c2f1b8d2c542dda94c48298993a45cc 100644 (file)
@@ -1039,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 {