Skip to content

Commit

Permalink
Added tip box to ESL
Browse files Browse the repository at this point in the history
  • Loading branch information
409H committed Feb 9, 2018
1 parent fa31c05 commit d3b84bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,14 @@
right: 5%;
display: none;
z-index: 1;
}

#ext-etheraddresslookup-tip_box {
background: #00c2c1;
padding: 1px;
color: #fff;
}
#ext-etheraddresslookup-tip_box a {
color: #fff;
text-decoration: underline;
}
4 changes: 3 additions & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ <h4 class="text-center">EtherAddressLookup</h4>
<a href="https://harrydenley.com/ethaddresslookup-chrome-extension-release/" target="_blank">Read Author Blog</a> &mdash;
<a href="https://twitter.com/EthAddrLookup" target="_blank">@EthAddrLookup</a>
<br/>
<strong>Tip:</strong> Install our other extension: <a href="https://harrydenley.com/ethsecuritylookup-chrome-extension-release/" target="_blank">EtherSecurityLookup</a>.
<span id="ext-etheraddresslookup-tip_box">
<strong>Tip:</strong> Install our other extension: <a href="https://harrydenley.com/ethsecuritylookup-chrome-extension-release/" target="_blank">EtherSecurityLookup</a>.
</span>
<br />
<strong>Version:</strong> <span id="ext-manifest_version"></span> &mdash; BETA
</div>
Expand Down

0 comments on commit d3b84bd

Please sign in to comment.