This file is indexed.

/usr/share/xul-ext/custom-tab-width/chrome/content/browser.css is in xul-ext-custom-tab-width 1.0.1-2.

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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* 1 */
.tabbrowser-tab[fadein]:not([pinned]) {
  min-width: 100px !important;
  max-width: 250px !important;
}