mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fixes for panel-body and help-block
This commit is contained in:
parent
43b9fb01ca
commit
756aa1dde9
1 changed files with 8 additions and 0 deletions
|
@ -964,6 +964,14 @@ aside .widget,
|
||||||
#upload-photo:focus {
|
#upload-photo:focus {
|
||||||
background-color: darkblue !important;
|
background-color: darkblue !important;
|
||||||
}
|
}
|
||||||
|
.panel-body {
|
||||||
|
background-color: var(--nav-bg);
|
||||||
|
border-radius: 10px;
|
||||||
|
border-top: none !important;
|
||||||
|
}
|
||||||
|
.help-block {
|
||||||
|
color: var(--font-color-darker);
|
||||||
|
}
|
||||||
/* HIDE ATTACHMENT BUTTON */
|
/* HIDE ATTACHMENT BUTTON */
|
||||||
.fbswitcher [data-mode="attachment"] {
|
.fbswitcher [data-mode="attachment"] {
|
||||||
display: var(--attach-file-button) !important;
|
display: var(--attach-file-button) !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue