From bbaac7dc805c34d9545fe80656b21585b9d61b39 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 23 Jan 2025 23:49:53 +0000 Subject: [PATCH] "Close" button styled on modals, "Open Compose Page" larger and round. --- bookface_dark.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index 77b40ed..ebb30eb 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,6 +1,6 @@ /* Name : Bookface Dark - Version : 1.1 + Version : 1.2 Licence : AGPL Created on : 19.01.2025 Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml @@ -533,6 +533,27 @@ aside .widget, } /* END OF ACTION BUTTON LABELS */ /* Compose and Reply */ + #jot-modal .modal-header .compose-link { + border-radius: 100% !important; + height: 36px; + width: 36px; + font-size: 27px !important; + padding: 0 6px !important; + } + .close { + height: 36px; + width: 36px; + background-color: #0066FF !important; + opacity: 1 !important; + color: #fff !important; + border-radius: 100%; + margin-top: 5px; + margin-top: 2px !important; + } + .close:hover, + .close:focus { + box-shadow: inset rgba(255,255,255,.2) !important; + } #jot-modal-content, .wall-item-comment-wrapper { background-color: rgb(37,39,40) !important;