Bug 347247: Make notification close button tabbable, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mconnor

git-svn-id: svn://10.0.0.236/trunk@209909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-09-12 22:27:24 +00:00
parent 94498bca40
commit 5a3708d405

View File

@ -303,7 +303,7 @@
<children/>
</xul:hbox>
<xul:toolbarbutton ondblclick="event.stopPropagation();"
class="messageCloseButton"
class="messageCloseButton tabbable"
xbl:inherits="hidden=hideclose"
oncommand="document.getBindingParent(this).close();"/>
</xul:hbox>