Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
25
Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiLine/Style.css
vendored
Normal file
25
Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiLine/Style.css
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/** Styles for all themes */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiLine,
|
||||
.tchmi-line {
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiLine-template,
|
||||
.tchmi-line-template {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiLine-template-svg,
|
||||
.tchmi-line-template-svg {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiLine-template-svg-line,
|
||||
.tchmi-template-svg-line {
|
||||
/* SVG default is stroke:1px */
|
||||
stroke-width: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user