Skip to content

Commit ea5cf91

Browse files
committed
Add icon to report button
1 parent d82fce2 commit ea5cf91

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/skin/popup.css

+3
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ body#main #pbInstructions a:hover, #firstparty-protections-container a:hover, #w
354354
#deactivate_site_btn, #activate_site_btn, #error {
355355
font-size: 16px;
356356
}
357+
#error .ui-icon {
358+
font-size: 12px;
359+
}
357360

358361
#not-yet-blocked-header, #non-trackers-header {
359362
text-align: center;

src/skin/popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2 id="title-name"><span class="i18n_name"></span></h2>
173173
<div id="siteControls">
174174
<button id="deactivate_site_btn" class="pbButton"><span class="ui-icon ui-icon-power"></span> <span class="i18n_popup_disable_for_site"></span></button>
175175
<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>
176-
<button id="error" class="i18n_report_broken_site pbButton"></button>
176+
<button id="error" class="pbButton"><span class="ui-icon ui-icon-mail-send"></span> <span class="i18n_report_broken_site"></span></button>
177177
</div>
178178

179179
<footer>

0 commit comments

Comments
 (0)