From d87a5fa77601ea484b52998ea554a3f8e3c3f2a8 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 1 May 2025 18:47:02 -0500 Subject: [PATCH] Fix for disabled Action Buttons --- bookface_light.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bookface_light.css b/bookface_light.css index c8248a0..464efbd 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1,8 +1,8 @@ /* Name : Bookface Light - 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 @@ ul.nav-tabs { .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 {