41 lines
837 B
CSS
41 lines
837 B
CSS
/** Styles for all themes */
|
|
|
|
/* Style for the main element */
|
|
.TcHmi_Controls_Beckhoff_TcHmiVideo,
|
|
.tchmi-video {
|
|
/* Prevent overflow if the border radius is huge */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiVideo-template,
|
|
.tchmi-video-template {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiVideo-template-content,
|
|
.tchmi-video-template-content {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiVideo-template-focus-border,
|
|
.tchmi-video-template-focus-border {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiVideo-template-border,
|
|
.tchmi-video-template-border {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|