From cb08a1e2ed4e2a292773e5d4b3574a31891e7cd9 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Mon, 10 Apr 2006 22:58:14 +0000 Subject: [PATCH] Fix, bug 331627 git-svn-id: svn://10.0.0.236/trunk@194067 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/minimo/chrome/skin/minimo.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mozilla/minimo/chrome/skin/minimo.css b/mozilla/minimo/chrome/skin/minimo.css index 5c93b6cb854..0f5044baa58 100755 --- a/mozilla/minimo/chrome/skin/minimo.css +++ b/mozilla/minimo/chrome/skin/minimo.css @@ -110,6 +110,25 @@ toolbar *, #appcontent *, * { margin-right:3px ! important; } + +/* Tab browser close button override */ + +/* This was modified fro the xul.css code. New trunk has a close button in each tab. + The following CSS forces all the tab close button to go away, it does not matter the condition + of tht tabs element ( tiny attribute, etc ). + */ + +.tabbrowser-tabs > .tabbrowser-tab > .tab-close-button, +.tabbrowser-tabs > .tabbrowser-tab .tab-close-button-placeholder, +.tabbrowser-tabs > .tabbrowser-tab > .tab-close-button, +.tabbrowser-tabs > .tabbrowser-tab .tab-close-button-placeholder { + display: none; +} + +.tabbrowser-tabs > .tabbrowser-tab[selected="true"] > .tab-close-button { + display: -moz-box; +} + /* Lock... */ #lock-icon.security-na { @@ -319,3 +338,4 @@ caption { */ window { width: 240px ; height: 320px; } +