diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-01 20:56:27 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-01 20:56:27 -0400 |
| commit | 6ae33795b8d23a5dd14593ba8963cf14ec0b2a0e (patch) | |
| tree | 9b70e4ef8d1757f112e54ef4005c2974261e37ce /src/client/views/nodes/DocumentBox.scss | |
| parent | 4859d4e3f5827c3341d43d19a5309d2ec25ab67b (diff) | |
fixed document box to have sizable borders using x/ypadding. enabled upSelector to select documentBox
Diffstat (limited to 'src/client/views/nodes/DocumentBox.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentBox.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/DocumentBox.scss b/src/client/views/nodes/DocumentBox.scss index b7d06b364..6fc87e4f1 100644 --- a/src/client/views/nodes/DocumentBox.scss +++ b/src/client/views/nodes/DocumentBox.scss @@ -3,13 +3,9 @@ height: 100%; pointer-events: all; background: gray; - 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 |
