# HG changeset patch
# User Anton Shestakov <av6@dwimlabs.net>
# Date 1459697898 -28800
# Node ID 10b327d1db52ec8bed8ad42a0034896b60cf2123
# Parent  8fcb4b1f8611322a0aecc09a2ccdee37ce738343
css: simplify/relax .autofade in .video-block

diff -r 8fcb4b1f8611 -r 10b327d1db52 css/tram-im.css
--- a/css/tram-im.css	Sun Apr 03 22:03:54 2016 +0800
+++ b/css/tram-im.css	Sun Apr 03 23:38:18 2016 +0800
@@ -170,11 +170,11 @@
     width: 100%;
     z-index: 2;
 }
-.video-block .buttons > button.autofade {
+.video-block .autofade {
     transition: opacity 0.1s ease-in-out;
     opacity: 0;
 }
-.video-block:hover .buttons > button.autofade {
+.video-block:hover .autofade {
     opacity: 1;
 }
 @keyframes pulsation {