aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/nodes/DocumentView.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index c8efadba4..43093ff2e 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -50,10 +50,13 @@
top: -5;
background: black;
pointer-events: all;
- opacity: 0.05;
+ opacity: 0.3;
display: flex;
+ color: gold;
border-radius: 3px;
justify-content: center;
+ cursor: default;
+ }
}
.documentView-lock:hover {
opacity:1;