Merge branch 'master' of github.com:piroor/treestyletab
This commit is contained in:
commit
8d8e4bfbf1
@ -16,7 +16,7 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
border-top: 1px solid ThreeDShadow !important;
|
border-top: 1px solid ThreeDShadow !important;
|
||||||
background: ThreeDFace !important;
|
background: -moz-dialog !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
|
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
|
||||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
|
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
.tabbrowser-tab:not([pinned]),
|
.tabbrowser-tab:not([pinned]),
|
||||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||||
.tabbrowser-tab:not([pinned]):not([selected="true"]) {
|
.tabbrowser-tab:not([pinned]):not([selected="true"]) {
|
||||||
background: ThreeDFace repeat-x !important;
|
background: -moz-dialog repeat-x !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||||
:-moz-any(.tabbrowser-tab[pinned]:not([titlechanged]),
|
:-moz-any(.tabbrowser-tab[pinned]:not([titlechanged]),
|
||||||
@ -96,7 +96,7 @@
|
|||||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||||
:-moz-any(.tabbrowser-tab[pinned],
|
:-moz-any(.tabbrowser-tab[pinned],
|
||||||
.tabbrowser-tab[pinned][titlechanged]) {
|
.tabbrowser-tab[pinned][titlechanged]) {
|
||||||
background: ThreeDFace repeat-x !important;
|
background: -moz-dialog repeat-x !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-firsttab-border="true"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-firsttab-border="true"]
|
||||||
.tabbrowser-tab:not([pinned="true"]):not([selected="true"]):first-child {
|
.tabbrowser-tab:not([pinned="true"]):not([selected="true"]):first-child {
|
||||||
|
@ -90,6 +90,6 @@
|
|||||||
/* autohide */
|
/* autohide */
|
||||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-autohide][treestyletab-mode="vertical"]
|
.treestyletab-tabbar-toolbar[treestyletab-tabbar-autohide][treestyletab-mode="vertical"]
|
||||||
#treestyletab-tabbar-resizer-box {
|
#treestyletab-tabbar-resizer-box {
|
||||||
background: ThreeDFace;
|
background: -moz-dialog;
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
-moz-border-bottom-colors: none !important;
|
-moz-border-bottom-colors: none !important;
|
||||||
-moz-border-left-colors: none !important;
|
-moz-border-left-colors: none !important;
|
||||||
border-top: 1px solid ThreeDShadow !important;
|
border-top: 1px solid ThreeDShadow !important;
|
||||||
background: ThreeDFace !important;
|
background: -moz-dialog !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[treestyletab-enable-compatibility-tmp="true"]
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
||||||
|
Loading…
Reference in New Issue
Block a user