Skip to content

Commit f34a677

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/skin/popup.css

+6
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ 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+
#deactivate_site_btn .ui-icon, #activate_site_btn .ui-icon, #error .ui-icon {
358+
color: #f06a0a;
359+
}
360+
#error .ui-icon {
361+
font-size: 12px;
362+
}
357363

358364
#not-yet-blocked-header, #non-trackers-header {
359365
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)