From the option 'table' in the visualization tab I'd like to change the values for the css styles of the table (NOT THE RESULTS). More specifically I'd love to prevent the change to 'gray' on the hover at a level. I tried to add some HTML inside a dimension from type 'string' but it's only affecting that dimension and it's not changing the table the information is displayed on.
So, my dimension has this parameters `sql: "Navigation bar" ;; html:
<li style="float:left; width:300px !important" class="hover-item">`
Does anyone know how to do it? Thanks
I tried to add some css in the html code
tr:hover {background-color: white !important;}
before the tag but I didn't succeed.