From 770642fce23d405dd73c4f9950c01892d3502194 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Fri, 24 Jan 2025 23:38:54 +0000 Subject: [PATCH] Open Compose Page button styling made to match other roundy buttons --- bookface_light.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bookface_light.css b/bookface_light.css index 7483764..1b3844c 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -470,7 +470,12 @@ width: 36px; font-size: 27px !important; padding: 0 6px !important; - } + background-color: rgba(0,0,0,.1); + } + #jot-modal .modal-header .compose-link:hover, + #jot-modal .modal-header .compose-link:focus { + background-color: rgba(0,0,0,.2); + } .close { height: 36px; width: 36px;