Invert gradient of highlighted pinned tabs
This commit is contained in:
parent
c9e64fdd08
commit
01388297a5
@ -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],
|
||||
|
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user