2010-11-19 21:23:25 -08:00
|
|
|
/* Tab Modal Prompt boxes */
|
|
|
|
tabmodalprompt {
|
2010-11-30 19:02:00 -08:00
|
|
|
background-image: url(chrome://global/skin/icons/tabprompts-bgtexture.png),
|
|
|
|
-moz-radial-gradient(center 40%, circle farthest-side, hsla(0,0%,10%,.1), hsla(0,0%,0%,.5));
|
2010-11-19 21:23:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer {
|
2010-11-19 21:23:30 -08:00
|
|
|
padding: 20px;
|
|
|
|
color: black;
|
2010-11-30 19:02:00 -08:00
|
|
|
background-image: -moz-linear-gradient(hsla(0,0%,89%,.97), hsla(0,0%,96%,.97));
|
|
|
|
border-radius: 6px;
|
|
|
|
box-shadow: 0 0 1px 1px hsla(0,0%,0%,.6) inset,
|
2010-11-19 21:23:30 -08:00
|
|
|
0 1px 1px hsla(0,0%,0%,.2) inset,
|
2010-11-30 19:02:00 -08:00
|
|
|
0 2px 5px hsla(0,0%,0%,.2) inset,
|
|
|
|
0 0 0 1px hsla(0,0%,100%,.3),
|
|
|
|
0 1px 0 hsla(0,0%,100%,.1);
|
2010-11-19 21:23:25 -08:00
|
|
|
}
|
|
|
|
|
2010-11-19 21:23:30 -08:00
|
|
|
.buttonContainer {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info\.icon {
|
|
|
|
width: 64px !important;
|
|
|
|
height: 64px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-icon {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.question-icon {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
|
2010-11-19 21:23:25 -08:00
|
|
|
}
|