recorder.css 368 B

123456789101112131415161718
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this file,
  3. * You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. body {
  5. font-family: sans-serif;
  6. }
  7. #record {
  8. width: 100%;
  9. height: 80%;
  10. }
  11. #connected {
  12. font-weight: bold;
  13. color: #090;
  14. }
  15. #not-connected {
  16. color: #900;
  17. }