This file is indexed.

/usr/share/xul-ext/form-history-control/chrome/skin/classic/places.css is in xul-ext-form-history-control 1.4.0.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
#content{
  overflow: auto;
  border-width: 2px;
  border-style: groove;
  color: #000000;
}

.box {
  padding: 4px;
  margin: 10px 12px 10px 6px;
  border-width: 2px;
  border-style: solid;
  border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.current {
  background: #ffcccc;
  border-color: #b00000;
}

.newer {
  background: #ccccff;
  border-color: #0000b0;
  margin-left: 26px;
}

.older {
  background: #ccffcc;
  border-color: #00a000;
  margin-left: 26px;
}

.buttonrow {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: smaller;
}

.field {
  text-align: right;
  font-weight: bold;
  color: #606060;
}

.place {
  text-align: right;
  font-weight: bold;
  color: #606060;
}

.value {
  overflow: hidden;
}

.fuzzyage {
  overflow: hidden;
  font-style: italic;
  padding-left: 10px;
}

.datetime {
  padding-bottom: 2px;
  font-style: italic;
  font-weight: bold;
}