Bug 469134 - Content XUL menubars shouldn't look like chrome toolbars, r=dao

This commit is contained in:
Markus Stange 2008-12-15 14:43:57 +01:00
parent 15e969ba55
commit 56400f4e34

View File

@ -57,7 +57,7 @@ toolbar {
}
menubar {
-moz-appearance: toolbar;
-moz-appearance: dialog; /* For content menubars, "toolbar" is too dark, so we use "dialog". */
min-width: 1px;
}