Bug 976722 - Use -moz-appearance:toolbox on Mac so that sheets attach in the right place. r=dao

This commit is contained in:
Markus Stange 2015-03-06 14:44:38 -05:00
Родитель b04d177f0b
Коммит dd1b23a2a3
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -4,6 +4,12 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
toolbox {
/* Setting -moz-appearance:toolbox causes sheets to attach under the
* toolbox and has no other effects. It doesn't render anything. */
-moz-appearance: toolbox;
}
toolbar {
min-width: 1px;
min-height: 20px;