All Answers

All Answers » Re: Theme Designer - Text Label highlite » Comments for "Re: Theme Designer - Text Label highlite"
  • edmond girardi
    I added a stylesheet extender to my user control and set the CSSClass on my label but it does not work (copied the style from your example to test)
  • Frank (ITG)
    Did you add the !important directive ? Can you please share the code / css ? If you want to you can also send it to frankATiceteagroup.com. TIA, Frank
  • edmond girardi
    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”
  • edmond girardi
    We can do a teamviewer session if you want to see the issue running – send me a private email if so.
  • edmond girardi
    We can do a teamviewer session if you want to see the issue running – send me a private email if so.
  • edmond girardi
    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.
  • edmond girardi
    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 ?
  • Frank (ITG)
    Try adding !important; also to cursor:pointer Then it should work. Best regards, Frank