mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
fixing toolbarseparator warnings, forgot to check this in with 46613 fixes last night.
This commit is contained in:
parent
dcbd627f07
commit
70c9ada1f8
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user