Change color of pinned tabs from ThreeDFace to -moz-dialog
This commit is contained in:
parent
247ec2a3b7
commit
3a38833c23
@ -13,7 +13,7 @@
|
|||||||
.tabbrowser-tab
|
.tabbrowser-tab
|
||||||
:-moz-any(.tab-background:not([pinned]),
|
:-moz-any(.tab-background:not([pinned]),
|
||||||
.tab-background:not([titlechanged])[pinned]) {
|
.tab-background:not([titlechanged])[pinned]) {
|
||||||
background-color: ThreeDFace !important;
|
background-color: -moz-dialog !important;
|
||||||
background-image: -moz-linear-gradient(
|
background-image: -moz-linear-gradient(
|
||||||
top,
|
top,
|
||||||
rgba(0, 0, 0, 0.02) 0,
|
rgba(0, 0, 0, 0.02) 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user