]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove specific border-radius for .primary button as it should be specific to log...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Oct 2013 14:37:20 +0000 (17:37 +0300)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 4 Oct 2013 14:37:20 +0000 (17:37 +0300)
core/css/styles.css

index e0ac951a054a660db1c9f8963f43961886459dba..28ae23f97c9ba6279c2258cb30118707e1be510d 100644 (file)
@@ -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 {