From 62f4f0ecd5717dbe2cbcd7a1b22bb5cbd78061e9 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 1 May 2025 18:45:46 -0500 Subject: [PATCH] Fix for disabled Action Buttons --- bookface_auto.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 0f1de66..dddc348 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1,8 +1,8 @@ /* Name : Bookface Auto Color Mode - 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 @@ .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 { @@ -3753,6 +3757,10 @@ p.wall-item-announce, .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 {