]> git.plutz.net Git - serve0/commitdiff
animate when hovering over record, not just image
authorPaul Hänsch <paul@plutz.net>
Wed, 24 Mar 2021 17:41:12 +0000 (18:41 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 24 Mar 2021 17:41:12 +0000 (18:41 +0100)
style.css

index 930c987e68e9bb81f9568ceb9bdcf4dd93f84635..7eda95c5701b7c81969e216a6352f720e3d21220 100644 (file)
--- 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;