Invert gradient of highlighted pinned tabs

This commit is contained in:
YUKI Hiroshi 2013-11-20 17:53:37 +09:00
parent c9e64fdd08
commit 01388297a5
2 changed files with 8 additions and 8 deletions

View File

@ -91,14 +91,14 @@
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) .tab-background {
background-image: radial-gradient(circle farthest-corner at 50% 3px,
ThreeDHighlight 3%,
Highlight 80%);
Highlight 3%,
rgba(255, 255, 255, 0) 80%);
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover .tab-background {
background-image: radial-gradient(circle farthest-corner at 50% 3px,
ThreeDHighlight 3%,
Highlight 100%);
Highlight 3%,
rgba(255, 255, 255, 0) 100%);
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
:-moz-any(.tab-background-start[pinned][titlechanged],

View File

@ -122,14 +122,14 @@
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
background-image: radial-gradient(circle farthest-corner at 50% 3px,
Highlight 3%,
rgba(255, 255, 255, 0) 80%);
ThreeDHighlight 3%,
Highlight 80%);
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
background-image: radial-gradient(circle farthest-corner at 50% 3px,
Highlight 3%,
rgba(255, 255, 255, 0) 100%);
ThreeDHighlight 3%,
Highlight 100%);
}
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])