aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style/marker.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style/marker.css b/static/style/marker.css
index 9cc364c..be62bac 100644
--- a/static/style/marker.css
+++ b/static/style/marker.css
@@ -9,6 +9,7 @@
border-style: solid;
border-radius: 50%; /* Circle */
width: 4em;
+ transition-duration: 0.2s;
}
.marker:hover {
@@ -17,7 +18,6 @@
.marker-img-hoverable:hover {
transform: scale(1.75);
- transition-duration: 0.2s;
border-color:aqua;
}