fixing toolbarseparator warnings, forgot to check this in with 46613 fixes last night.

This commit is contained in:
ben%netscape.com 2000-07-28 04:24:56 +00:00
parent dcbd627f07
commit 70c9ada1f8

View File

@ -313,9 +313,22 @@ treecell[hidden="true"] {
/********** Tab widget *********/
tab {
behavior: url(chrome://global/content/xulBindings.xml#tab);
behavior: url(chrome://global/content/tabBindings.xml#tab);
}
tabpanel {
behavior: url(chrome://global/content/tabBindings.xml#tabpanel);
}
tabcontrol {
behavior: url(chrome://global/content/tabBindings.xml#tabcontrol);
}
tabbox {
behavior: url(chrome://global/content/tabBindings.xml#tabbox);
}
:-moz-deck-hidden {
visibility: hidden;
}
@ -353,7 +366,7 @@ button.bottom {
behavior: url(chrome://global/content/xulBindings.xml#buttonbottom);
}
menuseparator, separator {
toolbarseparator, menuseparator, separator {
behavior: url(chrome://global/content/xulBindings.xml#separator);
}