Laufzeit und Watchdog und Timer

This commit is contained in:
2024-06-02 15:16:01 +02:00
parent 45f9878047
commit c49a073cfd
7 changed files with 209 additions and 15 deletions

View File

@ -0,0 +1,10 @@
.breakpoint-icon {
-fx-background-color: transparent;
-fx-shape: "M 0 0 L 10 5 L 0 10 Z"; /* Dreieck-Symbol */
-fx-background-insets: 0;
-fx-padding: 0;
-fx-background-radius: 0;
-fx-shape-padding: 0;
-fx-scale-shape: false;
-fx-cursor: hand;
}