-
Notifications
You must be signed in to change notification settings - Fork 3
/
conversations.css
88 lines (66 loc) · 1.41 KB
/
conversations.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
@-moz-document url(chrome: //conversations/content/stub.xhtml) {
body {
font-family: -moz-desktop !important;
line-height: 14px !important;
background-color: #f5f5f5 !important;
padding: 0 !important;
}
#messageList {
}
#conversationHeaderWrapper {
}
.message {
padding: 0 2ex !important;
box-shadow: none !important;
border-width: 0 0 1px !important;
border-radius: 0 !important;
margin: 0 !important;
background: white !important;
}
.message.collapsed {
border-radius: 0px !important;
border-bottom: 1px solid #ddd !important;
background: #f9f9f9 !important;
box-shadow: none;
}
.message.collapsed .messageHeader {
opacity: 0.5 !important;
}
.message {
margin: 0 !important;
font-family: -moz-desktop !important;
}
.message.collapsed .snippet {
white-space: nowrap !important;
padding-left: 1ex !important;
opacity: 0.5;
}
.messageHeader {
padding: 1em 0.5em 1em 0 !important;
}
/* FIXME: Not sure what's having the issue here, sadly, so I have to use the star... */
.messageHeader * {
overflow: visible !important;
}
.body-container {
}
.star {
margin: 0 1ex 0 1ex !important;
}
.star.starred {
}
html[xmlns] {
}
html {
}
.bottom-links {
}
pre {
display: none;
}
.iframe-container {
padding: 1em 18px !important;
}
.body-container {
}
}