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