X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad01a61b6d07fffff3dedfd476830699c8f50038..edd6235b45164bff20cbe8f2a0c9d10027211cf4:/app/assets/stylesheets/common.css.scss?ds=inline diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6e402f3b8..0f306b6d3 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1018,6 +1018,14 @@ td.distance { text-align: right; font-size: x-small; } +tr.turn { + cursor: pointer; +} +tr.turn:hover { + background: lighten($green, 30%); +} +.routing_engines, #route_from, #route_to { margin-left: 25px; } +.routing_marker { width: 15px; position: absolute; } /* Rules for entity history */