From 275d0bb4db3578849c48ba6dba5dbfa4c47f6fd9 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Sat, 10 May 2014 19:22:24 +0900 Subject: [PATCH] Add reason why we use white screen --- content/treestyletab/treestyletab.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 3823204a..5e31618a 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -161,6 +161,9 @@ 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. + * The color should be a pale white, instead of a pale black, + * because many websites use white background. Black screen + * is too glaring for white background websites. */ background: rgba(255, 255, 255, 0.01); line-height: 0;