2011-05-26 11:10:18 -04:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
|
|
/* splitter for floating & autohide tab bar */
|
|
|
|
.treestyletab-tabbar-toolbar .treestyletab-splitter {
|
2012-02-28 01:11:24 -05:00
|
|
|
appearance: none;
|
2011-05-26 11:10:18 -04:00
|
|
|
-moz-appearance: none;
|
2012-02-28 01:11:24 -05:00
|
|
|
width: 6px;
|
2011-05-26 11:10:18 -04:00
|
|
|
}
|
|
|
|
|
2011-12-05 02:55:11 -05:00
|
|
|
#treestyletab-autohide-content-area-screen {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* We have to set both left and right borders to make the "window"
|
|
|
|
* not rectangle, because rectangle "window"s have dropshadows on Linux.
|
|
|
|
*/
|
|
|
|
:root[treestyletab-tabbar-position="left"]
|
2011-12-19 03:30:06 -05:00
|
|
|
#treestyletab-autohide-content-area-screen,
|
2011-12-05 02:55:11 -05:00
|
|
|
:root[treestyletab-tabbar-position="right"]
|
2011-12-19 03:30:06 -05:00
|
|
|
#treestyletab-autohide-content-area-screen {
|
|
|
|
border-right: 1px solid ThreeDShadow;
|
2011-12-05 02:55:11 -05:00
|
|
|
border-left: 1px solid ThreeDShadow;
|
|
|
|
}
|
2012-08-05 23:03:13 -04:00
|
|
|
|
|
|
|
/* bottom border of the "Tabs on Bottom" toolbox */
|
|
|
|
#main-window[treestyletab-mode="vertical"]:not([disablechrome])
|
|
|
|
#navigator-toolbox:not([tabsontop="true"]) {
|
|
|
|
border-bottom: 1px solid ThreeDShadow;
|
|
|
|
}
|