toolkit/themes/windows/global/tabprompts.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 /* Tab Modal Prompt boxes */
     6 tabmodalprompt {
     7   background-image: url(chrome://global/skin/icons/tabprompts-bgtexture.png);
     8   background-color: hsla(0,0%,10%,.5);
     9   font-family: sans-serif; /* use content font not system UI font */
    10 }
    12 .mainContainer {
    13   color: -moz-fieldText;
    14   background-color: -moz-field;
    15   border-radius: 2px;
    16   border: 1px solid threeDDarkShadow;
    17 }
    19 .topContainer {
    20   padding: 20px;
    21 }
    23 .buttonContainer {
    24   padding: 12px 20px 15px;
    25   background-color: hsla(0,0%,0%,.05);
    26   border-top: 1px solid hsla(0,0%,0%,.05);
    27 }

mercurial