Erase border that appears with TMP (#528)

This commit is contained in:
wanabe 2013-09-13 12:28:06 +09:00
parent d045439bcc
commit 1d67911c5e

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;
}