-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thunderbird.css
118 lines (116 loc) · 3.25 KB
/
Thunderbird.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/* Firefox Quantum userChrome.css tweaks ************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
/****************************************************************************************/
/* Glass8 ( http://www.glass8.eu/ ) required for 'Windows 7'-like window transparency */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.titlebar-button {
margin-bottom: 10px !important;
opacity: 0.01 !important;
}
.titlebar-button:hover {
opacity: 0.25 !important;
background: #FF6666 !important;
margin-bottom: 10px !important;
margin-right: 2px !important;
margin-left: -2px !important;
}
.titlebar-button:not(#titlebar-close):hover {
opacity: 0.4 !important;
background: #BFFFF0 !important;
margin-left: -2px !important;
}
.titlebar-button:first-child:hover {
padding-left: 10px !important;
}
#messengerWindow {
background-color: transparent !important;
-moz-appearance: -moz-win-glass !important;
background-image: none !important;
background: none !important;
--chrome-background-color: transparent !important;
}
#navigator-toolbox {
background-color: transparent !important;
color: #FFFFFF !important;
}
#TabsToolbar {
background-color: transparent !important;
}
.tab-background {
background-color: #404040 !important;
}
#quick-filter-bar {
background-color: #454545 !important;
}
#status-bar {
background-color: #454545 !important;
}
#header-view-toolbox > toolbar > input {
-moz-appearance: none !important;
color: #000000 !important;
background: #666 !important;
fill: #333333 !important;
}
#folderTree {
-moz-appearance: none !important;
background-color: #656565 !important;
color: #FEFEFE !important;
}
#folderPaneCols > hbox, #folderTree > treechildren::-moz-tree-row, .tree-scrollable-columns {
-moz-appearance: none !important;
color: inherit !important;
background: none !important;
}
#folderTree > hbox {
margin-top: 30px !important;
}
#folderTree > treechildren::-moz-tree-row {
margin-top: 0px !important;
}
#folderTree > treechildren::-moz-tree-row(selected) {
border: none !important;
background: #7c7c7c !important;
}
#folderTree > treechildren::-moz-tree-cell-text(selected) {
color: #f9f9f9 !important;
}
#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, closed, subfoldersHaveUnreadMessages-true) {
color: #8484ff !important;
font-style: italic !important;
}
#msgIdentity {
background-color: #333 !important;
}
#msgIdentity:hover,
#msgIdentity[focused="true"] {
background-color: #666 !important;
}
.aw-menulist {
border: 0 !important;
}
#textcol-addressingWidget {
background-color: #333 !important;
}
.textbox-addressingWidget {
background-color: #333 !important;
}
.textbox-addressingWidget:hover,
.textbox-addressingWidget[focused="true"] {
background-color: #666 !important;
}
#msgSubject {
margin-top: 3px !important;
background-color: #333 !important;
}
#msgSubject:hover,
#msgSubject[focused="true"] {
background-color: #666 !important;
}
#MsgHeadersToolbar {
background-color: #444 !important;
}
#headers-box {
border-top: 1px solid black !important;
background-color: #444 !important;
}