convert buttons to a more LCARS-like and visible look with a new color scheme
[themes.git] / LCARStrek / 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: #FF9F00;
9 background-color: #000000;
10 background-clip: padding-box;
11 border-radius: 8px;
12 border: 1px solid #9C9CFF;
13}
14
15.topContainer {
16 padding: 20px;
17}
18
19.buttonContainer {
20 padding: 12px 20px 15px;
21 background-color: #E7ADE7;
22 border-top: 1px solid #9C9CFF;
23}