mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
styled content filter buttons
added missing mobile compose button styling
This commit is contained in:
parent
a6c1637586
commit
59c46b16d9
1 changed files with 8 additions and 0 deletions
|
@ -1447,6 +1447,12 @@ a.tag.label,
|
|||
border-color: goldenrod !important;
|
||||
color: white !important;
|
||||
}
|
||||
/* Content Filter Buttons */
|
||||
button.content-filter-button {
|
||||
color: var(--link-color);
|
||||
background-color: transparent;
|
||||
border: 1px solid var(--link-color);
|
||||
}
|
||||
/* Greater than Full-HD Width
|
||||
===========================
|
||||
*/
|
||||
|
@ -1831,6 +1837,8 @@ a.tag.label,
|
|||
height: 50px;
|
||||
width: 50px !important;
|
||||
line-height: 50px;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#mention-link span:last-of-type {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue