From 68e534777c23bc5bf58b5e9938b24bc3a99d8fc8 Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Fri, 19 Sep 2014 18:00:05 +0200 Subject: [PATCH] SYWEB-32: made all input/textearea inherit the font of their parent --- webclient/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webclient/app.css b/webclient/app.css index 19b7c4a7f6..8122ac53be 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -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 */