]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Improve highlighting of changesets in the changeset list
[rails.git] / public / stylesheets / common.css
index a6a71de0d69b5e382d33b13535fe7d3a496278c7..65b43041863547152b4b0f370aa6606f41908805 100644 (file)
@@ -623,7 +623,8 @@ hr {
 }
 
 #changeset_list .selected {
-  background-color: #ffff55;
+  background-color: rgb(255, 255, 160);
+  background-color: rgba(255, 255, 85, 0.5);
 }
 
 #changeset_list_map {