From 7deb6aac6d5af730f564a9f238c8feaf77f0e167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Aug 2020 20:35:12 +0200 Subject: Fix color in popups. --- static/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 28901c8d..1a7b2f14 100644 --- a/static/style.css +++ b/static/style.css @@ -300,7 +300,7 @@ along with their colors. list-style-type: none; border-left-width: 1em; border-left-style: solid; - border-color: var(--color); + border-color: var(--color); padding-left: 1ex; /* force to single line */ @@ -508,8 +508,8 @@ along with their colors. transition: 0.3s; font-size: var(--event-font-size); overflow: visible; - background-color: var(--color); - color: var(--complement); + background-color: var(--color); + color: var(--complement); } .popup input { @@ -611,7 +611,7 @@ along with their colors. } .eventlist .eventtext { - border-color: var(--color); + border-color: var(--color); } .eventlist .eventtext.tentative { @@ -741,6 +741,7 @@ along with their colors. user-select: none; cursor: grab; + background-color: var(--color); } .popup-control .btn { -- cgit v1.2.3