Edit the shader toolkit script & add this line at the top of the script...
game.ShaderExclude = eShaderExcludeInterfaces
It should prevent the fx from effecting interfaces, mouse cursors, & texts. If you want it to affect interfaces, but not the mouse cursor & texts, then use this line of code instead...
game.ShaderExclude = eShaderExcludeTextsAndCursor