Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-03-12 20:33:24 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-03-12 20:33:24 +0300
commitddf95162f603ebe1e8f2a90b764d2840de695c60 (patch)
treef2bdeb1075d4fe392e7fb40a9ee29a7a9f807dfe /css
parent9eac88cf8e6660c25ae567b5dfedb2807fcf30e9 (diff)
Darken background, adjust to new modal component
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.scss b/css/style.scss
index 353d823..f6c9aad 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -196,9 +196,9 @@
height: 100%;
background-color: black;
z-index: 3001;
- -moz-opacity: 0.7;
- opacity:.70;
- filter: alpha(opacity=70);
+ -moz-opacity: .85;
+ opacity: .85;
+ filter: alpha(opacity=85);
}
small.unsaved-star {