diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 16:08:49 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 16:08:49 -0500 |
commit | 9a6accfa0367d87439ad5fcba4f8f8a2616ab749 (patch) | |
tree | 7e6ff37a9bbd3f46af4f59ba4947e08d084751cc /mailnews | |
parent | e68d075d2d71dfb50e61ed878d7e394ab3cb1f4a (diff) | |
download | uxp-9a6accfa0367d87439ad5fcba4f8f8a2616ab749.tar.gz |
Issue mcp-graveyard/UXP#1258 - Part 9: Add close-icon class to close button in newmailalert.xul
Diffstat (limited to 'mailnews')
-rw-r--r-- | mailnews/base/content/newmailalert.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/base/content/newmailalert.xul b/mailnews/base/content/newmailalert.xul index 2df37494f6..75e839f546 100644 --- a/mailnews/base/content/newmailalert.xul +++ b/mailnews/base/content/newmailalert.xul @@ -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> |