diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-11 13:45:16 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-11 13:45:16 -0400 |
| commit | 666c74b4bf9a4545fe6a73fcedbc73bc1fae9b94 (patch) | |
| tree | d46825e8b8a5762c21986c0c6e900b666610ad2c /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | 3c65e18a455eda378e24162ae4aaf5e37e6d107d (diff) | |
| parent | 501a74c77bda9256f449c7009194a6964819841a (diff) | |
Merge branch 'master' into hannah_linking
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index b059163ed..d487cd7ce 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -22,6 +22,13 @@ height: 100%; } } +.collectionfreeformview-marquee{ + border-style: dashed; + box-sizing: border-box; + position: absolute; + border-width: 1px; + border-color: black; +} .collectionfreeformview-overlay { .collectionfreeformview > .jsx-parser{ |
