Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-25 16:47:08 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-04-25 21:18:49 +0300
commit61af3f41f028103be677e0363cebf13bd6b582ea (patch)
tree679327d700c136ee8f67aa31f17ef00832e16b53 /core/css
parentaae079aa292f70ec7025286260e8b9248daf94bc (diff)
Fix auth flow background color and redirect view layout
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/login/authpicker.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/css/login/authpicker.css b/core/css/login/authpicker.css
index d0f32173d25..85016ee6a0e 100644
--- a/core/css/login/authpicker.css
+++ b/core/css/login/authpicker.css
@@ -1,5 +1,9 @@
.picker-window {
- background: rgba(255,255,255,0.3);
+ display: block;
+ padding: 10px;
+ margin-bottom: 20px;
+ background-color: rgba(0,0,0,.3);
+ color: #fff;
border-radius: 3px;
- margin-bottom:20px;
-} \ No newline at end of file
+ cursor: default;
+}