aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-25 22:44:42 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-25 22:44:42 -0500
commita2974e187f6a279def7bd44c475a40aee0ac8286 (patch)
tree7205e0a56e8c4ef2f644d6e116913d2333439ad9
parent328ea5738bffd24a62d5c3b2ba90a074a66118cf (diff)
less contrast on background lock
-rw-r--r--src/client/views/nodes/DocumentView.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index dd1c5abba..56e3eb220 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -48,7 +48,7 @@
position: absolute;
right: -5;
top: -5;
- background: black;
+ background: transparent;
pointer-events: all;
opacity: 0.3;
display: flex;