View Single Post
11-29-20, 03:56 AM   #1
Krainz
A Wyrmkin Dreamwalker
Join Date: Oct 2016
Posts: 57
How do I make a button text color change only while highlighted by mouseover?

There's an addon applying a SetHighlightTexture to buttons while the buttons are highlighted by mouseover, but that texture would look better if the button's text color also changed to black.

The button's default color is already being changed to white (255, 255, 255), but I want to write a code where the button's text color is changed to black while mouseovered.

How do I do this?

Edit: and how do I change the QuestMapFrame.DetailsFrame's text color?

Last edited by Krainz : 11-29-20 at 04:08 AM.
  Reply With Quote