diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-02-13 20:57:12 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-02-13 20:57:12 -0500 |
| commit | 1e8240e9ca1c2e2ff0e02ffb8b43be8dcbba9d14 (patch) | |
| tree | 2582d27c6f0fac6e7c919e84d29f6dcbb58f1050 /src/client/views/nodes/NodeView.scss | |
| parent | e6ac9cd0a870f857822929f0efe28f5aeb50711a (diff) | |
nav working
Diffstat (limited to 'src/client/views/nodes/NodeView.scss')
| -rw-r--r-- | src/client/views/nodes/NodeView.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/NodeView.scss b/src/client/views/nodes/NodeView.scss index dac1c0a8e..5615ecafd 100644 --- a/src/client/views/nodes/NodeView.scss +++ b/src/client/views/nodes/NodeView.scss @@ -2,6 +2,8 @@ position: absolute; background: #cdcdcd; overflow: hidden; + border-style: solid; + border-width: 2px; //border-color: blue; &.minimized { width: 30px; height: 30px; |
