]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/static/css/_specifics.scss
adjust tile hover effect
[panikweb.git] / panikweb_templates / static / css / _specifics.scss
index d484820def70adca355f7a62c1091efc9e844033..f96610fd94a4c6c30a45a9a7c8a8068fb1ecce55 100644 (file)
@@ -1998,7 +1998,18 @@ div.programCell a.playlist {
 }
 
 a:hover div.emission-tile img {
-       display: none;
+       opacity: 0;
+}
+
+
+a:hover div div.name span {
+       background: $secondary !important;
+}
+
+
+img {
+       box-sizing: border-box;
+       transition: all ease 0.5s;
 }
 
 div.emission-tile {
@@ -2035,6 +2046,7 @@ div.emission-tile {
                text-align: center;
                width: 100%;
                span {
+                       transition: all ease 0.5s;
                        background: $primary;
                        color: white;
                        padding: 5px 20px;