aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-02-28 01:09:26 -0500
committerHannah Chow <hannah_chow@brown.edu>2019-02-28 01:09:26 -0500
commite6265a20f4c5d2619aa06cef6ee9442c0fd6bb41 (patch)
treebb6576b0c38658f373847a33d263021bccdf0774 /src/client/views/DocumentDecorations.scss
parentc6ce284c0938587df5a0fa759587b33f8beaa68f (diff)
first pass at linking drag and drop
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index e8b93a18b..fa9fc2c20 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -29,4 +29,13 @@
#documentDecorations-rightResizer {
cursor: ew-resize;
}
+ #linkButton {
+ height: 25px;
+ width: 25px;
+ margin-top: 10px;
+ border-radius: 50%;
+ opacity: 0.6;
+ pointer-events: auto;
+ background-color: #2B6091;
+ }
} \ No newline at end of file