mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix for Issue #25
This commit is contained in:
parent
4e7d5e8be7
commit
8c69446e11
1 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.6.6
|
Version : 1.6.7
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 28 APR 2025
|
Created on : 28 APR 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
|
||||||
|
@ -1125,6 +1125,9 @@
|
||||||
color: var(--nav-icon-color) !important;
|
color: var(--nav-icon-color) !important;
|
||||||
}
|
}
|
||||||
.wall-item-actions button:hover {
|
.wall-item-actions button:hover {
|
||||||
|
filter: brightness(.75);
|
||||||
|
}
|
||||||
|
.wall-item-actions button.active {
|
||||||
color: var(--link-color) !important;
|
color: var(--link-color) !important;
|
||||||
}
|
}
|
||||||
.wall-item-actions .checkbox {
|
.wall-item-actions .checkbox {
|
||||||
|
@ -4103,6 +4106,9 @@ aside .widget li:hover {
|
||||||
color: var(--nav-icon-color) !important;
|
color: var(--nav-icon-color) !important;
|
||||||
}
|
}
|
||||||
.wall-item-actions button:hover {
|
.wall-item-actions button:hover {
|
||||||
|
filter: brightness(1.25);
|
||||||
|
}
|
||||||
|
.wall-item-actions button.active {
|
||||||
color: var(--link-color) !important;
|
color: var(--link-color) !important;
|
||||||
}
|
}
|
||||||
.wall-item-actions .checkbox {
|
.wall-item-actions .checkbox {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue