|
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/. */ |
|
4 |
|
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 } |
|
11 |
|
12 .mainContainer { |
|
13 color: -moz-fieldText; |
|
14 background-color: -moz-field; |
|
15 border-radius: 2px; |
|
16 border: 1px solid threeDDarkShadow; |
|
17 } |
|
18 |
|
19 .topContainer { |
|
20 padding: 20px; |
|
21 } |
|
22 |
|
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 } |