summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-19 18:00:05 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-19 18:00:16 +0200
commit68e534777c23bc5bf58b5e9938b24bc3a99d8fc8 (patch)
treec5e14f95ba8f2700d54af1c9ba3e6d041ba6980a
parentFix the "is webrtc supported" titles on buttons and make the video / voice ca... (diff)
downloadsynapse-68e534777c23bc5bf58b5e9938b24bc3a99d8fc8.tar.xz
SYWEB-32: made all input/textearea inherit the font of their parent
-rwxr-xr-xwebclient/app.css5
1 files changed, 5 insertions, 0 deletions
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 */