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.

57 lines
1.0 KiB

4 years ago
  1. /* .button {
  2. -fx-background-color: #009688;
  3. -fx-background-radius: 0.0;
  4. -fx-text-fill: #FFFFFF;
  5. -fx-margin: 0.0;
  6. -fx-background-radius: 21.0px;
  7. } */
  8. /* .userButton{
  9. -fx-background-color: #ff9688;
  10. -fx-background-radius: 0.0px;
  11. -fx-pref-width: 100px;
  12. -fx-pref-height: 40px;
  13. -fx-background-insets: 5px;
  14. } */
  15. .root{
  16. -fx-padding: 5.0 5.0 5.0 5.0;
  17. -fx-background-image: url("../images/backgroung.jpg");
  18. -fx-background-size: 1920.0 1080.0;
  19. -fx-background-position: center center;
  20. }
  21. #flowPane {
  22. -fx-hgap: 5.0px;
  23. -fx-vgap: 5.0px;
  24. }
  25. .userVbox {
  26. -fx-padding: 5.0 5.0 5.0 5.0;
  27. -fx-background-insets: 5px;
  28. -fx-background-size: 1920.0 1080.0;
  29. -fx-background-position: center center;
  30. -fx-background-color: #ff0055;
  31. -fx-background-radius: 10px;
  32. }
  33. #chatTextArea{
  34. -fx-font-size: 1.4em;
  35. }
  36. .my-list-cell {
  37. -fx-background-color: null;
  38. }
  39. .my-list-view {
  40. -fx-background-color: null;
  41. }
  42. .my-list-view > .list-cell {
  43. -fx-background-color: null;
  44. }
  45. /*.myButton {
  46. -fx-background-radius: 21.0px;
  47. }*/