Advertisement
mateu15

Untitled

Feb 24th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. .button{
  2. -fx-background-color:#A1A1A1;
  3. -fx-color:white
  4. }
  5. .button:disabled{
  6. -fx-background-color:#242424;
  7. -fx-color:black;
  8. }
  9. .backgroundcolor{
  10. -fx-background-color:#63696E;
  11. }
  12. #author{
  13. -fx-background-color:##D5E4ED;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement