megapixels/camera.css

13 lines
146 B
CSS
Raw Normal View History

2020-01-23 18:15:28 +01:00
.black {
background: #000000;
2020-09-16 19:50:46 +02:00
}
.errorbox {
background: #dd0000;
color: #ffffff;
}
2020-10-06 16:08:55 +02:00
.controlbox {
background: rgba(0,0,0,0.2);
}