How do I get rid of the blue outer border surrounding a button? I don't want the blue killing the GUI ><
Also, how can I customize the mouseover/onclick colors of the button? If I specify GUICtrlSetBkColor or GUICtrlSetColor the button loses the default mouseover properties (mouseover=gold inner border, onclick=no inner border).
I tried using the style/exstyle stuff and nothing I tried worked. Created a second button so that I could tab off of my main button's focus.
Example: (