filefield.css 738 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  3. # This Source Code Form is subject to the terms of the Mozilla Public
  4. # License, v. 2.0. If a copy of the MPL was not distributed with this
  5. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. */
  7. /* File Field Widget */
  8. filefield {
  9. margin: 2px 4px;
  10. -moz-appearance: textfield;
  11. }
  12. .fileFieldContentBox {
  13. background-color: -moz-Dialog;
  14. }
  15. .fileFieldIcon[disabled="true"] {
  16. opacity: 0.4;
  17. }
  18. .fileFieldIcon {
  19. width: 16px;
  20. height: 16px;
  21. margin-top: 1px;
  22. margin-bottom: 1px;
  23. margin-inline-start: 1px;
  24. margin-inline-end: 4px;
  25. }
  26. .fileFieldLabel {
  27. -moz-appearance: none;
  28. background-color: transparent;
  29. border: none;
  30. margin: 0px;
  31. }