mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix for disabled Action Buttons
This commit is contained in:
parent
62f4f0ecd5
commit
1b171dfd09
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.6.7
|
Version : 1.6.8
|
||||||
Licence : AGPL
|
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
|
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 {
|
.more-links .dropdown-toggle::after {
|
||||||
content: var(--more-button-text);
|
content: var(--more-button-text);
|
||||||
}
|
}
|
||||||
|
.wall-item-actions-row button[disabled,
|
||||||
|
.wall-item-actions-right button[disabled] {
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
/* engagement counts */
|
/* engagement counts */
|
||||||
.wall-item-actions-row > button span,
|
.wall-item-actions-row > button span,
|
||||||
.wall-item-response span {
|
.wall-item-response span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue