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;