summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGaute Hope <eg@gaute.vetsj.com>2016-07-03 13:56:44 +0200
committerGaute Hope <eg@gaute.vetsj.com>2016-07-19 19:17:15 +0200
commita46c619cfd22cb3fafd5754b195e8b35392e2cdf (patch)
tree69aa199f7c5d614af2ad02733b2a54118cd04c83 /ui
parent68ffef049b506ffb1d2d64f93b357190a5fc107f (diff)
tv: show encryption/signed status of attachments
Diffstat (limited to 'ui')
-rw-r--r--ui/thread-view.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/thread-view.scss b/ui/thread-view.scss
index 1c010f0..1b48b3e 100644
--- a/ui/thread-view.scss
+++ b/ui/thread-view.scss
@@ -633,6 +633,14 @@ body.nohide .email .compressed_note > span {
color: #666;
}
+.attachment .encrypted {
+ border: 1px dashed gray !important;
+}
+
+.attachment .signed {
+ border: 1px dashed blue !important;
+}
+
#encrypt_container {
display: none;
}