make textarea inherit ownCloud font instead of using monospace

This commit is contained in:
Jan-Christoph Borchardt 2013-04-17 16:30:42 +02:00
parent ca323e56c2
commit 9f58166339
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ button, .button,
input[type="hidden"] { height:0; width:0; } input[type="hidden"] { height:0; width:0; }
input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea { input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea {
background:#f8f8f8; color:#555; cursor:text; 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"] { input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"] {
-webkit-appearance:textfield; -moz-appearance:textfield; -webkit-appearance:textfield; -moz-appearance:textfield;