Laufzeit und Watchdog und Timer
This commit is contained in:
10
src/main/java/fabrik/simulator/pic16f84/styles.css
Normal file
10
src/main/java/fabrik/simulator/pic16f84/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user