]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #7882 from hoergen/Plusminus
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 1 Dec 2019 04:18:26 +0000 (23:18 -0500)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2019 04:18:26 +0000 (23:18 -0500)
Made Connectors on new composer popup more visible

view/theme/frio/scheme/plusminus.css

index a9878efccaaf735d6929c2e74ca49856818962c4..6e76fc85d719f0fdfea8788b9da019c8d6283e7b 100644 (file)
@@ -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;
+}