mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03: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:active { color: #000; }
|
||||
|
||||
textarea, input {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.page {
|
||||
min-height: 100%;
|
||||
margin-bottom: -32px; /* to make room for the footer */
|
||||
|
|
Loading…
Reference in a new issue