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 | 6d6759a7813062768cbbabbef11341e28e61991b (patch) | |
tree | 7e6ff37a9bbd3f46af4f59ba4947e08d084751cc /mailnews/base | |
parent | d59e35c94cd30fc3063d2d3c2e386500ff935abe (diff) | |
download | uxp-6d6759a7813062768cbbabbef11341e28e61991b.tar.gz |
Issue #1258 - Part 9: Add close-icon class to close button in newmailalert.xul
Diffstat (limited to 'mailnews/base')
-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> |