From ee35cba7f13887d4e5c11751fafaddc708049c99 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 13 Jan 2016 10:06:21 +0100 Subject: [PATCH] fix login/setup page input shadows fixes #21658 --- core/css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 76c6dda272..e78db6fde0 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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 {