forked from luke-eisenbraun/teamcity-dark
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadmin.css
More file actions
32 lines (31 loc) · 644 Bytes
/
admin.css
File metadata and controls
32 lines (31 loc) · 644 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
/*
* URLs starting with <teamcity url>/agents
* URLs starting with <teamcity url>/admin
* URLs starting with <teamcity url>//queue.html
*/
* {
border-color: #444 !important;
}
td {
background-color: #222 !important;
}
table.dark th.emptyCell,
table.dark td.emptyCell {
background-color: #222 !important;
}
.runnerFormTable span.smallNote,
.runnerFormTable td select {
background-color: #333
}
.refreshableInner {
background-color: #333
}
.settingsBlock {
background-color: #222
}
.settingsBlockTitle {
background-color: #333
}
.settingsBlockContent {
background-color: #222
}