tabprompts.css 744 B

123456789101112131415161718192021222324252627
  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
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. /* Tab Modal Prompt boxes */
  5. tabmodalprompt {
  6. background-image: url(chrome://global/skin/icons/tabprompts-bgtexture.png);
  7. background-color: hsla(0,0%,10%,.5);
  8. font-family: sans-serif; /* use content font not system UI font */
  9. }
  10. .mainContainer {
  11. color: -moz-fieldText;
  12. background-color: -moz-field;
  13. border-radius: 2px;
  14. border: 1px solid threeDDarkShadow;
  15. }
  16. .topContainer {
  17. padding: 20px;
  18. }
  19. .buttonContainer {
  20. padding: 12px 20px 15px;
  21. background-color: hsla(0,0%,0%,.05);
  22. border-top: 1px solid hsla(0,0%,0%,.05);
  23. }