aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-11-09 18:51:21 +0100
committeruser@node5.net <user@node5.net>2025-11-09 18:51:21 +0100
commit2c346e36eae95bb66ea8d37be68afbd09bddbbf5 (patch)
treeab7e5c488f615cc1dda54e0fe20be7d467721848
parent2747d2ecb7a485d5f22a54613b47d526ab05aa26 (diff)
Open image - transition always
-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;
}