2009-03-04 20:09:02 +00:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2009-03-05 02:22:23 +00:00
|
|
|
|
2009-03-26 03:18:28 +00:00
|
|
|
/* drop-shadow of vertival tabs */
|
2009-03-04 20:09:02 +00:00
|
|
|
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
|
2010-06-25 15:59:59 +00:00
|
|
|
.tabbrowser-tab:not([pinned="true"]) {
|
2010-10-13 16:42:27 +00:00
|
|
|
-moz-box-shadow: -0.3em 0.3em 0.2em rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: -0.3em 0.3em 0.2em rgba(0, 0, 0, 0.15);
|
2009-03-04 20:09:02 +00:00
|
|
|
}
|
2010-03-31 10:30:20 +00:00
|
|
|
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"][treestyletab-tab-inverted="true"]
|
2010-06-25 15:59:59 +00:00
|
|
|
.tabbrowser-tab:not([pinned="true"]) {
|
2010-10-13 16:42:27 +00:00
|
|
|
-moz-box-shadow: 0.3em 0.3em 0.2em rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: 0.3em 0.3em 0.2em rgba(0, 0, 0, 0.15);
|
2009-03-04 20:09:02 +00:00
|
|
|
}
|
2010-03-31 10:30:20 +00:00
|
|
|
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]
|
2010-03-31 10:30:20 +00:00
|
|
|
.tabs-container:not([overflow="true"])
|
|
|
|
.tabbrowser-arrowscrollbox
|
2010-10-13 16:42:27 +00:00
|
|
|
.tabs-newtab-button,
|
2010-03-31 10:30:20 +00:00
|
|
|
#TabsToolbar
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
|
2010-03-31 10:30:20 +00:00
|
|
|
.tabbrowser-arrowscrollbox
|
2010-10-13 16:42:27 +00:00
|
|
|
.tabs-newtab-button {
|
|
|
|
-moz-box-shadow: 0 0.3em 0.2em rgba(0, 0, 0, 0.15);
|
|
|
|
box-shadow: 0 0.3em 0.2em rgba(0, 0, 0, 0.15);
|
2009-03-04 20:09:02 +00:00
|
|
|
}
|
2010-03-31 10:30:20 +00:00
|
|
|
|
|
|
|
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"]:not([overflow="true"])
|
2010-03-31 10:30:20 +00:00
|
|
|
.tabbrowser-arrowscrollbox,
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"][overflow="true"]
|
2010-03-31 10:30:20 +00:00
|
|
|
.tabbrowser-arrowscrollbox
|
|
|
|
.scrollbox-innerbox {
|
2010-05-13 03:12:20 +00:00
|
|
|
-moz-box-shadow: inset -0.2em 0.2em 0.3em rgba(0, 0, 0, 0.15) !important;
|
2010-09-13 07:05:31 +00:00
|
|
|
box-shadow: inset -0.2em 0.2em 0.3em rgba(0, 0, 0, 0.15) !important;
|
2009-03-26 00:22:53 +00:00
|
|
|
}
|
2010-03-31 10:30:20 +00:00
|
|
|
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"][treestyletab-tab-inverted="true"]:not([overflow="true"])
|
2010-03-31 10:30:20 +00:00
|
|
|
.tabbrowser-arrowscrollbox,
|
2010-04-01 11:19:31 +00:00
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-style~="shadow"][treestyletab-mode="vertical"][treestyletab-tab-inverted="true"][overflow="true"]
|
2010-03-31 10:30:20 +00:00
|
|
|
.tabbrowser-arrowscrollbox
|
|
|
|
.scrollbox-innerbox {
|
2010-05-13 03:12:20 +00:00
|
|
|
-moz-box-shadow: inset 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.15) !important;
|
2010-09-13 07:05:31 +00:00
|
|
|
box-shadow: inset 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.15) !important;
|
2009-03-26 00:22:53 +00:00
|
|
|
}
|
2009-03-26 03:18:28 +00:00
|
|
|
|
2010-04-07 02:24:16 +00:00
|
|
|
|
|
|
|
/* Transparent tabs are shown above solid tabs.
|
|
|
|
We have to set z-index to show all tabs in the same layer. */
|
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
|
|
|
|
.tabbrowser-tab,
|
|
|
|
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
|
|
|
|
.tabbrowser-arrowscrollbox
|
|
|
|
.tabs-newtab-button {
|
|
|
|
position: relative;
|
|
|
|
z-index: auto;
|
|
|
|
}
|