This file is indexed.

/usr/share/themes/Bright/xfce-notify-4.0/gtk.css is in xfce4-notifyd 0.3.4-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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#XfceNotifyWindow {
    background-color: #f2f1f1;
    border-radius: 10px;
    border: 1px solid #686868;
    padding: 20px;
}

#XfceNotifyWindow:hover {
    background-color: shade(#f2f1f1, 0.98);
}

#XfceNotifyWindow label,
#XfceNotifyWindow image {
    color: #686868;
}

#XfceNotifyWindow label#summary {
    font-weight: Bold;
}

#XfceNotifyWindow button {
    font-weight: Bold;
    border: 1px solid shade(#686868, 1.15);
    box-shadow: none;
    background-image: none;
    background-color: #f2f1f1;
    color: #686868;
}

#XfceNotifyWindow button:hover {
    box-shadow: none;
    background-image: none;
    background-color: #e4e4e4;
    color: #686868;
}

#XfceNotifyWindow progressbar {
    min-height: 10px;
    border-radius: 3px;
}

#XfceNotifyWindow progressbar progress {
    background-image: none;
    background-color: shade (#ddd, 0.65);
    border: 1px solid shade (#ddd, 0.55);
}

#XfceNotifyWindow progressbar trough {
    background-image: linear-gradient(to bottom,
                                      shade(#ddd, 0.98),
                                      shade(#ddd, 1.25)
                                      );
    border: 1px solid shade(#ddd, 0.8);
    border-radius: 3px;
}