Merge pull request #556 from wanabe/tab-border-with-tmp

Erase border that appears with TMP (#528)
This commit is contained in:
YUKI "Piro" Hiroshi 2013-09-13 03:18:03 -07:00
commit 9e49b3ce5e

View File

@ -49,3 +49,8 @@
.tabbrowser-tabs[treestyletab-mode="vertical"] .tab-progress {
margin-top: -2px;
}
:root[treestyletab-enable-compatibility-tmp="true"]
#tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) {
background-image: none !important;
}