Hide tab image containers for Australis

This commit is contained in:
Piro / YUKI Hiroshi 2013-11-19 23:44:34 +09:00
parent bda0251f3e
commit fcfeb3a844
3 changed files with 18 additions and 0 deletions

View File

@ -51,6 +51,12 @@
.tab-background-end::after {
display: none !important;
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
:-moz-any(.tab-background-start,
.tab-background-end) {
min-height: 0;
width: 0;
}
/* for Mac OS X */
.tabbrowser-tabs[treestyletab-mode="vertical"]

View File

@ -61,6 +61,12 @@
.tab-background-end::after {
display: none !important;
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
:-moz-any(.tab-background-start,
.tab-background-end) {
min-height: 0;
width: 0;
}
/* Use the splitter to display the border of .tabbrowser-strip */
tabbrowser[treestyletab-mode="vertical"]

View File

@ -69,6 +69,12 @@
.tab-background-end::after {
display: none !important;
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
:-moz-any(.tab-background-start,
.tab-background-end) {
min-height: 0;
width: 0;
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
.tabbrowser-tab,