start working on new version of Firefox LCARStrek theme by moving old theming to...
[themes.git] / LCARStrek / 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: #FF9F00;
10 background-color: #000000;
11 border-radius: 8px;
12 border: 1px solid #9C9CFF;
13}
14
15.buttonContainer {
16 margin-top: 10px;
17}
18
19.info\.icon {
20 width: 64px !important;
21 height: 64px !important;
22}
23
24.alert-icon {
25 list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
26}
27
28.question-icon {
29 list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
30}