show drop marker for horizontal tabs, with outline
This commit is contained in:
parent
fdf4ad2aaa
commit
6f6ea3745b
@ -25,24 +25,6 @@
|
|||||||
-moz-box-pack: center;
|
-moz-box-pack: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
|
||||||
.tabbrowser-tab[treestyletab-drop-position="self"]
|
|
||||||
.treestyletab-drop-marker {
|
|
||||||
list-style-image: url("dropmarker-down.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
|
||||||
.tabbrowser-tab[treestyletab-children][treestyletab-drop-position="self"]
|
|
||||||
.treestyletab-twisty,
|
|
||||||
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
|
||||||
.tabbrowser-tab[treestyletab-drop-position="self"]
|
|
||||||
.tab-icon-image,
|
|
||||||
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
|
||||||
.tabbrowser-tab[treestyletab-drop-position="self"]
|
|
||||||
.tab-extra-status {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.tabbrowser-tabs[treestyletab-tabbar-position="bottom"]
|
.tabbrowser-tabs[treestyletab-tabbar-position="bottom"]
|
||||||
.tabbrowser-tab[treestyletab-drop-position="before"][selected="true"],
|
.tabbrowser-tab[treestyletab-drop-position="before"][selected="true"],
|
||||||
@ -150,6 +132,58 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* drop marker for horizontal tab bar */
|
||||||
|
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]
|
||||||
|
.treestyletab-drop-marker {
|
||||||
|
list-style-image: url("dropmarker-down.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-children][treestyletab-drop-position="self"]
|
||||||
|
.treestyletab-twisty,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]
|
||||||
|
.tab-icon-image,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]
|
||||||
|
.tab-extra-status {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* for Firefox 3.6 or older */
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"][selected="true"]
|
||||||
|
> .tab-image-middle,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"][selected="true"]:hover
|
||||||
|
> .tab-image-middle,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]:not([selected="true"])
|
||||||
|
> .tab-image-middle,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]:not([selected="true"]):hover
|
||||||
|
> .tab-image-middle,
|
||||||
|
/* for Firefox 4 or later */
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"][selected="true"]
|
||||||
|
.tab-content,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"][selected="true"]:hover
|
||||||
|
.tab-content,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]:not([selected="true"])
|
||||||
|
.tab-content,
|
||||||
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"]
|
||||||
|
.tabbrowser-tab[treestyletab-drop-position="self"]:not([selected="true"]):hover
|
||||||
|
.tab-content {
|
||||||
|
-moz-outline: 2px -moz-dialogtext solid !important;
|
||||||
|
outline: 2px -moz-dialogtext solid !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tabbrowser[treestyletab-drop-position] {
|
tabbrowser[treestyletab-drop-position] {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user