toolkit/themes/linux/global/inContentUI.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/linux/global/inContentUI.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     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 +/*
     1.9 + * The default namespace for this file is XUL. Be sure to prefix rules that
    1.10 + * are applicable to both XUL and HTML with '*|'.
    1.11 + */
    1.12 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    1.13 +@namespace html url("http://www.w3.org/1999/xhtml");
    1.14 +
    1.15 +/* Page background */
    1.16 +*|*:root {
    1.17 +  -moz-appearance: none;
    1.18 +  padding: 18px;
    1.19 +  background-color: Window;
    1.20 +  background-image: /* Texture */
    1.21 +                    url("chrome://global/skin/inContentUI/background-texture.png");
    1.22 +  color: WindowText;
    1.23 +}
    1.24 +
    1.25 +html|html {
    1.26 +  font: message-box;
    1.27 +}
    1.28 +
    1.29 +/* Content */
    1.30 +*|*.main-content {
    1.31 +  /* Needed to allow the radius to clip the inner content, see bug 595656 */
    1.32 +  overflow: hidden;
    1.33 +  background-color: -moz-Field;
    1.34 +  color: -moz-FieldText;
    1.35 +  border: 1px solid ThreeDShadow;
    1.36 +  border-radius: 5px;
    1.37 +}

mercurial