How to change button border colour on hover?

Hello, I’d like to know if anyone can describe/show me how to accomplish the task of making a blueprint button’s border change colour when the cursor is hovered either over it or the button contained inside. I gave it a look myself, but I’m a C++ programmer, not a blueprint programmer, so I wasn’t able to find the border in the targets section of the “Is Hovered” widget (in the graph area).

If the border is not contained within the buttons own Style element (but I think it is), then you can set up a Hover event on the main part of the button and have that explicitly set the border style.