Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcustom.css
More file actions
Latest commit
53 lines (46 loc) · 801 Bytes
/
Copy pathcustom.css
File metadata and controls
53 lines (46 loc) · 801 Bytes
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
a.build-errors {
color:rgb(169,68,66);
cursor: pointer;
}
a.build-errors:visited {
color:rgb(169,68,66);
}
a.build-errors:hover {
color:rgb(169,68,66);
}
a.build-warnings{
color:rgb(138,109,59);
cursor: pointer;
}
a.build-warnings:visited {
color:rgb(138,109,59);
}
a.build-warnings:hover {
color:rgb(138,109,59);
}
.filename {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align:left;
}
.line-number {
width:10%;
}
.test-success>td {
font-weight: bold;
color:#5cb85c;
}
.test-success>td>a {
font-weight: bold;
color:#5cb85c;
}
.panel-headinga.collapsed:after {
content:"\e080";
}
.panel-headinga:after {
font-family:'Glyphicons Halflings';
content:"\e114";
float: right;
color: grey;
}