aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-25 22:37:45 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-25 22:37:45 -0500
commit96ac6c97408cc380b63f7d4aa2a4c7181ac9ed9a (patch)
treea81985b3c81a3fe378370174f6998369d534f187
parente25be4e4124c1da9d7f7c8b3f9ffd48e36efeabc (diff)
from last
-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;