-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy paththizer-phpcompletion.css
More file actions
64 lines (60 loc) · 1.1 KB
/
thizer-phpcompletion.css
File metadata and controls
64 lines (60 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.thizer-type {
width: 21px;
height: 21px;
line-height: 21px !important;
border-radius: 100%;
text-align: center;
display: inline-block;
color: #fff;
}
.thizer-type-success {
background-color: #2d7d27;
}
.thizer-type-warning {
background-color: #f89406;
}
.thizer-type-danger {
background-color: #da3a3a;
}
.thizer-type-unknown {
font-weight: bold;
background-color: #666;
}
.thizer-type-var {
font-weight: bold;
background-color: #08c;
}
.thizer-type-other {
font-weight: bold;
background-color: #cc00a9;
}
.thizer-hint {
/*font-size: 9pt !important;*/
font-size: .75rem !important;
display: block;
min-width: 250px;
margin: 0 10px;
}
.thizer-hint-def {
display: block;
}
.thizer-hint-parent {
float: right;
/*display: block;*/
margin-left: 20px;
color: rgba(0,0,0,.5);
background-color: rgba(255,255,255,0.5);
border-radius: 15px;
padding: 0 7px;
}
.wide-result::before {
content: '';
display: none;
}
.wide-result.highlight .thizer-comment {
display: inline-block !important;
color: #999;
}
.codehint-menu > .dropdown-menu {
min-width: 500px !important;
}