summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/preferences/passwordmgr.css
blob: 7496dc44afc9cf513ac16fed95320e7f7ec5d9a9 (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
/* 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/. */

#providerCol {
  flex: 40 40;
}

#userCol {
  flex: 25 25;
}

#passwordCol {
  flex: 15 15;
}

#timeCreatedCol {
  flex: 10 10;
}

#timeLastUsedCol {
  flex: 20 20;
}

#timePasswordChangedCol {
  flex: 10 10;
}

#timesUsedCol {
  flex: 1;
}

treechildren::-moz-tree-image(providerCol) {
  list-style-image: url(chrome://global/skin/icons/defaultFavicon.svg);
  -moz-context-properties: fill;
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-inline-end: 5px;
}

treechildren::-moz-tree-cell-text(passwordCol) {
  font-family: monospace;
}