update both themes for global winstripe changes up to 2010-12-30
[themes.git] / EarlyBlue / global / tabprompts.css
CommitLineData
72a6fd39
RK
1/* Tab Modal Prompt boxes */
2tabmodalprompt {
3 background-color: hsla(0,0%,97%,.15);
4 background-image: -moz-radial-gradient(center 40%, circle closest-side, hsla(0,0%,90%,.5), hsla(0,0%,90%,0));
5}
6
7.mainContainer {
8 padding: 20px;
9 color: #000000;
10 background-color: #CCD0DD;
11 border: 1px outset #CCD0DD;
12}
13
14.buttonContainer {
15 margin-top: 10px;
16}
17
18.info\.icon {
19 width: 64px !important;
20 height: 64px !important;
21}
22
23.alert-icon {
24 list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
25}
26
27.question-icon {
28 list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
29}