Fixes piroor/treestyletab/#710.

Changes background color of dummy almost transparent element spread over
Firefox content area from black to white. The near transparent element may
change website tone with inverse color. Therefore white dummy element will
affect only black websites since this commit.
This commit is contained in:
Vlastimil Ovčáčík 2014-05-08 12:59:13 +02:00
parent 0ead818f1b
commit 2a865e5549

View File

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