megapixels/data/camera.css

14 lines
193 B
CSS
Raw Normal View History

2020-09-16 19:50:46 +02:00
.errorbox {
background: #dd0000;
color: #ffffff;
}
2020-10-06 16:08:55 +02:00
.controlbox {
2021-04-26 11:07:59 +02:00
background: rgba(0, 0, 0, 0.2);
2020-10-06 16:08:55 +02:00
}
2021-04-20 15:50:26 +02:00
.button-overlay {
opacity: 0.9;
2021-04-26 11:07:59 +02:00
background-color: rgba(0, 0, 0, 0.2);
2021-04-20 15:50:26 +02:00
}