camera.css 193 B

12345678910111213
  1. .errorbox {
  2. background: #dd0000;
  3. color: #ffffff;
  4. }
  5. .controlbox {
  6. background: rgba(0, 0, 0, 0.2);
  7. }
  8. .button-overlay {
  9. opacity: 0.9;
  10. background-color: rgba(0, 0, 0, 0.2);
  11. }