How to change tooltip background for GPix grid
is it possible to change the background color for tooltip? sure it is possible, more it is very easy.
you need to change color definition in file templates/wz_tooltip.inc.tpl on line 4:
ttBgColor = '#FFFFCC';
as example you can make white background:
ttBgColor = '#FFF';