Skip to content
Snippets Groups Projects
Commit 0c53269b authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

remove specific border-radius for .primary button as it should be specific to log in instead

parent da0db7bc
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,6 @@ a.disabled, a.disabled:hover, a.disabled:focus {
/* Primary action button, use sparingly */
.primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
border: 1px solid #1d2d44;
border-radius: 5px;
background: #35537a;
color: #ddd;
}
......@@ -296,6 +295,9 @@ input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; }
border: 1px solid #323233;
border-radius: 5px;
}
#body-login input[type='submit'] {
border-radius: 5px;
}
/* Nicely grouping input field sets */
#body-login .grouptop input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment