Hide scrollbar shown with negative margin on Vertigo style

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-13 03:15:50 +09:00
parent bc3493db26
commit 536f011419

View File

@ -1,5 +1,23 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* these styles are required to cover narrow scrollbars. */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.scrollbox-innerbox {
background: linear-gradient(to left,
-moz-dialog 0%,
-moz-dialog 10%,
transparent 11%,
transparent 100%) !important;
}
.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-scrollbar="true"]
.scrollbox-innerbox {
background: linear-gradient(to right,
-moz-dialog 0%,
-moz-dialog 10%,
transparent 11%,
transparent 100%) !important;
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"]),
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
.tabbrowser-tab:not([pinned]),