browser/themes/osx/aboutPrivateBrowsing.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/osx/aboutPrivateBrowsing.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,47 @@
     1.4 +%if 0
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +%endif
     1.9 +
    1.10 +body.private > #errorPageContainer {
    1.11 +  background-image: url("chrome://browser/skin/Privacy-48.png");
    1.12 +}
    1.13 +
    1.14 +body.normal > #errorPageContainer {
    1.15 +  background-image: url("chrome://global/skin/icons/question-64.png");
    1.16 +}
    1.17 +
    1.18 +#clearRecentHistoryDesc {
    1.19 +  margin-top: 2em;
    1.20 +}
    1.21 +
    1.22 +#clearRecentHistoryDesc > p {
    1.23 +  font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
    1.24 +}
    1.25 +
    1.26 +#startPrivateBrowsingDesc > button {
    1.27 +  -moz-margin-start: 0;
    1.28 +}
    1.29 +
    1.30 +#footerDesc > p {
    1.31 +  font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
    1.32 +}
    1.33 +
    1.34 +#moreInfo {
    1.35 +  font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
    1.36 +  -moz-padding-start: 25px;
    1.37 +  background: url("chrome://global/skin/icons/information-16.png") no-repeat top left;
    1.38 +}
    1.39 +
    1.40 +#moreInfo:-moz-dir(rtl) {
    1.41 +  background-position: top right;
    1.42 +}
    1.43 +
    1.44 +#moreInfoText {
    1.45 +  margin-bottom: 0;
    1.46 +}
    1.47 +
    1.48 +#moreInfoLinkContainer {
    1.49 +  margin-top: 0.5em;
    1.50 +}

mercurial