aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-03-12 16:28:28 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-03-12 16:28:28 -0400
commit884647be52cf6b3c7e3132dce7d9133875d9a9cd (patch)
treeaf5041ec3ec76fb45944c2a81e3716b3a866c3dd /src/client/views/DocumentDecorations.scss
parentd2383acb7123c0c032822745171f7df8baa77518 (diff)
parent91338b2cea4f006e5813145009cb471b17679cd7 (diff)
Merged with master, refactor with route store
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index e8b93a18b..fb9091dfc 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -2,7 +2,7 @@
position: absolute;
display: grid;
z-index: 1000;
- grid-template-rows: 20px 1fr 20px;
+ grid-template-rows: 20px 1fr 20px 0px;
grid-template-columns: 20px 1fr 20px;
pointer-events: none;
#documentDecorations-centerCont {
@@ -29,4 +29,23 @@
#documentDecorations-rightResizer {
cursor: ew-resize;
}
+
+}
+.linkButton-empty {
+ height: 20px;
+ width: 20px;
+ margin-top: 10px;
+ border-radius: 50%;
+ opacity: 0.6;
+ pointer-events: auto;
+ background-color: #2B6091;
+}
+.linkButton-nonempty {
+ height: 20px;
+ width: 20px;
+ margin-top: 10px;
+ border-radius: 50%;
+ opacity: 0.6;
+ pointer-events: auto;
+ background-color: rgb(35, 165, 42);
} \ No newline at end of file