From 0efbedf2c6ba46a24fd764713a5117fec78dd9ee Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 24 Mar 2009 15:05:24 +0000 Subject: [PATCH] backout git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3872 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/res/tabFx2Compatible.css | 12 +++--------- content/treestyletab/res/tabFx2Compatible.xml | 19 ------------------- content/treestyletab/res/tabFx2Compatible.xul | 2 +- 3 files changed, 4 insertions(+), 29 deletions(-) diff --git a/content/treestyletab/res/tabFx2Compatible.css b/content/treestyletab/res/tabFx2Compatible.css index 78974399..27da694f 100644 --- a/content/treestyletab/res/tabFx2Compatible.css +++ b/content/treestyletab/res/tabFx2Compatible.css @@ -1,20 +1,14 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -:root[tabFx2Compatible="2"] .tabbrowser-tab { +:root[tabFx2Compatible="1"] .tabbrowser-tab { -moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab) !important; } -:root[tabFx2Compatible="2"][tabFx2Compatible-whole="true"] .tabbrowser-tab { - -moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab-whole) !important; -} - -:root[tabFx2Compatible="2"] .tabbrowser-tab[busy] > hbox > stack > .tab-icon-image, -:root[tabFx2Compatible="2"] .tabbrowser-tab[busy] > hbox > hbox > stack > .tab-icon-image { +:root[tabFx2Compatible="1"] .tabbrowser-tab[busy] > hbox > stack > .tab-icon-image { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important; opacity: 0.6; } -:root[tabFx2Compatible="2"] .tabbrowser-tab[selected="true"]:focus > hbox > .tab-text, -:root[tabFx2Compatible="2"] .tabbrowser-tab[selected="true"]:focus > hbox > hbox > .tab-text { +:root[tabFx2Compatible="1"] .tabbrowser-tab[selected="true"]:focus > hbox > .tab-text { border: 1px dotted -moz-DialogText; } diff --git a/content/treestyletab/res/tabFx2Compatible.xml b/content/treestyletab/res/tabFx2Compatible.xml index 560822d5..5e3ba3dc 100644 --- a/content/treestyletab/res/tabFx2Compatible.xml +++ b/content/treestyletab/res/tabFx2Compatible.xml @@ -29,23 +29,4 @@ - - - - - - - - - - - - - - - - - diff --git a/content/treestyletab/res/tabFx2Compatible.xul b/content/treestyletab/res/tabFx2Compatible.xul index e3c40c10..c2c162cf 100644 --- a/content/treestyletab/res/tabFx2Compatible.xul +++ b/content/treestyletab/res/tabFx2Compatible.xul @@ -6,7 +6,7 @@ window.addEventListener('DOMContentLoaded', function() { window.removeEventListener('DOMContentLoaded', arguments.callee, true); - const currentRevision = 2; + const currentRevision = 1; var b = document.getElementById('content'); if (!b || b.localName != 'tabbrowser') return;