]> git.mxchange.org Git - friendica.git/commitdiff
frio mobile aside: add overlay transition
authorfabrixxm <fabrix.xm@gmail.com>
Wed, 26 Apr 2017 08:16:39 +0000 (10:16 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Wed, 26 Apr 2017 08:16:39 +0000 (10:16 +0200)
view/theme/frio/css/style.css

index e65b81ac19c5198ec2b9c6f55ea115649a5bf7e8..678bb91b168c2ee1b5b30935e8b2b6b53e0cbfb8 100644 (file)
@@ -120,6 +120,11 @@ code {
         display: block;
         top: 0; left: 300px; right: 0; bottom: 0;
         background-color: rgba(0,0,0,0.4);
+        opacity: 0;
+        transition: opacity 0.5s;
+    }
+    aside.canvas-slid::before {
+        opacity: 1;
     }
     aside + div {
         display:none!important;