diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 18:21:22 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 18:21:22 -0500 |
| commit | 96ada41d4c3c411be63bd656da65bba7894a4224 (patch) | |
| tree | 953557ec8f62a3ed13eb8246ec75de5ed5fd8deb /src/client/views/nodes/DocumentBox.scss | |
| parent | a68b3a82c7fd430119254cd8721bd4804e280ef3 (diff) | |
fixed up interactions with documentBox contents.
Diffstat (limited to 'src/client/views/nodes/DocumentBox.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentBox.scss | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/client/views/nodes/DocumentBox.scss b/src/client/views/nodes/DocumentBox.scss index c70b324de..b7d06b364 100644 --- a/src/client/views/nodes/DocumentBox.scss +++ b/src/client/views/nodes/DocumentBox.scss @@ -3,7 +3,13 @@ height: 100%; pointer-events: all; background: gray; - border: gray solid 15px; - border-top: #aaaaa3 inset 15px; - border-bottom: #aaaaa3 outset 15px; + border: #00000021 solid 15px; + border-top: #0000005e inset 15px; + border-bottom: #0000005e outset 15px; + .documentBox-lock { + margin: auto; + color: white; + margin-top: -15px; + position: absolute; + } }
\ No newline at end of file |
