From 589d3f6ae914616ae484b66748ca0e43c0a07f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Sat, 7 Feb 2015 20:57:15 +0100 Subject: [PATCH] Pointer event fix so the links receive hovers and clicks again --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 84962d5..0e0b9eb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,6 +32,10 @@ body { list-style: none; } +#filter-picker a { + pointer-events: auto; +} + .year-filter li { display: inline-block; } @@ -73,7 +77,7 @@ body { text-decoration: none; color: #333; padding: 6px; - text-shadow: 0 0 20px rgba(255,255,255,.8); + text-shadow: 0 0 20px 20px rgba(255,255,255,.8); position: relative; }