0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-03 03:09:02 +02:00

SYWEB-32: made all input/textearea inherit the font of their parent

This commit is contained in:
Emmanuel ROHEE 2014-09-19 18:00:05 +02:00
parent 29686f63ac
commit 68e534777c

View file

@ -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 */