Issue #1258 - Part 9: Add close-icon class to close button in newmailalert.xul

This commit is contained in:
Matt A. Tobin 2019-11-11 16:08:49 -05:00 committed by Roy Tam
commit 6a2e0c0286

View file

@ -30,6 +30,6 @@
</vbox>
</hbox>
<toolbarbutton id="closeButton" top="0" right="0" onclick="closeAlert();"/>
<toolbarbutton id="closeButton" class="close-icon" top="0" right="0" onclick="closeAlert();"/>
</stack>
</window>