24 lines
342 B
CSS
24 lines
342 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
.PredictedObject {
|
|
border: 2px solid green;
|
|
}
|
|
|
|
.predictedObjectLabel {
|
|
color: white;
|
|
background-color: green;
|
|
font-size: 12px;
|
|
padding: 5px 10px;
|
|
text-transform: uppercase;
|
|
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
|
|
}
|
|
|
|
#VideoView {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
} |