diff --git a/skin/classic/treestyletab/Darwin-base.css b/skin/classic/treestyletab/Darwin-base.css index cf09914a..cb4f428c 100644 --- a/skin/classic/treestyletab/Darwin-base.css +++ b/skin/classic/treestyletab/Darwin-base.css @@ -1,21 +1 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/** - * Apply "tabs on bottom" appearance on Australis. - */ -:root:not([treestyletab-tabbar-position="top"]) - #nav-bar:not(:-moz-lwtheme), -:root:not([treestyletab-tabbar-position="top"]) - #nav-bar:not(:-moz-lwtheme):-moz-window-inactive { - background: transparent; - border-top: none; - border-left: none; - border-right: none; - box-shadow: none; - /** - * With Australis, the "back" button in the navigation toolbar is - * unexpectedly overwrapped on the border of the expanded titlebar. - * This negative margin solves the overwrapping. - */ - margin-top: -4px; -} diff --git a/skin/classic/treestyletab/WINNT-base.css b/skin/classic/treestyletab/WINNT-base.css index 58cf767b..07784b9b 100644 --- a/skin/classic/treestyletab/WINNT-base.css +++ b/skin/classic/treestyletab/WINNT-base.css @@ -1,42 +1,5 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@media (-moz-windows-compositor) { - -/** - * Apply "tabs on bottom" appearance on Australis. - */ -#main-window:not([treestyletab-tabbar-position="top"]) - #browser-panel - > #navigator-toolbox - > #nav-bar:not(:-moz-lwtheme), -#main-window:not([treestyletab-tabbar-position="top"]) - #browser-panel - > #navigator-toolbox - > #nav-bar:not(:-moz-lwtheme):-moz-window-inactive { - background: transparent; - border-top: none !important; - border-left: none; - border-right: none; - box-shadow: none; - padding-top: 0; - padding-left: 0; - padding-right: 0; - -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar-drag"); -} -#main-window:not([sizemode="fullscreen"]):not([treestyletab-tabbar-position="top"]) - #browser-panel - > #navigator-toolbox - > #nav-bar:not(:-moz-lwtheme), -#main-window:not([sizemode="fullscreen"]):not([treestyletab-tabbar-position="top"]) - #browser-panel - > #navigator-toolbox - > #nav-bar:not(:-moz-lwtheme):-moz-window-inactive { - position: relative; - margin-top: -5px; -} - -} - /* indicator for private window on Australis */ #main-window[privatebrowsingmode="temporary"]:not([treestyletab-tabbar-position="top"])