Example
Set the video time to light gray (hexadecimal #BBBBBB
), sized at 12 pixels, positioned 15 pixels from the top of the control bar, and 80 pixels from the right edges of the control bar.
.s7videoviewer .s7videotime {
top:15px;
right:80px;
font-size:12px;
color:#BBBBBB;
width:60px;
}
recommendation-more-help