From 1e1cb695a2a413f310c4538c0d3b951f4d4fe72f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 22 Jan 2020 18:18:48 +0100 Subject: [PATCH] better visibility for sticky note close button --- therapies/therapy.css | 1 + 1 file changed, 1 insertion(+) diff --git a/therapies/therapy.css b/therapies/therapy.css index 68aa334..15412b9 100644 --- a/therapies/therapy.css +++ b/therapies/therapy.css @@ -200,6 +200,7 @@ input.stickynote:checked + .stickynote > label { input.stickynote:checked + .stickynote > label:before { position: absolute; font-size: initial; + line-height: 1em; content: "x"; top: .5ex; right: .5ex; padding: .125ex .75ex; -- 2.39.2