all repos — dotfiles @ 6ecb7c899fc8d79a96bde7eba8cc269720a52daa

random configuration files

thunderbird/userChrome.css (raw)

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
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url("http://www.w3.org/1999/xhtml");

toolbox {
  background: #222222 !important;
  border: none !important;
}

toolbar{
  border: none !important;
}

#mail-toolbox {
  --chrome-content-separator-color: #101010;
}

#tabs-toolbar, .tabmail-arrowscrollbox, #tabbar-toolbar, .toolbox-top {
  background: #222222 !important;
}
.tab-background {
  background: linear-gradient(#222222) !important;
}

.tab-background[selected="true"] {
 background: #222222 !important;
}

.tab-line {
  -moz-box-ordinal-group: 2 !important;
}

.tab-label {
  color: #797979 !important;
}

.tab-label[selected="true"] {
  color: #c9c9c9 !important;
}