From 3e7b79285b851063640bd023556a1bd62cdefab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 26 Apr 2020 16:36:50 +0200 Subject: Styled weekly,monthly button better. --- static/style.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 880f83d6..7b17d1ca 100644 --- a/static/style.css +++ b/static/style.css @@ -100,11 +100,19 @@ html, body { .change-view a { padding: 0.5em; - border: 1px solid black; - border-radius: 0.5em; - background-color: #ECECEC; + background-color: #3399ff; text-decoration: none; - color: black; + color: white; + + box-shadow: 1ex 1ex gray; + + margin-top: 1ex; + margin-bottom: 1ex; +} + +.change-view a:active { + transform: translate(1ex, 1ex); + box-shadow: none; } /* Eventlist -- cgit v1.2.3