browser/branding/nightly/content/aboutDialog.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/branding/nightly/content/aboutDialog.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +#aboutDialogContainer {
     1.9 +  background-image: url("chrome://branding/content/about-background.png");
    1.10 +  background-repeat: no-repeat;
    1.11 +  background-color: rgb(10,17,37);
    1.12 +  color: #fff;
    1.13 +}
    1.14 +
    1.15 +.text-link {
    1.16 +  color: #fff !important;
    1.17 +  text-decoration: underline;
    1.18 +}
    1.19 +
    1.20 +.text-link:-moz-focusring {
    1.21 +  border-color: #fff;
    1.22 +}
    1.23 +
    1.24 +#rightBox {
    1.25 +  /* this margin prevents text from overlapping the planet image */
    1.26 +  margin-left: 280px;
    1.27 +  margin-right: 20px;
    1.28 +}
    1.29 +
    1.30 +#bottomBox {
    1.31 +  background-color: rgba(0,0,0,.7);
    1.32 +}

mercurial