]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Start to make turn-by-turn instructions clickable
[rails.git] / app / assets / stylesheets / common.css.scss
index 6e402f3b850ad39733844331a2b6c022c276e837..d0732de746dc9732529d5cb3af3e340cc81d15c9 100644 (file)
@@ -1018,6 +1018,12 @@ td.distance {
     text-align: right;
     font-size: x-small;
 }
+tr.turn {
+    cursor: pointer;
+}
+tr.turn:hover {
+    background: lighten($green, 30%); 
+}
 
 /* Rules for entity history */