Fixed Issue #20
This commit is contained in:
parent
737acf3949
commit
4196d06b15
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.5.6
|
Version : 1.5.7
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 27 Feb 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
|
||||||
|
@ -879,6 +879,10 @@
|
||||||
.close:focus {
|
.close:focus {
|
||||||
box-shadow: inset rgba(0,0,0,.2) !important;
|
box-shadow: inset rgba(0,0,0,.2) !important;
|
||||||
}
|
}
|
||||||
|
#profile-photo-upload-close {
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
.modal-content,
|
.modal-content,
|
||||||
#jot-modal-content,
|
#jot-modal-content,
|
||||||
.wall-item-comment-wrapper {
|
.wall-item-comment-wrapper {
|
||||||
|
@ -3539,6 +3543,10 @@ p.wall-item-announce,
|
||||||
.close:focus {
|
.close:focus {
|
||||||
box-shadow: inset rgba(255,255,255,.2) !important;
|
box-shadow: inset rgba(255,255,255,.2) !important;
|
||||||
}
|
}
|
||||||
|
#profile-photo-upload-close {
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
.modal-content,
|
.modal-content,
|
||||||
#jot-modal-content,
|
#jot-modal-content,
|
||||||
.wall-item-comment-wrapper {
|
.wall-item-comment-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue