From 1b171dfd0900efe3fbdcac7746df46f55903e18c Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 1 May 2025 18:46:22 -0500 Subject: [PATCH] Fix for disabled Action Buttons --- bookface_dark.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 71cd47f..501ac81 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,8 +1,8 @@ /* Name : Bookface Dark - Version : 1.6.7 + Version : 1.6.8 Licence : AGPL - Created on : 28 APR 2025 + Created on : 01 MAY 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -795,6 +795,10 @@ aside .widget, .more-links .dropdown-toggle::after { content: var(--more-button-text); } + .wall-item-actions-row button[disabled, + .wall-item-actions-right button[disabled] { + opacity: .5; + } /* engagement counts */ .wall-item-actions-row > button span, .wall-item-response span {