From 21fabac47a24f4a61cec8a106b6f0196912c56ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 19 Apr 2017 23:37:14 +0200 Subject: [PATCH] Adding some highlight to events in day view. --- src/static_src/css/bornhack.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index fcacf649..696c74db 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -172,6 +172,11 @@ footer { cursor: pointer; } +.event-td a { + display: block; +} + + @media (max-width: 520px) { .event { width: 50%; @@ -179,10 +184,14 @@ footer { } } -.event:hover { +.event:hover, .event-td:hover { background-color: black !important; color: white !important; - text-decoration: none; + text-decoration: none !important; +} + +.event-td a:hover { + text-decoration: none !important; } .fa-select {