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; } +