summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-11-23 19:16:59 +0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-11-23 19:16:59 +0700
commit7edeac887bf1a1d8830582b8df9c6300aaa32ef6 (patch)
tree8dcce4d0d03431a45fe5394b9b31d41829c4d6bb /apps/theming
parent4f2837017c95f063d99a05b6cd6a5e73ac388d75 (diff)
downloadnextcloud-server-7edeac887bf1a1d8830582b8df9c6300aaa32ef6.tar.gz
nextcloud-server-7edeac887bf1a1d8830582b8df9c6300aaa32ef6.zip
Update style of log in page and header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/css/theming.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index f21f00f438a..e8987a85677 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -142,12 +142,14 @@ $invert: luma($color-primary) > 0.6;
#theming-preview {
background-image: $image-login-background;
background-color: $color-primary;
+ background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
} @else {
- #theming-preview {
- background-image: $image-login-background;
- background-color: $color-primary;
- }
+ #theming-preview {
+ background-image: $image-login-background;
+ background-color: $color-primary;
+ background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
+ }
}
@if variable_exists('theming-logoheader-mime') and $theming-logoheader-mime != '' {
@@ -207,6 +209,7 @@ input.primary,
#body-login, #firstrunwizard .firstrunwizard-header, #theming-preview {
background-image: none !important;
background-color: $color-primary;
+ background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
#body-login {
@@ -218,6 +221,7 @@ input.primary,
} @else {
#body-login {
background-color: $color-primary;
+ background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
}