From: Paul Hänsch Date: Wed, 22 Jan 2020 17:18:48 +0000 (+0100) Subject: better visibility for sticky note close button X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=1e1cb695a2a413f310c4538c0d3b951f4d4fe72f;p=lobster better visibility for sticky note close button --- 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;