treestyletab/skin/classic/treestyletab/Linux-base.css

30 lines
958 B
CSS
Raw Normal View History

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 {
appearance: none;
2011-05-26 11:10:18 -04:00
-moz-appearance: none;
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;
}
/* 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;
}