From 2c346e36eae95bb66ea8d37be68afbd09bddbbf5 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 9 Nov 2025 18:51:21 +0100 Subject: Open image - transition always --- static/style/marker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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; } -- cgit v1.3.1