Skip to content

Commit

Permalink
Merge pull request openstreetmap#57 from jgravois/patch48
Browse files Browse the repository at this point in the history
make it more obvious that approval clicks are being registered
  • Loading branch information
mapmeld committed Oct 10, 2017
2 parents 1374e40 + 245a2bb commit 74cec68
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/geoservice.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,16 @@ text.geoservice {
background-color: #a6f3a6;
}

.import-approve button:first-child:hover {
background-color: #80fa80;
}

.import-approve button:last-child {
background-color: #ff6c6c;
background-color: #fca5a5;
}

.import-approve button:last-child:hover {
background-color: #fc7d7d;
}

g.point.import-approved .stroke {
Expand Down

0 comments on commit 74cec68

Please sign in to comment.