Fix for Issue #24
This commit is contained in:
parent
6344c57063
commit
04c5f25f90
1 changed files with 55 additions and 19 deletions
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
Name : Bookface Auto Color Mode
|
||||
Version : 1.6
|
||||
Version : 1.6.1
|
||||
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
|
||||
*/
|
||||
|
||||
|
@ -1545,6 +1545,21 @@ div#back-to-top {
|
|||
.mail-list-outside-wrapper .contact-photo-wrapper img {
|
||||
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 {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -2568,7 +2583,7 @@ body.mod-settings #delegation .contact-block-img {
|
|||
.coverphoto.canvas-slid {
|
||||
top: 55px;
|
||||
}
|
||||
#message-new {
|
||||
#message-new a {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
background-color: var(--link-color);
|
||||
|
@ -2576,14 +2591,17 @@ body.mod-settings #delegation .contact-block-img {
|
|||
font-size: 24px;
|
||||
text-align: center;
|
||||
border-radius: 100%;
|
||||
display: block;
|
||||
color: white;
|
||||
padding: 0;
|
||||
}
|
||||
#message-new a {
|
||||
color: white !important;
|
||||
opacity: 1;
|
||||
#message-new a::after {
|
||||
content: '';
|
||||
}
|
||||
#message-new:hover,
|
||||
#message-new:focus {
|
||||
box-shadow: 0 0 100px rgba(0,0,0,.2);
|
||||
#message-new:hover a,
|
||||
#message-new:focus a {
|
||||
box-shadow: inset 0 0 100px rgba(0,0,0,.2);
|
||||
border-radius: 100%;
|
||||
}
|
||||
.justified-gallery > a,
|
||||
.justified-gallery > div,
|
||||
|
@ -4527,6 +4545,21 @@ div#back-to-top {
|
|||
.mail-list-outside-wrapper .contact-photo-wrapper img {
|
||||
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 {
|
||||
background-color: #000;
|
||||
}
|
||||
|
@ -5529,7 +5562,7 @@ a.tag.label,
|
|||
.coverphoto.canvas-slid {
|
||||
top: 55px;
|
||||
}
|
||||
#message-new {
|
||||
#message-new a {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
background-color: var(--link-color);
|
||||
|
@ -5537,14 +5570,17 @@ a.tag.label,
|
|||
font-size: 24px;
|
||||
text-align: center;
|
||||
border-radius: 100%;
|
||||
display: block;
|
||||
color: white;
|
||||
padding: 0;
|
||||
}
|
||||
#message-new a {
|
||||
color: white !important;
|
||||
opacity: 1;
|
||||
#message-new a::after {
|
||||
content: '';
|
||||
}
|
||||
#message-new:hover,
|
||||
#message-new:focus {
|
||||
box-shadow: 0 0 100px rgba(0,0,0,.2);
|
||||
#message-new:hover a,
|
||||
#message-new:focus a {
|
||||
box-shadow: inset 0 0 100px rgba(255,255,255,.2);
|
||||
border-radius: 100%;
|
||||
}
|
||||
.justified-gallery > a,
|
||||
.justified-gallery > div,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue