This file is indexed.

/usr/share/xul-ext/form-history-control/chrome/skin/classic/preferences.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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
windowdragbox radiogroup radio {
  max-width: 12em !important;
}

radio {
  margin: 2px 8px;
}

radio[pane] {
  -moz-appearance: none;
  margin: 0px 1px 0px 1px;
  padding: 1px 8px 1px 8px;
  min-width: 4.5em;
}

caption {
  -moz-appearance: none;
}

.caption-text {
  font-weight: bold;
  -moz-appearance: none;
}

.groupbox-title {
  padding-top: 6px;
}

.icon-box {
  width: 16px;
  height: 16px;
}

.collapsable {
  min-height: 1px;
}

#cleanup-status,
#recreate-status {
  background-color: #fdffd9;
  height: 26px;
  margin: 0;
  padding: 5px 8px;
  font-weight: bold;
}

.info_icon {
  width: 16px;
  height: 16px;
  margin: 4px;
}

.tooltipcolumnheader {
  font-weight: bold;
  background-color: #EEEEEE;
}

.tooltipdescription {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}

tooltip .descrip {
  color: #000090;
  font-weight: 600;
}

tooltip .info {
}

tooltip .example {
  font-style: italic;
}

.multiline-label:hover {
  cursor: default;
}

/* Regular Search Expression */

#manageRegexpTitle {
  font-weight: bold;
}

.treecol-text {
  font-weight: bold;
}

.flagColumn {
  text-align: center
}

treechildren::-moz-tree-checkbox {
  /* unchecked checkbox treecells. This style MUST come first. */
  list-style-image: url("chrome://formhistory/skin/unticked.png");;
}
treechildren::-moz-tree-checkbox(checked){
  /* checked checkbox treecells. */
  list-style-image: url("chrome://formhistory/skin/ticked.png");
}

.shortcutTextbox {
  font-family: monospace;
  background-color: -moz-Field;
}

/* -------- tabbox -------- */
tabbox {
  background-color: transparent;
}

tabpanels {
  -moz-appearance: none;
  background-image: none !important;
  background-color: transparent;
  padding: 2px 10px 10px 10px;
}

tab[selected="true"] {
  font-weight: bold;
}


/* -------- information panel -------- */
.infotitle {
  margin-top: 5px;
  font-weight: bold;
}