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
|
html {
background-color: #222
}
fieldset.box,
div.box,
div#content,
div#main,
div.issue, td,
select,
table.list,
div#footer,
p.nodata,
div.issues,
div.projects,
div#version-summary,
div.members {
background-color: #222;
color: #6f6f6f;
}
a:hover {
color: #00e1ff;
}
span.drdn-trigger,
#quick-search.input#q.small,
textarea#issue_description,
textarea#issue_notes.wiki-edit,
input,
button,
div .drdn-content,
legend {
background-color: #6f6f6f;
}
table.list.issues.odd-even.sort-by-id.sort-desc thead th,
table.list.issue-report thead th{
background-color: #6f6f6f;
color: #169;
}
|