From 04dcab7a429d9b034d41b5aca8bd715c4826de32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 28 Sep 2020 03:10:54 +0200 Subject: Groundwork for adding new fields from frontend. --- static/style.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index c2848940..d69e8bcf 100644 --- a/static/style.scss +++ b/static/style.scss @@ -884,6 +884,18 @@ along with their colors. } +.plusminuschecked label { + color: black; +} + +.plusminuscheck:checked ~ label .plus { + color: green; +} + +.plusminuscheck:not(:checked) ~ label .minus { + color: red; +} + .inline-edit { input { /* important since regular spec is much stronger...*/ -- cgit v1.2.3