Skip to content

Commit

Permalink
Added .link-detail CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Oct 27, 2014
1 parent e1efa08 commit 4e03ab8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/default/html/partials/hidden.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ <h4><span class="icon-fingerprint"></span> <%= Mailpile.nice_fingerprint(fingerp

<script id="template-messsage-inline-pgp-key-import" type="text/template">
<a href="<%= pgp_href %>" data-mid="<%= mid %>" download="{{_('Encryption Key from')}} <%= name %>.asc" class="message-crypto-import-key button-secondary half-bottom"><span class="icon-key"></span> {{_("Import Encryption Key")}}</a>
<a href="#" data-mid="<%= mid %>" class="message-crypto-show-inline-key">{{_("Show inline encryption key")}}</a>
<a href="#" data-mid="<%= mid %>" class="message-crypto-show-inline-key link-detail"><span class="icon-eye"></span> {{_("Show Encryption Key")}}</a>
<div id="message-crypto-inline-key-<%= mid %>" class="message-crypto-inline-key half-top hide"><%= pgp_key %></div>
</script>
10 changes: 10 additions & 0 deletions static/default/less/app/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,16 @@
color: @gray;
}

a.link-detail,
a.link-detail:visited {
color: @gray;
font-weight: normal !important;
}

a.link-detail:hover {
color: @grayDark;
}


/* Form Inputs */
/* REBAR: move this rebar/forms.less library at some point */
Expand Down

0 comments on commit 4e03ab8

Please sign in to comment.