Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
33
Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiImage/Style.css
vendored
Normal file
33
Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiImage/Style.css
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
/** Styles for all themes */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiImage,
|
||||
.tchmi-image {
|
||||
/* Prevent overflow if the border radius is huge */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiImage-template,
|
||||
.tchmi-image-template {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiImage-template-content,
|
||||
.tchmi-image-template-content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiImage-template-content[src=''],
|
||||
.tchmi-image-template-content[src=''] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* class TcHmi_Controls_System_TcHmiControl-disabled will be set/unset in the system */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiImage.TcHmi_Controls_System_TcHmiControl-disabled,
|
||||
.tchmi-image.tchmi-control-disabled {
|
||||
opacity: 0.4 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user