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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-11-23 15:16:59 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-11-23 15:16:59 +0300
commit7edeac887bf1a1d8830582b8df9c6300aaa32ef6 (patch)
tree8dcce4d0d03431a45fe5394b9b31d41829c4d6bb /core/css/header.scss
parent4f2837017c95f063d99a05b6cd6a5e73ac388d75 (diff)
Update style of log in page and header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 2b63dc978ac..5c09bdee82f 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -50,6 +50,7 @@
z-index: 2000;
height: $header-height;
background-color: var(--color-primary);
+ background-image: linear-gradient(40deg, var(--color-primary) 0%, rgba(28,175,255,1) 100%);
box-sizing: border-box;
justify-content: space-between;
}
@@ -444,7 +445,6 @@ nav[role='navigation'] {
text-overflow: initial;
width: auto;
overflow: hidden;
- background-color: var(--color-primary);
padding: 0 5px;
z-index: 2;
}