summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_read.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_read.scss')
-rw-r--r--web-ui/app/scss/_read.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss
index bd30552c..34d7993c 100644
--- a/web-ui/app/scss/_read.scss
+++ b/web-ui/app/scss/_read.scss
@@ -64,6 +64,16 @@
.attachmentsArea {
border-top: 1px solid #DDD;
padding: 10px 0 0;
+
+ a {
+ color: $action_buttons;
+ text-decoration: none;
+ line-height: inherit;
+ &:hover, &:focus {
+ color: lighten($action_buttons, 10);
+ outline: none;
+ }
+ }
}
}