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
376 B

4 years ago
  1. .navigation {
  2. -fx-background-color: derive(cadetblue, 60%);
  3. -fx-font-size: 14px;
  4. }
  5. .status {
  6. -fx-background-color: derive(lightgray, 30%);
  7. -fx-font-size: 12px;
  8. }
  9. .workspace2 {
  10. -fx-background-color: azure;
  11. -fx-font-size: 16px;
  12. }
  13. .workspace {
  14. -fx-background-color: beige;
  15. -fx-font-size: 13px;
  16. }
  17. .personPane {
  18. -fx-font-size: 11px;
  19. }