diff --git a/skin/classic/treestyletab/base.css b/skin/classic/treestyletab/base.css index 10a27eff..4b2648a4 100644 --- a/skin/classic/treestyletab/base.css +++ b/skin/classic/treestyletab/base.css @@ -16,7 +16,7 @@ border-radius: 0; -moz-border-radius: 0; border-top: 1px solid ThreeDShadow !important; - background: ThreeDFace !important; + background: -moz-dialog !important; } .tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover, .treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover { diff --git a/skin/classic/treestyletab/square/base.css b/skin/classic/treestyletab/square/base.css index d80aba8f..8af24f51 100644 --- a/skin/classic/treestyletab/square/base.css +++ b/skin/classic/treestyletab/square/base.css @@ -85,7 +85,7 @@ .tabbrowser-tab:not([pinned]), .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab:not([pinned]):not([selected="true"]) { - background: ThreeDFace repeat-x !important; + background: -moz-dialog repeat-x !important; } .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) :-moz-any(.tabbrowser-tab[pinned]:not([titlechanged]), @@ -96,7 +96,7 @@ .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) :-moz-any(.tabbrowser-tab[pinned], .tabbrowser-tab[pinned][titlechanged]) { - background: ThreeDFace repeat-x !important; + background: -moz-dialog repeat-x !important; } .tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-firsttab-border="true"] .tabbrowser-tab:not([pinned="true"]):not([selected="true"]):first-child { diff --git a/skin/classic/treestyletab/square/vertigo.css b/skin/classic/treestyletab/square/vertigo.css index d3541a23..2edc2e2e 100644 --- a/skin/classic/treestyletab/square/vertigo.css +++ b/skin/classic/treestyletab/square/vertigo.css @@ -90,6 +90,6 @@ /* autohide */ .treestyletab-tabbar-toolbar[treestyletab-tabbar-autohide][treestyletab-mode="vertical"] #treestyletab-tabbar-resizer-box { - background: ThreeDFace; + background: -moz-dialog; opacity: 0.75; } diff --git a/skin/classic/treestyletab/tmp.css b/skin/classic/treestyletab/tmp.css index 7969eb5e..efc159e3 100644 --- a/skin/classic/treestyletab/tmp.css +++ b/skin/classic/treestyletab/tmp.css @@ -10,7 +10,7 @@ -moz-border-bottom-colors: none !important; -moz-border-left-colors: none !important; border-top: 1px solid ThreeDShadow !important; - background: ThreeDFace !important; + background: -moz-dialog !important; } :root[treestyletab-enable-compatibility-tmp="true"]