From d58f7a44e5a5796cecaf6d655d30d770d6437d09 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 25 Jun 2009 10:02:50 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=AC=E3=82=AF=E3=82=BF=E3=81=AE?= =?UTF-8?q?=E8=A9=B3=E7=B4=B0=E5=BA=A6=E3=82=92=E4=B8=8A=E3=81=92=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4605 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- platform/Darwin/skin/classic/browser/browser.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/platform/Darwin/skin/classic/browser/browser.css b/platform/Darwin/skin/classic/browser/browser.css index fdc01d4d..1012ebd6 100644 --- a/platform/Darwin/skin/classic/browser/browser.css +++ b/platform/Darwin/skin/classic/browser/browser.css @@ -1,11 +1,12 @@ -.tabbrowser-tab[selected="true"] .tab-icon-image { - list-style-image: url("chrome://global/skin/tree/item.png"); +:root[tabFx2Compatible] .tabbrowser-tab[selected="true"] .tab-icon-image { + list-style-image: url("chrome://global/skin/tree/item.png") !important; } -.tabbrowser-tab[busy] .tab-icon-image { +:root[tabFx2Compatible] .tabbrowser-tab[busy] > hbox > stack > .tab-icon-image { list-style-image: url("chrome://global/skin/icons/loading_16.png") !important; + opacity: 1; } -.tabbrowser-tab:not(:hover):not([selected="true"]) .tab-icon-image { - opacity: .6; +:root[tabFx2Compatible] .tabbrowser-tab:not(:hover):not([selected="true"]) .tab-icon-image { + opacity: 0.6; }