Skip to content

Commit

Permalink
Erase border that appears with TMP (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanabe committed Sep 13, 2013
1 parent d045439 commit 1d67911
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skin/classic/treestyletab/tmp.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 1d67911

Please sign in to comment.