This file is indexed.

/usr/share/gnome-shell/extensions/harddiskled@bijidroid.gmail.com/stylesheet.css is in gnome-shell-extension-hard-disk-led 13~git20160916.6fe27b2-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
.harddiskled-label {
    font-size: 12px;
    width: 45px;
    text-align: right;
}

/*.harddiskled-static-icon {
    font-size: 14px;
    width: 15px;
    text-align: left;
}*/

.harddiskled-icon {
    font-size: 12px;
    width: 14px;
    text-align: center;
    color: lime;
}

.harddiskled-container {
    spacing: 0px;
    margin-left: 5px;
    margin-right: 5px;
}