From ed33acc126ec8ad775857e3177c698aac3b6e758 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 15 Sep 2010 12:51:16 +0000 Subject: [PATCH] Updated for changes by Bug 593967 git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7223 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/res/tabFx2Compatible.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/content/treestyletab/res/tabFx2Compatible.css b/content/treestyletab/res/tabFx2Compatible.css index 1cdb1dd9..e8e4bae7 100644 --- a/content/treestyletab/res/tabFx2Compatible.css +++ b/content/treestyletab/res/tabFx2Compatible.css @@ -24,13 +24,13 @@ -moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab-4) !important; } -:root[tabFx2Compatible="9"]:not([tabFx2Compatible-flags~="png-throbber"]) +:root[tabFx2Compatible="9"]:not([tabFx2Compatible-flags~="png-throbber"]):not([tabFx2Compatible-flags~="pie"]) .tab-icon-image[busy] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important; opacity: 0.6; } -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="png-throbber"] +:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="png-throbber"]:not([tabFx2Compatible-flags~="pie"]) .tab-icon-image[busy] { list-style-image: url("chrome://global/skin/icons/loading_16.png") !important; } @@ -45,16 +45,6 @@ opacity: 0.6; } -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="pie"] - .tab-icon-image[busy] { - list-style-image: url("chrome://browser/skin/tabbrowser/progress.png") !important; - -moz-image-region: rect(0, 16px, 16px, 0); -} -:root[tabFx2Compatible="9"][tabFx2Compatible-flags~="pie"] - .tab-icon-image[busy][stalled] { - list-style-image: url("chrome://browser/skin/tabbrowser/progress-pulsing.png") !important; -} - :root[tabFx2Compatible="9"] .tabbrowser-tab:focus > .tab-stack { border: 1px dotted -moz-DialogText;