bump version numbers
[themes.git] / EarlyBlue / 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: #000000;
9 background-color: #CCD0DD;
a0885fa2 10 background-clip: padding-box;
72a6fd39
RK
11 border: 1px outset #CCD0DD;
12}
13
a0885fa2
RK
14.topContainer {
15 padding: 20px;
72a6fd39
RK
16}
17
a0885fa2
RK
18.buttonContainer {
19 padding: 12px 20px 15px;
20 background-color: #9999CC;
21 border-top: 1px solid #666699;
72a6fd39 22}