Skip to content

Commit 97199af

Browse files
authored
Merge pull request #842 from Rushaway/fix-install-css
Install: missing css
2 parents 523604a + 384fd20 commit 97199af

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

web/install/includes/main.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,31 @@ a:hover {
2929
color: #b05015;
3030
}
3131

32+
/** ================ ToolTips ================ **/
33+
.tool-tip {
34+
color: #fff;
35+
width: 250px;
36+
z-index: 13000;
37+
text-align: left;
38+
}
39+
40+
.tool-title {
41+
font-weight: bold;
42+
font-size: 14px;
43+
margin: 0;
44+
color: #dadfe1;
45+
border-bottom: #dadfe1 1px;
46+
padding: 8px 8px 4px;
47+
background-color: #38322c;
48+
}
49+
50+
.tool-text {
51+
color: #444;
52+
font-size: 11px;
53+
padding: 4px 8px 8px;
54+
background-color: #bab5b2;
55+
}
56+
3257
/* =============== FORMS ==================== */
3358

3459
.badentry{

0 commit comments

Comments
 (0)