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)

git-svn-id: svn://10.0.0.236/trunk@75146 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2000-07-29 03:26:49 +00:00
parent 4f776f02d4
commit 8de618903a

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;