Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** Styles for the theme: Base-Dark */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTextblock,
|
||||
.tchmi-textblock {
|
||||
--tchmi-color: var(--tchmi-foreground-color-1);
|
||||
color: var(--tchmi-color);
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/** Styles for the theme: Base */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTextblock,
|
||||
.tchmi-textblock {
|
||||
--tchmi-color: var(--tchmi-foreground-color-4);
|
||||
color: var(--tchmi-color);
|
||||
}
|
||||
Reference in New Issue
Block a user