зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
692bf2631c
Коммит
d2bcc5b29a
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче