summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/feedSubscribe.css
blob: a97709be680e473c4cab1b9b5c02153496f3868c (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
/* 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/. */

#feedSubscriptions {
  min-width: 60em;
  min-height: 40em;
}

#rssSubscriptionsList > treechildren::-moz-tree-image {
  width: 16px;
  height: 16px;
  -moz-context-properties: fill, fill-opacity, stroke;
  fill: color-mix(in srgb, var(--default) 20%, transparent);
  stroke: var(--default);
}

#folderNameCol {
  flex: 2 2;
}

#rssFeedInfoBox {
  border: 1px solid ThreeDShadow;
  margin: 4px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}

:root[lwt-tree] #rssFeedInfoBox {
  border-color: var(--sidebar-border-color);
}

:root[lwt-tree-brighttext] #rssFeedInfoBox {
  background-color: rgba(255, 255, 255, 0.05);
}

#autotagPrefix {
  max-width: 15em;
}

#statusContainerBox {
  height: 2.4em;
}