WIP desktop client for Chatto reimplemented in ScalaFX and Sapphire Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
491 B

4 years ago
  1. .user-box {
  2. -fx-padding: 0.0 2.5 0.0 0.0;
  3. -fx-background-radius: 0px;
  4. -fx-border-color: #337ab7;
  5. }
  6. .user-box:selected {
  7. -fx-background-color: red;
  8. }
  9. .user-radio .radio {
  10. visibility: hidden;
  11. -fx-pref-width: 0.0px;
  12. -fx-max-width: 0.0px;
  13. -fx-padding: 0.0 0.0 0.0 0.0;
  14. }
  15. .user-radio {
  16. -fx-font-size: 20px ;
  17. }
  18. #nameLabel {
  19. -fx-text-fill: #fff;
  20. }
  21. .user-radio {
  22. -fx-text-fill: #fff;
  23. }
  24. .messageLabel {
  25. -fx-padding: 0.0 0.0 0.0 5.0;
  26. -fx-text-fill: #fff;
  27. -fx-font-size: 15px ;
  28. }