This file is indexed.

/usr/share/horde/gollem/themes/default/screen.css is in php-horde-gollem 3.0.7-1build1.

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
#gollem-attributes table.horde-table th {
    text-align: center;
}

.gollem-selectall {
    font-weight: bold;
    margin-left: 22px;
}

#gollem-edit {
    width: 99%;
}

.header a:hover {
    text-decoration: underline;
}

/* Images. */
.gollem-home {
    background-image: url("graphics/folder_home.png");
}
.gollem-quota {
    background-image: url("graphics/quota.png");
}
.gollem-clipboard {
    background-image: url("graphics/clipboard.png");
}
.gollem-download {
    background-image: url("graphics/download.png");
}
.gollem-edit {
    background-image: url("graphics/edit.png");
}
.gollem-folder {
    background-image: url("graphics/folder.png");
}
.gollem-sharefolder {
    background-image: url("graphics/perms.png");
}
.gollem-sharefolder-disabled {
    background-image: url("graphics/perms_disabled.png");
}
#gollem-changefolder {
    background-image: url("graphics/folder_goto.png");
}
#gollem-refresh {
    background-image: url("graphics/reload.png");
}
.gollem-symlink {
    background-image: url("graphics/folder_symlink.png");
}