aboutPrivateBrowsing.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. %if 0
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. %endif
  6. body.private > #errorPageContainer {
  7. background-image: url("chrome://browser/skin/Privacy-48.png");
  8. }
  9. body.normal > #errorPageContainer {
  10. background-image: url("moz-icon://stock/gtk-dialog-question?size=dialog");
  11. }
  12. #clearRecentHistoryDesc {
  13. margin-top: 2em;
  14. }
  15. #clearRecentHistoryDesc > p {
  16. font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
  17. }
  18. #startPrivateBrowsingDesc > button {
  19. margin-inline-start: 0;
  20. }
  21. #footerDesc > p {
  22. font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
  23. }
  24. #moreInfo {
  25. font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
  26. padding-inline-start: 25px;
  27. background: url("moz-icon://stock/gtk-dialog-info?size=menu") no-repeat top left;
  28. }
  29. #moreInfo:-moz-dir(rtl) {
  30. background-position: top right;
  31. }
  32. #moreInfoText {
  33. margin-bottom: 0;
  34. }
  35. #moreInfoLinkContainer {
  36. margin-top: 0.5em;
  37. }