GUITheme.css 663 B

12345678910111213141516171819202122232425262728293031
  1. .underlayButton{
  2. -fx-background-image: url('test.png');
  3. -fx-background-repeat: no-repeat;
  4. -fx-background-position: center
  5. }
  6. .operatorButton{
  7. -fx-background-image: url('test.png');
  8. -fx-background-repeat: no-repeat;
  9. -fx-background-position: center
  10. }
  11. .mappingButton{
  12. -fx-background-image: url('test.png');
  13. -fx-background-repeat: no-repeat;
  14. -fx-background-position: center
  15. }
  16. .symbolRepButton{
  17. -fx-background-image: url('test.png');
  18. -fx-background-repeat: no-repeat;
  19. -fx-background-position: center
  20. }
  21. .consoleWindow{
  22. -fx-content-display: top;
  23. -fx-border-insets: 2 0 0 0;
  24. -fx-border-color: -fx-text-box-border;
  25. -fx-border-width: 2;
  26. }