From 8de618903ac31ac7b4ecb5ebfa52016fa0cbcb6f Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Sat, 29 Jul 2000 03:26:49 +0000 Subject: [PATCH] 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 --- mozilla/xpfe/global/resources/content/xul.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/xpfe/global/resources/content/xul.css b/mozilla/xpfe/global/resources/content/xul.css index 2edbd568133..111cf1bc9f6 100644 --- a/mozilla/xpfe/global/resources/content/xul.css +++ b/mozilla/xpfe/global/resources/content/xul.css @@ -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;