mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 09:23:50 +01:00
SYWEB-32: made all input/textearea inherit the font of their parent
This commit is contained in:
parent
29686f63ac
commit
68e534777c
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ a:visited { color: #666; }
|
||||||
a:hover { color: #000; }
|
a:hover { color: #000; }
|
||||||
a:active { color: #000; }
|
a:active { color: #000; }
|
||||||
|
|
||||||
|
textarea, input {
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
margin-bottom: -32px; /* to make room for the footer */
|
margin-bottom: -32px; /* to make room for the footer */
|
||||||
|
|
Loading…
Reference in a new issue