Skip to content

Commit

Permalink
Made the note for the block explorer the same as the blacklist stats
Browse files Browse the repository at this point in the history
  • Loading branch information
409H committed Oct 30, 2017
1 parent 611b7e4 commit 9f525f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
font-size: 70%;
}

.note {

This comment has been minimized.

Copy link
@freimuth82

freimuth82 Jan 11, 2018

Please rename this class and use a prefixed one, with this class it overwrites styles from other websites using "note" as class too. Thanks.

font-size: 10pt;
color: #c2c6c7;
line-height: 10pt;
}

#ext-etheraddresslookup-blacklist_domains_stats {
font-size: 10pt;
color: #c2c6c7;
Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="text-center">EtherAddressLookup</h3>
<option value="https://ethplorer.io/address">Ethplorer.io</option>
<option value="http://ethergraphs.com/dashboard">Ethergraphs.com</option>
</select>
<div>
<div class="note">
<small>* ENS address compatible.</small>
</div>

Expand Down

0 comments on commit 9f525f6

Please sign in to comment.