toolkit/themes/windows/global/tabprompts.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/windows/global/tabprompts.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     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 +/* Tab Modal Prompt boxes */
     1.9 +tabmodalprompt {
    1.10 +  background-image: url(chrome://global/skin/icons/tabprompts-bgtexture.png);
    1.11 +  background-color: hsla(0,0%,10%,.5);
    1.12 +  font-family: sans-serif; /* use content font not system UI font */
    1.13 +}
    1.14 +
    1.15 +.mainContainer {
    1.16 +  color: -moz-fieldText;
    1.17 +  background-color: -moz-field;
    1.18 +  border-radius: 2px;
    1.19 +  border: 1px solid threeDDarkShadow;
    1.20 +}
    1.21 +
    1.22 +.topContainer {
    1.23 +  padding: 20px;
    1.24 +}
    1.25 +
    1.26 +.buttonContainer {
    1.27 +  padding: 12px 20px 15px;
    1.28 +  background-color: hsla(0,0%,0%,.05);
    1.29 +  border-top: 1px solid hsla(0,0%,0%,.05);
    1.30 +}

mercurial