I would appreciate if someone could share how to get rid of the button edges, or atleast make them transparent in .css (using JavaFX). Im trying to re-create the Windows 10 calculator
This following code does not work
.button{
-fx-background-radius: 0;
-fx-border-color: transparent;
}
Thanks!