Different Results in Different Browsers

Has anyone had the issue where perspective components act different in different browsers?

Firefox (fresh install):
image

Safari:
image

Black is the browser’s default fill and stroke for SVGs (our checkboxes are SVGs or icons). You're seeing the browser’s default, which leads me to believe that you might be having theming problems. Is this where the green fill is coming from?

The checkbox has a color binding based on if the value is true/false.

I would use the colors you see in table, then you will avoid theming issues.
https://docs.inductiveautomation.com/display/DOC81/Perspective+Built-In+Themes#PerspectiveBuiltInThemes-Built-inThemeColors

2 Likes

Thank you, that seemed to fix the issue.

1 Like