Reduce negative margins to put contexual color indicator in the viewport

This commit is contained in:
Piro / YUKI Hiroshi 2016-08-25 23:43:29 +09:00
parent b1ad805d4a
commit 29ca017ca0

View File

@ -466,9 +466,17 @@ tabbrowser[treestyletab-mode="vertical"]
}
/* reduce negative margins to put contexual color indicator in the viewport */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tab-background {
margin: 0 -5px;
}
/* for Multiple Tab Handler */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab:not(:hover):not([visuallyselected="true"])[multipletab-ready-to-close="true"]
.tab-close-button {
visibility: visible !important;
}
}