diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-27 23:18:05 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-27 23:18:05 -0400 |
| commit | 3ac2d1ed68fb4190c5ac6ca4f383ddaac6dbc1db (patch) | |
| tree | 65804ee82fe9b01769cb794b7121fdec7794b8fe /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | 09ffae23f0b6aaa6694d84686f790ba8939f936f (diff) | |
added a UI to access the link document as a Text document
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss index 3b2f79be1..3e8a8a442 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss @@ -3,4 +3,10 @@ stroke-width: 3; transform: translate(10000px,10000px); pointer-events: all; +} +.collectionfreeformlinkview-linkCircle { + stroke: black; + stroke-width: 3; + transform: translate(10000px,10000px); + pointer-events: all; }
\ No newline at end of file |
