diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-19 18:00:05 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-19 18:00:16 +0200 |
commit | 68e534777c23bc5bf58b5e9938b24bc3a99d8fc8 (patch) | |
tree | c5e14f95ba8f2700d54af1c9ba3e6d041ba6980a /webclient | |
parent | Fix the "is webrtc supported" titles on buttons and make the video / voice ca... (diff) | |
download | synapse-68e534777c23bc5bf58b5e9938b24bc3a99d8fc8.tar.xz |
SYWEB-32: made all input/textearea inherit the font of their parent
Diffstat (limited to 'webclient')
-rwxr-xr-x | webclient/app.css | 5 |
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 */ |