Don't override special style rules for the overlay icon in a pinned tab
This commit is contained in:
parent
8185bafaae
commit
27d9164d9c
@ -338,7 +338,7 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
|
||||
}
|
||||
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||
.tab-content[pinned="true"] > image {
|
||||
.tab-content[pinned="true"] > image:not(.tab-icon-overlay) {
|
||||
height: 16px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@ -356,13 +356,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* overlay icon */
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||
.tab-content[pinned="true"] > image.tab-icon-overlay {
|
||||
margin-top: -14px !important;
|
||||
-moz-margin-start: -8px !important;
|
||||
}
|
||||
|
||||
|
||||
/* notification of newly opened tabs in background */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user