From 0afc732059f62db60e474348b2de10d114830a3b Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 26 Apr 2017 10:16:39 +0200 Subject: [PATCH] frio mobile aside: add overlay transition --- view/theme/frio/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e65b81ac1..678bb91b1 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;