Don't show gray rect of pinned tabs on full screen videos

See also: #950
This commit is contained in:
YUKI Hiroshi 2015-10-02 16:24:01 +09:00
parent 7430a767c1
commit 20ada7e5d8

View File

@ -596,8 +596,10 @@ toolbar.treestyletab-tabbar-toolbar-ready:not([nowindowdrag="true"]),
z-index: 100; z-index: 100;
} }
.tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-dom-fullscreen-activated="true"] .tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-dom-fullscreen-activated="true"]
.tabbrowser-tab[pinned] { .tabbrowser-tab[pinned],
z-index: -100; .tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-dom-fullscreen-activated="true"]
.tabbrowser-tab[pinned] * /* this is required to hide unexpectedly shown gray rect (ex. .tab-background) */ {
visibility: collapse;
} }
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tabs[treestyletab-mode="vertical"]