Hover in template node affects all template nodes

I have a problem using different template nodes in the same dashboard tab. When using "hover" in a table like this:

<style>
  tr:hover {background-color:gray;}  
</style>

These settings appear in all templates within the same tab. The problem does not appear in template nodes in other tabs. How can I avoid hovering over display tables in other template nodes?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.