Files
Megapixels/data/camera.css
Benjamin Schaaf 24835cdc25 Implement flash
Fixes #5
2021-11-12 18:29:34 +11:00

18 lines
236 B
CSS

.errorbox {
background: #dd0000;
color: #ffffff;
}
.controlbox {
background: rgba(0, 0, 0, 0.2);
}
.button-overlay {
opacity: 0.9;
background-color: rgba(0, 0, 0, 0.2);
}
.flash {
background-color: #ffffff;
}