This file is indexed.

/usr/share/themes/Default/xfce-notify-4.0/gtk.css is in xfce4-notifyd 0.4.2-0ubuntu2.

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
/* We set some default options here.  This is loaded with a low priority,
 * the rest will use whatever default colors are in your main gtk theme */
#XfceNotifyWindow {
    border-radius: 6px;
    border-width: 1px;
    border-color : #ffffff;
}

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