diff --git a/static/css/custom.css b/static/css/custom.css index 21e0d12..783c056 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -69,13 +69,10 @@ margin-left: 15px; transition: left 300ms; border-radius: 5px; - opacity: 0.6; + opacity: 0.7; font-weight: 300; } -.library-thumb-img:hover + .library-thumb-grp { - left: -15px; -} -.library-thumb-grp:hover { +.library-thumb-grp-hover { left: -15px; } .library-thumb-btn-up { diff --git a/templates/index.html b/templates/index.html index 4925416..e0b54fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -236,7 +236,7 @@ -