mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Fixes for panel-body & help-block
This commit is contained in:
parent
756aa1dde9
commit
77c99ad647
1 changed files with 8 additions and 0 deletions
|
@ -964,6 +964,14 @@
|
||||||
#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