Files
Megapixels/camera.css
2020-10-06 16:08:55 +02:00

13 lines
146 B
CSS

.black {
background: #000000;
}
.errorbox {
background: #dd0000;
color: #ffffff;
}
.controlbox {
background: rgba(0,0,0,0.2);
}