This file is indexed.

/usr/share/gnome-shell/extensions/multi-monitors-add-on@spin83/stylesheet.css is in gnome-shell-extension-multi-monitors 0.00~git20171014.1.df5d6e4-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
.helloworld-label {
    font-size: 72px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: .5em;
}

.multimonitor-spacer {
	height: 4em;
}

.multimonitor-status-indicators-box {
    spacing: 0px;
}

.multimonitor-status-icon {
    padding: 0 2px;
}

.workspace-thumbnails-left {
  border-radius: 0 9px 9px 0; 
}

.workspace-thumbnails-left:rtl {
    border-radius: 9px 0 0 9px; 
}