Hide tab image containers for Australis
This commit is contained in:
parent
bda0251f3e
commit
fcfeb3a844
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user