We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 523604a + 384fd20 commit 97199afCopy full SHA for 97199af
web/install/includes/main.css
@@ -29,6 +29,31 @@ a:hover {
29
color: #b05015;
30
}
31
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
57
/* =============== FORMS ==================== */
58
59
.badentry{
0 commit comments