diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 65c5ab0a..3823204a 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -162,7 +162,7 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide=" * Don't make this panel completely transparent, because * mousemove event never fire on 100% transparent panel. */ - background: rgba(0, 0, 0, 0.01); + background: rgba(255, 255, 255, 0.01); line-height: 0; margin: 0; padding: 0;