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>2018-10-12 21:43:27 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-18 14:44:10 +0300
commitb62a48b2cd43a5950e842aa6cbb4c2f1c7f1b05b (patch)
tree27a3e1c9afa2bf6be0a4af70677e2eaa2186bdc4 /core/css/css-variables.scss
parentd979da3755bc271b6d60c952fd67bd7125a38e92 (diff)
Add back slightly translucent background for controls bar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r--core/css/css-variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss
index 058e018b415..825345aae2d 100644
--- a/core/css/css-variables.scss
+++ b/core/css/css-variables.scss
@@ -5,6 +5,7 @@
:root {
--color-main-text: $color-main-text;
--color-main-background: $color-main-background;
+ --color-main-background-translucent: $color-main-background-translucent;
--color-background-dark: $color-background-dark;
--color-background-darker: $color-background-darker;