input field background size to white, fix input fields seeming disabled, fix #5168

This commit is contained in:
Jan-Christoph Borchardt 2013-10-20 21:22:41 +03:00
parent 2747862b13
commit fa66dfff80
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ button, .button,
}
input[type="hidden"] { height:0; width:0; }
input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="url"], textarea {
background:#f8f8f8; color:#555; cursor:text;
background: #fff;
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="url"] {