Difficult to share code as it wont run without seeing all the other webservices i needs.
But – yes to the directive- below is my CSS:
.highlight:hover
{
color: red !important;
}
in the label CssClass property I have “important”
It works – Solved. My big typeO – needs to have “highlight” in the CssClass Property. Works as designed. I like the CSS effects in WiseJ – at least it does not have to go back to the server to do this type of thing – which in the early days of VisualWebGui i would have to code an event on the server to change the color of the text.
I went back to this and tried to add to it: change the pointer to a hand by using:
.highlight:hover {color: #5fc0fc !important;cursor: pointer};
but it does not change the pointer to a hand when hovering over the items. What am i doing wrong ?