diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue
index ec6cc5931..7c299d471 100644
--- a/webapp/pages/map.vue
+++ b/webapp/pages/map.vue
@@ -22,17 +22,19 @@
@load="onMapLoad"
>
-
{{ style.title }}
-
+
@@ -462,7 +464,13 @@ export default {
height: 70vh;
}
.map-style-button {
- margin-left: 5px;
- margin-top: 5px;
+ position: relative;
+ margin-left: 6px;
+ margin-top: 6px;
+
+ &.--deactivated {
+ color: $text-color-base;
+ background-color: $background-color-softer;
+ }
}