diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-22 15:38:37 +0200 |
---|---|---|
committer | Marius Blüm <marius@lineone.io> | 2016-07-22 15:38:37 +0200 |
commit | dd1a5b9ac3171f6cf7098c8dfe495f47fca3b174 (patch) | |
tree | 83ea32641f26c12f5797d6917ac30cb7b9eadef5 /core/css/styles.css | |
parent | 9dafc516a7b18345d869e7b08eae88ae0510fb39 (diff) | |
download | nextcloud-server-dd1a5b9ac3171f6cf7098c8dfe495f47fca3b174.tar.gz nextcloud-server-dd1a5b9ac3171f6cf7098c8dfe495f47fca3b174.zip |
Fix search box overlapping on mobile (#450)
* fix searchbox overlapping on mobile
* also adjust log in background color in theme
* Fix unit tests
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |