changed result-link to route-link
This commit is contained in:
parent
9f5f6019bf
commit
d33a75812d
@ -15,8 +15,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
or see http://www.gnu.org/licenses/agpl.txt.
|
||||
*/
|
||||
|
||||
// OSRM routing
|
||||
// [handles GUI events]
|
||||
// OSRM RoutingGUI
|
||||
// [handles all GUI events that interact with routing]
|
||||
|
||||
|
||||
OSRM.RoutingGUI = {
|
||||
|
@ -257,13 +257,13 @@ html, body {
|
||||
{
|
||||
font-weight:normal;
|
||||
}
|
||||
.result-link
|
||||
.route-link
|
||||
{
|
||||
color:#0000ff;
|
||||
text-decoration:none;
|
||||
cursor:pointer;
|
||||
}
|
||||
.result-link:hover
|
||||
.route-link:hover
|
||||
{
|
||||
color:#ff0000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user