From 1e2187ec24e37cf41863776a0eb05845e43b45a0 Mon Sep 17 00:00:00 2001 From: hoergen Date: Sat, 30 Nov 2019 14:49:03 +0100 Subject: [PATCH] Made Connectors on new composer pop more visible --- view/theme/frio/scheme/plusminus.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css index a9878efcca..6e76fc85d7 100644 --- a/view/theme/frio/scheme/plusminus.css +++ b/view/theme/frio/scheme/plusminus.css @@ -128,3 +128,13 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con text-decoration-color: black; text-decoration-style: wavy; } + +/* New compose popup */ +.profile-jot-net { + background: #dff0d8; +} + +.profile-jot-net summary { + color: #3c763d; + font-weight: bold; +}