camera.css 236 B

1234567891011121314151617
  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. }
  12. .flash {
  13. background-color: #ffffff;
  14. }