This file is indexed.

/usr/share/xul-ext/form-history-control/chrome/skin/classic/editDialog.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
.errormessage {
  color:       red;
  font-weight: bold;
}

.description {
  font-weight: bold;
}

/*
 * Keep dropmarker visible in Noia theme (datepicker)
 */
datepicker dropmarker {
  height: 16px;
  width: 16px;
  -moz-appearance: menulist-button;
}

.image_icon {
  width: 16px;
  height: 16px;
  margin: 4px 4px 4px 0px;
}

.image_icon:hover {
  width: 18px;
  height: 18px;
  margin: 3px 2px 3px 0px;
}

.invalidregexp {
  width: 6px;
  color: red;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tooltip-regexstatus {
}

.tooltip-regexstatus-label {
  color: red;
  font-weight: bold;
}

.tooltip-regexmessage-label {
  color: black;
}

/* Get the same left margin in Noia theme (in Noia menulist margin-left is 0) */
menulist {
  margin-left: 4px;
}
input {
  margin-left: 4px;
}

/* Group for place information */
#placegroup {
  margin-top: 14px;
}
#placegroupcaption {
  font-size: 12px;
  font-style: italic;
  color: #505050;
}
.placeinfo {
  /* color: black; */
}

#browsereport {
  -moz-appearance: none;
  background-color: white !important;
}

.okay {
  list-style-image: url("chrome://formhistory/skin/okay10.png");
  max-height: 10px;
  max-width: 10px;
  margin-top: 3px;
}

.error {
  list-style-image: url("chrome://formhistory/skin/error10.png");
  max-height: 10px;
  max-width: 10px;
  margin-top: 3px;
}

/* -------- button (expand/collapse) with image -------- */
.showhide-button {
  height: 22px;
  min-height: 22px;
}

#showdetails {
  list-style-image: url("chrome://formhistory/skin/expand.png");
  min-width: 30px;
  margin-right: 0px;
}

#hidedetails {
  list-style-image: url("chrome://formhistory/skin/collapse.png");
  min-width: 30px;
  margin-right: 0px;
}

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

tabpanels {
  -moz-appearance: none;
  background-image: none !important;
  background-color: transparent;
}