sync EarlyBlue theme with toolkit windows theme changes in Mozilla 40 cycle
[themes.git] / EarlyBlue / global / tabprompts.css
... / ...
CommitLineData
1/* Tab Modal Prompt boxes */
2tabmodalprompt {
3 background-color: hsla(0,0%,10%,.5);
4 font-family: sans-serif; /* use content font not system UI font */
5}
6
7.mainContainer {
8 color: #000000;
9 background-color: #CCD0DD;
10 background-clip: padding-box;
11 border: 1px outset #CCD0DD;
12}
13
14.topContainer {
15 padding: 20px;
16}
17
18.buttonContainer {
19 padding: 12px 20px 15px;
20 background-color: #9999CC;
21 border-top: 1px solid #666699;
22}