This file is indexed.

/usr/share/themes/QtCurve/mozilla/QtCurve.css is in gtk2-engines-qtcurve 1.8.18+git20160320-3d8622c-3+deb9u1.

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

/* Dont embolden the text on the selected tab */
tab[selected="true"] {
    font-weight: normal !important;
}

/* Shrink toolbars -> by about 2 pixels :-( ... */
/* Setting explicit heights, messes things up when text+icons is shown :-( */
#nav-bar {
    margin: 0px !important;
    padding: 1px !important;
    border: 0px !important;
}

.textbox-input-box,#identity-box,#urlbar-icons,.autocomplete-history-dropmarker,.searchbar-engine-button,.search-go-container,.box-inherit.button-box {
    margin: 0px !important;
    padding: 0px !important;
}

.searchbar-engine-button {
    margin: 0px !important;
    padding: 2px !important;
}