]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix login/setup page input shadows
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 13 Jan 2016 09:06:21 +0000 (10:06 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 13 Jan 2016 09:06:21 +0000 (10:06 +0100)
fixes #21658

core/css/styles.css

index 76c6dda272821a22bbac93303b7b7f428929a658..e78db6fde0197cc591401e4170f1dd8035edc52f 100644 (file)
@@ -382,12 +382,13 @@ body {
 .groupbottom input {
        margin-top: 0;
        border-top: 0;
-}
-#body-login .groupbottom #password {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
 }
+#body-login .groupbottom input[type=submit] {
+       box-shadow: none !important;
+}
 
 /* keep the labels for screen readers but hide them since we use placeholders */
 label.infield {