This file is indexed.

/usr/share/themes/Xfce-flat/gtk-3.0/apps/unity.css is in gtk3-engines-xfce 3.2.0-2.

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
UnityPanelWidget,
.unity-panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: shade(@panel_bg_color, 1.0);
    background-image: linear-gradient(to bottom,
                                      shade(@panel_bg_color, 1.2),
                                      shade(@panel_bg_color, 1.0)
                                      );
}

.unity-panel.menubar,
.unity-panel .menubar {
}

.unity-panel.menuitem,
.unity-panel .menuitem {
    border-width: 0 1px;
    color: @panel_fg_color;
}

.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
    border-color: shade(@panel_bg_color, 0.8);
    background-image: linear-gradient(to bottom,
                                      shade(@theme_bg_color, 1.2),
                                      shade(@theme_bg_color, 1.0)
                                      );

    color: @theme_fg_color;
}