<@U0F3291QE> This is my css for text field, all ...
# tornadofx
a
@edvin This is my css for text field, all the properties are being applied except -fx-font-size.
Copy code
.custom-text-field{
    -fx-background-color: rgba(235, 239, 242, 1);
    -fx-background-radius: 0;
    -fx-border-radius: 0;
    -fx-text-fill: #3f465d;
    -fx-font-size: 10px;
    -fx-min-height: 20.0;
    -fx-max-height: 20.0;
    -fx-padding: 5px;
}