]> source.dussan.org Git - nextcloud-server.git/commitdiff
make textarea inherit ownCloud font instead of using monospace
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Apr 2013 14:30:42 +0000 (16:30 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Apr 2013 14:30:42 +0000 (16:30 +0200)
core/css/styles.css

index 4e7fa61f62794c2b74b03dc00be48017866814b9..731ba3800dcb5f18b8e9f274548fe867da0c9201 100644 (file)
@@ -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;