33 lines
688 B
CSS
33 lines
688 B
CSS
/** Styles for all themes */
|
|
|
|
/* Style for the main element */
|
|
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline {
|
|
/* Prevent overflow if the border radius is huge */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-template {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 5px;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-template-chart {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
top: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-chart {
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-chart-label {
|
|
position: relative;
|
|
width: 100%;
|
|
top: 0px;
|
|
}
|