osm2lanes
osm2lanes copied to clipboard
Website tags editable
Improve the website UI to hint that the tags in text form are editable.
Idea 1) Give the textarea an ID and put #taid { cursor: unset; }
into the stylesheet
Idea 2) Place a visual hint #taid { background: url(pencil.png) no-repeat right top; }
into the stylesheet
Idea 1) Give the textarea an ID and put
#taid { cursor: unset; }
into the stylesheet
Yes, the current pointer is misleading.
Less styling in general, will help it look and behave more like a native text box that looks editable.