-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
27 lines (26 loc) · 826 Bytes
/
custom.css
File metadata and controls
27 lines (26 loc) · 826 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
body {
font-family: 'Open Sans', Arial, sans-serif;
font-size: 14px;
}
a { color: #E57B2A; }
table { border-collapse: collapse; border-color: #dedede; }
th { background: #ddd; border-color: #dedede; }
td { padding: 3px 2px 3px 2px; border-color: #dedede; }
tr { border-color: #dedede; }
.buildtable { overflow: auto; overflow-y: hidden; }
.name { min-width: 350px; }
.time { min-width: 105px; }
.rev { min-width: 70px; }
.fullbrief { min-width: 85px; }
.status { min-width: 50px; }
.new { font-weight: bold; }
.normal { background: white; }
.warning { background: #d9712b; }
.late { background: #b30000; }
.disabled { background: gray; }
.error { background: #b30000; }
.error a { color: white; }
.warning { background: #d9712b; }
.warning a { color: white; }
.good { background: forestgreen; }
.good a { color: white; }