fixing busted tab widgets. accidentally checked in the wrong version of this file last night. This was causing various parts of the app to not appear (bookmark properties dialog, bottom half of themes pref panel, new card dialog in address book, etc)

This commit is contained in:
ben%netscape.com 2000-07-29 03:26:49 +00:00
parent 00054750f1
commit 19d00bebec

View File

@ -312,6 +312,11 @@ treecell[hidden="true"] {
/********** Tab widget *********/
tab {
behavior: url(chrome://global/content/xulBindings.xml#tab);
}
/* not quite ready for this yet...
tab {
behavior: url(chrome://global/content/tabBindings.xml#tab);
}
@ -327,7 +332,7 @@ tabcontrol {
tabbox {
behavior: url(chrome://global/content/tabBindings.xml#tabbox);
}
*/
:-moz-deck-hidden {
visibility: hidden;