summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/chat.css
blob: 7ba0dba0ade68d00ea1d720e6f2ca9ccc7bf27a2 (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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/* 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/. */

@import url("chrome://messenger/skin/shared/chat.css");

.convUnreadTargetedCount {
  padding: 0 7px;
}

/* Adaptation from #folderTree */
:root:not([lwt-tree]) #listPaneBox {
  appearance: none;
  background-color: Field;
  color: FieldText;
}

#listPaneBox > * {
  background: transparent !important;
  appearance: none !important;
  border: none;
}

#conversationsBox {
  background: var(--imbox-selected-background-color);
}

.conv-textbox > .textbox-input-box {
  background: inherit;
}

.conv-counter {
  padding-bottom: 0;
  padding-inline-end: 5px;
  margin-inline-end: 2px;
  margin-bottom: 2px !important; /* override 4px from description */
}

.conv-counter[value^="-"] {
  margin-inline-end: 2px;
  padding-inline-end: 4px;
}

.splitter.conv-chat {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

#contextPane {
  background-color: Field;
  color: FieldText;
}

.userIcon {
  border-width: 0;
}

#logTree,
.conv-nicklist {
  appearance: none;
  border-style: none;
  margin: 0;
}

.conv-nicklist-header,
.conv-logs-header-label {
  appearance: none;
  margin: 0;
  padding-block: 2px;
  border-bottom: 1px solid ThreeDShadow;
  background-color: -moz-Dialog;
}

.conv-nicklist-header-label {
  font-weight: bold;
  margin-inline: 0 2px !important;
}

.statusMessageToolbarItem {
  margin: 0 1px;
  margin-inline-start: -2px;
  padding: 3px 3px 4px;
}

#listSplitter,
#contextSplitter {
  background-color: transparent;
  min-width: 0;
}

#listSplitter {
  border-inline-end-width: 0;
}

#contextSplitter {
  border-inline-start-width: 0;
}

#nicklist > richlistitem[inactive][selected] > label {
  color: -moz-cellhighlighttext !important;
}

richlistitem[is="chat-group-richlistitem"] .twisty {
  margin-inline-end: 2px;
}

@media (-moz-windows-default-theme) {
  .conv-status-container {
    border-bottom-color: var(--color-gray-30);
  }

  #statusTypeIcon > .toolbarbutton-menu-dropmarker {
    padding: 1px 3px;
  }

  #chat-status-selector > vbox > .statusMessageToolbarItem[editing] {
    appearance: none;
    padding-inline: 2px;
  }
}

@media (-moz-platform: windows-win7) and (-moz-windows-default-theme) {
  :root:not([lwt-tree]) #listPaneBox {
    background-color: rgb(238, 243, 250);
  }

  #conversationsBox {
    background-color: rgb(233, 239, 245);
  }

  .conv-nicklist-header,
  .conv-logs-header-label {
    background-color: rgb(233, 239, 245);
  }
}

@media (-moz-platform: windows-win8) and (-moz-windows-default-theme) {
  :root:not([lwt-tree]) #listPaneBox {
    background-color: -moz-Dialog;
  }
}

@media (-moz-platform: windows-win10) and (-moz-windows-default-theme) {
  :root:not([lwt-tree],:-moz-lwtheme) #listPaneBox {
    background-color: #fafafa;
  }
}