[Australis] Bug 963092: update help menu button styling. r=jaws

This commit is contained in:
Mike de Boer 2014-01-23 16:35:34 +01:00
parent 21fc74eadd
commit 6fb0215b62

View File

@ -409,6 +409,7 @@ const PanelUI = {
continue;
button.setAttribute(attrName, node.getAttribute(attrName));
}
button.setAttribute("class", "subviewbutton");
fragment.appendChild(button);
}
items.appendChild(fragment);