Skip to content

Commit

Permalink
Add icon to report button
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Jul 26, 2021
1 parent d82fce2 commit ea5cf91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/skin/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ body#main #pbInstructions a:hover, #firstparty-protections-container a:hover, #w
#deactivate_site_btn, #activate_site_btn, #error {
font-size: 16px;
}
#error .ui-icon {
font-size: 12px;
}

#not-yet-blocked-header, #non-trackers-header {
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion src/skin/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h2 id="title-name"><span class="i18n_name"></span></h2>
<div id="siteControls">
<button id="deactivate_site_btn" class="pbButton"><span class="ui-icon ui-icon-power"></span> <span class="i18n_popup_disable_for_site"></span></button>
<button id="activate_site_btn" class="pbButton" style="display:none"><span class="ui-icon ui-icon-power"></span> <span class="i18n_popup_enable_for_site"></span></button>
<button id="error" class="i18n_report_broken_site pbButton"></button>
<button id="error" class="pbButton"><span class="ui-icon ui-icon-mail-send"></span> <span class="i18n_report_broken_site"></span></button>
</div>

<footer>
Expand Down

0 comments on commit ea5cf91

Please sign in to comment.