summaryrefslogtreecommitdiffstats
path: root/comm/chat/themes/conv.css
blob: 9b2aad996192b195ccef1851d7aa69acb2645439 (plain)
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
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

.ib-msg-txt {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.moz-txt-underscore {
  text-decoration: underline;
}

/* disable overflow in themes until bug 42676 is fixed in Mozilla */
#Chat {
  overflow: hidden !important;
}

#Chat * {
  overflow: visible !important;
  unicode-bidi: plaintext;
}

#unread-ruler {
  margin: 0;
  width: 100%;
  border: none;
  border-top: 1px dashed red;
}

.ib-nick {
  font-weight: bold;
}

.ib-nick[left] {
  color: grey;
}

.monospaced {
  font-family: monospace;
}