toolkit/themes/windows/global/dialog.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/windows/global/dialog.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,74 @@
     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 +/* ===== dialog.css =====================================================
     1.9 +  == Styles used by the XUL dialog element.
    1.10 +  ======================================================================= */
    1.11 +
    1.12 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    1.13 +
    1.14 +/* ::::: dialog ::::: */
    1.15 +
    1.16 +dialog { 
    1.17 +  padding-top: 8px;
    1.18 +  padding-bottom: 10px;
    1.19 +  -moz-padding-start: 8px;
    1.20 +  -moz-padding-end: 10px;
    1.21 +}
    1.22 +
    1.23 +/* ::::: dialog buttons ::::: */
    1.24 +
    1.25 +.dialog-button {
    1.26 +  font: menu;
    1.27 +  margin-top: 6px;
    1.28 +}
    1.29 +
    1.30 +/* ::::: dialog header ::::: */
    1.31 +
    1.32 +dialogheader {
    1.33 +  margin: 0px 5px 5px 5px;
    1.34 +  border: 2px solid;
    1.35 +  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
    1.36 +  -moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow;
    1.37 +  -moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow;
    1.38 +  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
    1.39 +  padding: 5px 8px;
    1.40 +  background-color: Highlight;
    1.41 +  color: HighlightText;
    1.42 +}
    1.43 +
    1.44 +.dialogheader-title {
    1.45 +  margin: 0px !important;
    1.46 +  font-size: larger;
    1.47 +  font-weight: bold;
    1.48 +}
    1.49 +
    1.50 +/* ::::: large dialog header ::::: */
    1.51 +
    1.52 +.header-large {
    1.53 +  -moz-box-orient: vertical;
    1.54 +  margin-top: -8px;
    1.55 +  margin-bottom: 0;
    1.56 +  -moz-margin-start: -8px;
    1.57 +  -moz-margin-end: -10px;
    1.58 +  border-left: none;
    1.59 +  border-right: none;
    1.60 +  border-top: none;
    1.61 +  -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow;
    1.62 +  padding-top: 12px;
    1.63 +  padding-bottom: 12px;
    1.64 +  -moz-padding-start: 25px;
    1.65 +  -moz-padding-end: 5px;
    1.66 +  background-color: Window;
    1.67 +  color: WindowText;
    1.68 +}
    1.69 +
    1.70 +.header-large > .dialogheader-title {
    1.71 +  font: inherit;
    1.72 +  font-weight: bold;
    1.73 +}
    1.74 +
    1.75 +.header-large > .dialogheader-description {
    1.76 +  -moz-margin-start: 12px !important;
    1.77 +}

mercurial