Fix for Issue #24

This commit is contained in:
Random Penguin 2025-04-02 13:30:34 -05:00
parent 6344c57063
commit 04c5f25f90

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Auto Color Mode Name : Bookface Auto Color Mode
Version : 1.6 Version : 1.6.1
Licence : AGPL Licence : AGPL
Created on : 25 Mar 2025 Created on : 2 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
*/ */
@ -1545,6 +1545,21 @@ div#back-to-top {
.mail-list-outside-wrapper .contact-photo-wrapper img { .mail-list-outside-wrapper .contact-photo-wrapper img {
border-radius: 100%; border-radius: 100%;
} }
#message-new a::after {
content: var(--new-message-text);
}
#message-new a {
color: var(--link-color);
opacity: 1 !important;
padding: 10px;
border-radius: 8px;
}
#message-new:hover a,
#message-new:focus a {
color: white;
background-color: var(--link-color);
border-radius: 8px;
}
.modal-backdrop { .modal-backdrop {
background-color: #fff; background-color: #fff;
} }
@ -2568,7 +2583,7 @@ body.mod-settings #delegation .contact-block-img {
.coverphoto.canvas-slid { .coverphoto.canvas-slid {
top: 55px; top: 55px;
} }
#message-new { #message-new a {
height: 50px; height: 50px;
width: 50px; width: 50px;
background-color: var(--link-color); background-color: var(--link-color);
@ -2576,14 +2591,17 @@ body.mod-settings #delegation .contact-block-img {
font-size: 24px; font-size: 24px;
text-align: center; text-align: center;
border-radius: 100%; border-radius: 100%;
display: block;
color: white;
padding: 0;
} }
#message-new a { #message-new a::after {
color: white !important; content: '';
opacity: 1;
} }
#message-new:hover, #message-new:hover a,
#message-new:focus { #message-new:focus a {
box-shadow: 0 0 100px rgba(0,0,0,.2); box-shadow: inset 0 0 100px rgba(0,0,0,.2);
border-radius: 100%;
} }
.justified-gallery > a, .justified-gallery > a,
.justified-gallery > div, .justified-gallery > div,
@ -4527,6 +4545,21 @@ div#back-to-top {
.mail-list-outside-wrapper .contact-photo-wrapper img { .mail-list-outside-wrapper .contact-photo-wrapper img {
border-radius: 100%; border-radius: 100%;
} }
#message-new a::after {
content: var(--new-message-text);
}
#message-new a {
color: var(--link-color);
opacity: 1 !important;
padding: 10px;
border-radius: 8px;
}
#message-new:hover a,
#message-new:focus a {
color: white;
background-color: var(--link-color);
border-radius: 8px;
}
.modal-backdrop { .modal-backdrop {
background-color: #000; background-color: #000;
} }
@ -5529,7 +5562,7 @@ a.tag.label,
.coverphoto.canvas-slid { .coverphoto.canvas-slid {
top: 55px; top: 55px;
} }
#message-new { #message-new a {
height: 50px; height: 50px;
width: 50px; width: 50px;
background-color: var(--link-color); background-color: var(--link-color);
@ -5537,14 +5570,17 @@ a.tag.label,
font-size: 24px; font-size: 24px;
text-align: center; text-align: center;
border-radius: 100%; border-radius: 100%;
display: block;
color: white;
padding: 0;
} }
#message-new a { #message-new a::after {
color: white !important; content: '';
opacity: 1;
} }
#message-new:hover, #message-new:hover a,
#message-new:focus { #message-new:focus a {
box-shadow: 0 0 100px rgba(0,0,0,.2); box-shadow: inset 0 0 100px rgba(255,255,255,.2);
border-radius: 100%;
} }
.justified-gallery > a, .justified-gallery > a,
.justified-gallery > div, .justified-gallery > div,