summaryrefslogtreecommitdiffstats
path: root/mailnews/base
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-11 16:08:49 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-11 16:08:49 -0500
commit6d6759a7813062768cbbabbef11341e28e61991b (patch)
tree7e6ff37a9bbd3f46af4f59ba4947e08d084751cc /mailnews/base
parentd59e35c94cd30fc3063d2d3c2e386500ff935abe (diff)
downloadUXP-6d6759a7813062768cbbabbef11341e28e61991b.tar
UXP-6d6759a7813062768cbbabbef11341e28e61991b.tar.gz
UXP-6d6759a7813062768cbbabbef11341e28e61991b.tar.lz
UXP-6d6759a7813062768cbbabbef11341e28e61991b.tar.xz
UXP-6d6759a7813062768cbbabbef11341e28e61991b.zip
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.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/base/content/newmailalert.xul b/mailnews/base/content/newmailalert.xul
index 2df37494f..75e839f54 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>