From 969bcb3ced7ab7b9fcca136b2f736681bfc5181b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Apr 2013 16:30:42 +0200 Subject: [PATCH] make textarea inherit ownCloud font instead of using monospace --- core/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.css b/core/css/styles.css index ff46b694916..563bd7d6ea4 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -48,6 +48,7 @@ textarea, select, button, .button, #quota, div.jp-progress, .pager li a { input[type="hidden"] { height:0; width:0; } input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea { background:#f8f8f8; color:#555; cursor:text; + font-family: inherit; /* use default ownCloud font instead of default textarea monospace */ } input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"] { -webkit-appearance:textfield; -moz-appearance:textfield; -- 2.39.5