This file is indexed.

/usr/share/zabbix/styles/popupmenu.css is in zabbix-frontend-php 1:1.8.11-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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* CSS Document */

/**************** POPUP MENU ***************/

/* default menu item */
.pum_o_item {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	background-color: #ECECFF;
	border: black 1px solid;
	margin: 0;
}
.pum_o_item:hover {
	cursor:pointer;
	text-decoration: underline;
	background-color: #FDFDFF;
}
.pum_i_item {
	margin: 3px 0px 0px 8px;
	white-space: nowrap;
}

/* menu menu item with submenu */
.pum_b_submenu{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: #ECECFF;
	border: black 1px solid;
	margin: 0;
}
.pum_b_submenu:hover {
	cursor:pointer;
	text-decoration: none;
	background-color: #FDFDFF;
}

.pum_o_submenu{
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	background: #ECECFF;
	border: black 1px solid;
	margin: 0;
}
.pum_o_submenu:hover {
	cursor:pointer;
	text-decoration: none;
	background-color: #FDFDFF;
}
.pum_i_submenu{
	margin: 3px 0 0 8px;

}

/* menu group header */
.pum_oheader {
	cursor: default;
	text-decoration: none;
	border: black 1px solid;
	background: #5C7099 url('../images/gradients/table_head2.gif') repeat-x top left;
	margin: 0;
}
.pum_oheader:hover {
	cursor:pointer;
	text-decoration: none;
}
.pum_iheader {
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 0 0 8px;
}

/************ END OF POPUP MENU ************/