mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Styled "Close" button on modals,
"Open Compose Page" larger and round.
This commit is contained in:
parent
3652f28bed
commit
f27eb82a2a
1 changed files with 22 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Name : Bookface Light
|
||||
Version : 1.1
|
||||
Version : 1.2
|
||||
Licence : AGPL
|
||||
Created on : 19.01.2025
|
||||
Author : Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
|
@ -460,6 +460,27 @@
|
|||
}
|
||||
/* END OF ACTION BUTTON LABELS */
|
||||
/* Compose and Reply */
|
||||
#jot-modal .modal-header .compose-link {
|
||||
border-radius: 100% !important;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
font-size: 27px !important;
|
||||
padding: 0 6px !important;
|
||||
}
|
||||
.close {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
background-color: #0066FF !important;
|
||||
opacity: 1 !important;
|
||||
color: #fff !important;
|
||||
border-radius: 100%;
|
||||
margin-top: 5px;
|
||||
margin-top: 2px !important;
|
||||
}
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
box-shadow: inset rgba(0,0,0,.2) !important;
|
||||
}
|
||||
#jot-modal-content,
|
||||
.wall-item-comment-wrapper {
|
||||
background-color: #fff !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue