camera.css 146 B

123456789101112
  1. .black {
  2. background: #000000;
  3. }
  4. .errorbox {
  5. background: #dd0000;
  6. color: #ffffff;
  7. }
  8. .controlbox {
  9. background: rgba(0,0,0,0.2);
  10. }