diff options
Diffstat (limited to 'maps-frontend/src/css/Route.css')
| -rw-r--r-- | maps-frontend/src/css/Route.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps-frontend/src/css/Route.css b/maps-frontend/src/css/Route.css index eaa69c4..efc4868 100644 --- a/maps-frontend/src/css/Route.css +++ b/maps-frontend/src/css/Route.css @@ -4,7 +4,7 @@ color: white; border-radius: 10px; background-color: #121212; - cursor: default; + /*cursor: default;*/ /* Transparent background */ background: rgba(0, 0, 0, 0); } @@ -51,6 +51,6 @@ border: 1px solid #999999; background-color: #cccccc; color: #666666; - cursor: default; + /*cursor: default;*/ box-shadow: none; }
\ No newline at end of file |
