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

/* ===== msgSelectOffline.css =================================================
  == Styles for the Offline Use dialog.
  ======================================================================= */

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

treechildren::-moz-tree-image(folderNameCol) {
  -moz-context-properties: fill, fill-opacity, stroke;
  fill: color-mix(in srgb, var(--default) 20%, transparent);
  stroke: var(--default);
}

treechildren::-moz-tree-image(folderNameCol, isServer-true) {
  fill: color-mix(in srgb, var(--primary) 20%, transparent);
  stroke: var(--primary);
}

treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
  opacity: 0.6;
  font-style: italic;
}

/* ::::: Download Icons ::::: */

treechildren::-moz-tree-image(syncCol) {
  width: 14px;
  height: 14px;
  list-style-image: url("chrome://messenger/skin/icons/checkbox.svg");
  -moz-context-properties: fill, fill-opacity, stroke, stroke-opacity;
  fill: currentColor;
  stroke: currentColor;
  fill-opacity: 0;
  stroke-opacity: 0;
}

treechildren::-moz-tree-image(syncCol, synchronize-true) {
  fill-opacity: 1;
}

treechildren::-moz-tree-image(selectedColumn, selected, focus) {
  fill: var(--select-focus-text-color);
  stroke: var(--select-focus-text-color);
}

treechildren::-moz-tree-image(syncCol, isServer-true) {
  list-style-image: none;
}

#folderNameCol {
  flex: 5 5;
}