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:
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;
+}