summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-17 16:30:42 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-17 16:30:42 +0200
commit9f58166339d2f5aec4b3d2af01e33d52c1bccbea (patch)
tree6e739753a485592813b9d755d0fed9b70eee83c8 /core/css
parentca323e56c24ce08225a774dd37661af9c91375d9 (diff)
downloadnextcloud-server-9f58166339d2f5aec4b3d2af01e33d52c1bccbea.tar.gz
nextcloud-server-9f58166339d2f5aec4b3d2af01e33d52c1bccbea.zip
make textarea inherit ownCloud font instead of using monospace
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 4e7fa61f627..731ba3800dc 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -50,6 +50,7 @@ button, .button,
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;