From: Paul Hänsch Date: Wed, 24 Mar 2021 17:41:12 +0000 (+0100) Subject: animate when hovering over record, not just image X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=29b9eb0460f9f5e78d17aa5f49a00ad7da3d5ed6 animate when hovering over record, not just image --- diff --git a/style.css b/style.css index 930c987..7eda95c 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ body { transform: translate(-05%, 0); margin-left: 50%; } -.itemlist .list img:hover { +.itemlist .list:hover img { animation-name: thumbscroll; animation-duration: 10s; animation-iteration-count: infinite;