47 lines
1.5 KiB
CSS
47 lines
1.5 KiB
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/* Square */
|
|
|
|
tabbrowser[treestyletab-tabbar-position="left"]:not([treestyletab-tabbar-fixed="true"])
|
|
.treestyletab-splitter {
|
|
border-right: 1px solid var(--tst-tab-border) !important;
|
|
-moz-border-right-colors: var(--tst-tab-border) !important;
|
|
}
|
|
tabbrowser[treestyletab-tabbar-position="right"]:not([treestyletab-tabbar-fixed="true"])
|
|
.treestyletab-splitter {
|
|
border-left: 1px solid var(--tst-tab-border) !important;
|
|
-moz-border-left-colors: var(--tst-tab-border) !important;
|
|
}
|
|
|
|
tabbrowser:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
|
|
.tabbrowser-tab {
|
|
z-index: 1 !important;
|
|
}
|
|
tabbrowser:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
|
|
.tabbrowser-tab:not([pinned="true"]) {
|
|
position: relative !important;
|
|
}
|
|
|
|
#main-window:-moz-window-inactive
|
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
|
.tabbrowser-tab
|
|
.tab-close-button,
|
|
#main-window:-moz-window-inactive
|
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
|
.tabbrowser-tab[visuallyselected="true"]
|
|
.tab-close-button,
|
|
#main-window:-moz-window-inactive
|
|
.tabbrowser-tabs[treestyletab-tabbar-position="bottom"]
|
|
.tabbrowser-tab
|
|
.tab-close-button,
|
|
#main-window:-moz-window-inactive
|
|
.tabbrowser-tabs[treestyletab-tabbar-position="bottom"]
|
|
.tabbrowser-tab[visuallyselected="true"]
|
|
.tab-close-button {
|
|
height: auto;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
background: transparent;
|
|
width: 0;
|
|
}
|