-
Notifications
You must be signed in to change notification settings - Fork 0
/
rollbar-dark-theme.user.css
74 lines (61 loc) · 1.14 KB
/
rollbar-dark-theme.user.css
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
65
66
67
68
69
70
71
72
73
74
/* ==UserStyle==
@name Rollbar Dark Theme
@namespace mikemanger
@version 1.0.3
@homepageURL https://github.com/mikemanger/userscripts/
@updateURL https://raw.githubusercontent.com/mikemanger/userscripts/master/rollbar-dark-theme.user.css
@license CC-BY-4.0
==/UserStyle== */
@-moz-document regexp("https://rollbar.com(?!/callback).*") {
body {
background: #1F1B24;
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
color: lightblue;
}
.nav-tabs > li > a {
color: #fff;
}
.table td,
.table th {
border-color: #aaa;
}
.table-striped tbody tr:nth-child(odd) td {
background-color: #222;
}
.nav-tabs>.active > a,
.nav-tabs>.active > a:hover,
.table tbody tr:hover td,
.table tbody tr:hover {
background: #333;
}
.bsButton {
color: white;
}
tr:hover .bsButton {
background-color: #333 !important;
}
.bsContainer .autocomplete {
background: #333;
border-color: #333;
}
.project-item-list canvas {
filter: invert(1);
}
.env-settings,
.footer,
.no-data,
.progress-bar,
.traceback,
.well {
background: #1F1B24;
}
.project-item-list > div > div > div:first-child {
background: #aaa;
}
#react-traceback {
background: beige;
color: #222;
}
}