Skip to content

Commit

Permalink
Merge pull request #556 from wanabe/tab-border-with-tmp
Browse files Browse the repository at this point in the history
Erase border that appears with TMP (#528)
  • Loading branch information
piroor committed Sep 13, 2013
2 parents d045439 + 1d67911 commit 9e49b3c
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 9e49b3c

Please sign in to comment.