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.
|
or see http://www.gnu.org/licenses/agpl.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// OSRM routing
|
// OSRM RoutingGUI
|
||||||
// [handles GUI events]
|
// [handles all GUI events that interact with routing]
|
||||||
|
|
||||||
|
|
||||||
OSRM.RoutingGUI = {
|
OSRM.RoutingGUI = {
|
||||||
|
@ -257,13 +257,13 @@ html, body {
|
|||||||
{
|
{
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
.result-link
|
.route-link
|
||||||
{
|
{
|
||||||
color:#0000ff;
|
color:#0000ff;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.result-link:hover
|
.route-link:hover
|
||||||
{
|
{
|
||||||
color:#ff0000;
|
color:#ff0000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user