aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-11 18:32:28 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-11 18:32:28 -0400
commit31c9722ed5e587d3ae294db83c134b8e6ad050f8 (patch)
treea148ca85f25c7deda69bc2c816df5f74aac5f082 /src/client/views/DocumentDecorations.scss
parenta51b3df668ceaa856396309dec546c8e879d2df0 (diff)
added tooltips
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index a9621efa5..9e3034829 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -80,11 +80,11 @@
}
.linkButton-empty {
- height: 20px;
- width: 20px;
+ height: 16px;
+ width: 16px;
margin-top: 10px;
border-radius: 50%;
- opacity: 0.6;
+ opacity: 0.9;
pointer-events: auto;
background-color: $dark-color;
color: $light-color;
@@ -95,11 +95,11 @@
}
.linkButton-nonempty {
- height: 20px;
- width: 20px;
+ height: 16px;
+ width: 16px;
margin-top: 10px;
border-radius: 50%;
- opacity: 0.6;
+ opacity: 0.9;
pointer-events: auto;
background-color: $dark-color;
color: $light-color;