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:
Diffstat (limited to 'core/css/server.css')
-rw-r--r--core/css/server.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/server.css b/core/css/server.css
index beb10cd1e73..88b6901a775 100644
--- a/core/css/server.css
+++ b/core/css/server.css
@@ -2288,7 +2288,7 @@ label.infield {
z-index: 2000;
height: 50px;
background-color: var(--color-primary);
- background-image: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-element-light) 100%);
+ background-image: var(--gradient-primary-background);
box-sizing: border-box;
justify-content: space-between;
}