Don't override special style rules for the overlay icon in a pinned tab

This commit is contained in:
YUKI Hiroshi 2015-10-26 14:23:05 +09:00
parent 8185bafaae
commit 27d9164d9c

View File

@ -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 */