You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
399 B
16 lines
399 B
|
|
.tracking-activated,
|
|
.tracking-activated:hover{
|
|
background: #0074D9 url(img/GPS_on.png);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.tracking-deactivated,
|
|
.tracking-deactivated:hover{
|
|
background-image: url(img/GPS_off.png);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|