From dd1a5b9ac3171f6cf7098c8dfe495f47fca3b174 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 22 Jul 2016 15:38:37 +0200 Subject: Fix search box overlapping on mobile (#450) * fix searchbox overlapping on mobile * also adjust log in background color in theme * Fix unit tests --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/styles.css b/core/css/styles.css index c1bd76acbcf..a8e632c5944 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -118,7 +118,7 @@ a.two-factor-cancel { width: 155px; max-width: 50%; cursor: text; - background-color: transparent; + background-color: #0082c9; border: 1px solid rgba(255, 255, 255, .5); } -- cgit v1.2.3