camera.css 148 B

123456789101112
  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. }