From f3858013ec449de7b698d6592912a1eb297d66dc Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 2 Oct 2008 10:03:21 -0400 Subject: [PATCH] Backing out changeset ec3a3468d1b9 to see whether it's responsible for the Txul regression --- browser/base/content/tabbrowser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/base/content/tabbrowser.css b/browser/base/content/tabbrowser.css index f161c406ef80..ac2739e41592 100644 --- a/browser/base/content/tabbrowser.css +++ b/browser/base/content/tabbrowser.css @@ -24,10 +24,10 @@ display: none; } -.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"]:not(:only-child) > .tab-close-button { +.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button { display: -moz-box; } -.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab:not(:only-child) > .tab-close-button { +.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button { display: -moz-box; }