Button underline text on hover

Apply the following css:

Button:hover{
    -fx-underline: true;
}

enter image description here