diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 11:25:47 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 11:25:47 -0500 |
| commit | a68b3a82c7fd430119254cd8721bd4804e280ef3 (patch) | |
| tree | 0e9b1161b06e696379128dc0851d7478ce5049f0 /src/client/views/nodes/DocumentBox.scss | |
| parent | f92f51236f10fca1d21b787a46dffbf6e565876a (diff) | |
made documentbox more usable with borders, fwd/back/lock. and annotation filtering.
Diffstat (limited to 'src/client/views/nodes/DocumentBox.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentBox.scss b/src/client/views/nodes/DocumentBox.scss index 6a2f98166..c70b324de 100644 --- a/src/client/views/nodes/DocumentBox.scss +++ b/src/client/views/nodes/DocumentBox.scss @@ -3,4 +3,7 @@ height: 100%; pointer-events: all; background: gray; + border: gray solid 15px; + border-top: #aaaaa3 inset 15px; + border-bottom: #aaaaa3 outset 15px; }
\ No newline at end of file |
