This file is indexed.

/usr/share/xul-ext/autofill-forms/chrome/skin/autofillForms.css is in xul-ext-autofill-forms 1.0.2-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
#autofillFormsButton,
.autofillFormsButton {
  list-style-image: url("pencil.png");
}
toolbar[iconsize="small"] #autofillFormsButton,
toolbar[iconsize="small"] .autofillFormsButton,
.autofillFormsIcon {
  list-style-image: url("pencil-small.png");
}
#autofillFormsButton[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #autofillFormsButton {
  list-style-image: url("pencil-big.png");
}
/** Retina Display **/
@media (min-resolution: 2dppx) {
  toolbar[iconsize="small"] #autofillFormsButton,
  toolbar[iconsize="small"] .autofillFormsButton,
  .autofillFormsIcon {
    list-style-image: url("pencil-big.png");
  }
}


.autofillFormsProfileIcon {
  list-style-image: url("profile-small.png");
}
.autofillFormsSettingsIcon {
  list-style-image: url("settings-small.png");
}
.autofillFormsHelpIcon {
  list-style-image: url("help-small.png");
}

statusbarpanel.autofillFormsIcon {
  cursor: pointer;
}

#autofillFormsTooltipCurrentProfile {
  margin-bottom:10px;
}
#autofillFormsTooltipCurrentProfileCaption {
}
#autofillFormsTooltipCurrentProfileLabel {
  font-weight: bold;
}
#autofillFormsTooltipGrid {
}
.autofillFormsTooltipGridHeader {
  font-weight:bold;
  margin-bottom:5px;
}
.autofillFormsTooltipGridCommand {
}
.autofillFormsTooltipGridMouseButton {
  font-style:italic;
}
.autofillFormsTooltipGridKeyboardShortcut {
  font-family:monospace;
}