Bug 1043423 - Fix "SDK's ui/toolbar element creates a border in Firefox 31" r=zer0

--HG--
extra : rebase_source : da3f562539dbdf267def9095c816b16e12cb0589
This commit is contained in:
Dylan Sharhon 2016-12-28 16:53:00 +01:00
Родитель 692bf2631c
Коммит d2bcc5b29a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -125,7 +125,7 @@ const addView = curry((options, {document, window}) => {
toolbar.setAttribute("id", "inner-" + options.id);
toolbar.setAttribute("defaultset", options.items.join(","));
toolbar.setAttribute("customizable", "true");
toolbar.setAttribute("style", "-moz-appearance: none; overflow: hidden");
toolbar.setAttribute("style", "-moz-appearance: none; overflow: hidden; border: 0;");
toolbar.setAttribute("mode", "icons");
toolbar.setAttribute("iconsize", "small");
toolbar.setAttribute("context", "toolbar-context-menu");