From 203cca427a0b02d3eb7e17eefea96e6b0cf6672b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Mon, 16 Jan 2017 22:53:47 +0100 Subject: [PATCH] navigation arrows (#webslides:hover) --- static/css/base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index c90a4ff..1676391 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1518,7 +1518,10 @@ z-index: 3; animation: fadeIn 6s; opacity:0; } -#navigation:hover { +/*#navigation:hover { +opacity: 1; +}*/ +#webslides:hover #navigation { opacity: 1; } #counter {