summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-06-16 11:43:57 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-06-16 11:43:57 +0200
commit44910510f6f7947b8456b03f3e0c384e77b24644 (patch)
treee86b0c2c9ce80b8344d595e5ed6bcb5fb77d628c /core
parentd36a1fed3e01bee25e9ed73fcf9a5ec881785ec6 (diff)
downloadnextcloud-server-44910510f6f7947b8456b03f3e0c384e77b24644.tar.gz
nextcloud-server-44910510f6f7947b8456b03f3e0c384e77b24644.zip
fix grouped input fields, make sure they take precedence
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 0d7a5576e0c..32d4deb79e3 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -374,26 +374,26 @@ a.two-factor-cancel {
}
#body-login .grouptop input,
.grouptop input {
- margin-bottom: 0;
- border-bottom: 0;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
+ margin-bottom: 0 !important;
+ border-bottom: 0 !important;
+ border-bottom-left-radius: 0 !important;
+ border-bottom-right-radius: 0 !important;
}
#body-login .groupmiddle input,
.groupmiddle input {
- margin-top: 0;
- margin-bottom: 0;
- border-top: 0;
- border-bottom: 0;
- border-radius: 0;
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+ border-top: 0 !important;
+ border-bottom: 0 !important;
+ border-radius: 0 !important;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
}
#body-login .groupbottom input,
.groupbottom input {
- margin-top: 0;
- border-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
+ margin-top: 0 !important;
+ border-top: 0 !important;
+ border-top-right-radius: 0 !important;
+ border-top-left-radius: 0 !important;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
}
#body-login .groupbottom input[type=submit] {