This file is indexed.

/usr/share/themes/ukui-theme/gtk-3.0/gnome-panel.css is in ubuntukylin-theme 1.7.6.

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
56
57
58
59
60
/* Fallback Mode Panel */

.gnome-panel-menu-bar {
	background-color: shade(@theme_selected_bg_color, 0.8);
} 

.gnome-panel-menu-bar button:last-child,
.gnome-panel-menu-bar button.flat:last-child {
    padding: 0px;
    border-image: none;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
}


/* desktop-applet, clockapplet, drivemount, character-map,
dictionary */
.gnome-panel-menu-bar button,
.gnome-panel-menu-bar button.flat {
/*    transition: all 400ms ease-out;*/
    padding: 0px;
    color: @theme_bg_color;
    border-image: none;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    text-shadow: none;
    background-image: none;
    background-color: alpha(@theme_selected_fg_color, 0.15);
}

.gnome-panel-menu-bar button:last-child:checked:hover,
.gnome-panel-menu-bar button:last-child:checked,
.gnome-panel-menu-bar button:last-child:active:hover,
.gnome-panel-menu-bar button:last-child:active {
    background-color: transparent;
}


.gnome-panel-menu-bar button:checked:hover,
.gnome-panel-menu-bar button:checked,
.gnome-panel-menu-bar button:active:hover,
.gnome-panel-menu-bar button:active {
    background-color: alpha(@theme_selected_fg_color, 0.6);
}


.gnome-panel-menu-bar button:last-child:hover,
.gnome-panel-menu-bar button.flat:last-child:hover {
    background-color: transparent;
}

.gnome-panel-menu-bar button:hover,
.gnome-panel-menu-bar button.flat:hover {
    background-color: alpha(@theme_selected_fg_color, 0.5);
}