sixth part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / global / tabprompts.css
CommitLineData
72a6fd39
RK
1/* Tab Modal Prompt boxes */
2tabmodalprompt {
a0885fa2
RK
3 background-color: hsla(0,0%,10%,.5);
4 font-family: sans-serif; /* use content font not system UI font */
72a6fd39
RK
5}
6
7.mainContainer {
72a6fd39
RK
8 color: #FF9F00;
9 background-color: #000000;
a0885fa2 10 background-clip: padding-box;
72a6fd39
RK
11 border-radius: 8px;
12 border: 1px solid #9C9CFF;
13}
14
a0885fa2
RK
15.topContainer {
16 padding: 20px;
72a6fd39
RK
17}
18
a0885fa2
RK
19.buttonContainer {
20 padding: 12px 20px 15px;
21 background-color: #E7ADE7;
22 border-top: 1px solid #9C9CFF;
72a6fd39 23}