diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-06-20 17:12:48 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-06-20 17:12:48 -0400 |
| commit | e6ebed17e6ddb2ccee81d65fcb451a9b54302762 (patch) | |
| tree | d614e48439da83bcdeb596099d7ecdab1bb8ad88 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | 4360287e6cafcb59af1ae62fc31ddc161bcf2e51 (diff) | |
links can be made from freeform view to treeview
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss index 0cd4338e5..d8d518147 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss @@ -33,16 +33,14 @@ width: 200px; height: 100px; border-radius: 5px; - border: 2px solid black; padding: 10px; position: relative; - background-color: white; - text-align: center; + background-color: black; cursor: pointer; p { width: calc(100% - 20px); - color: black; + color: white; position: absolute; top: 50%; left: 50%; |
