Merge pull request #7449 from owncloud/remove-input-border

remove border from log in input fields, simpler and works better with themes
This commit is contained in:
Morris Jobke 2014-02-27 13:24:44 +01:00
commit 6fe1cf7ae4
1 changed files with 3 additions and 5 deletions

View File

@ -405,11 +405,9 @@ input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; }
/* General new input field look */ /* General new input field look */
#body-login input[type="text"], #body-login input[type="text"],
#body-login input[type="password"], #body-login input[type="password"],
#body-login input[type="email"] { #body-login input[type="email"],
border: 1px solid #323233; #body-login input[type="submit"] {
border-radius: 5px; border: none;
}
#body-login input[type='submit'] {
border-radius: 5px; border-radius: 5px;
} }