All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.LoginDialog.css Maven / Gradle / Ivy

#txtUsername {
  -fx-background-image:url('/img/User-Login.png');
  -fx-background-repeat: no-repeat;
  -fx-background-position: 180px center;
}

#txtPassword {
  -fx-background-image:url('/img/Key.png');
  -fx-background-repeat: no-repeat;
  -fx-background-position: 180px center;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy