This file is indexed.

/usr/share/zabbix/styles/form.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
/* CSS Document */

form {margin: 0}

/**************** FORM ELEMENTS ****************/
input, select, textarea{
	font-family: Verdana, Helvetica, Geneva;
	font-size: 10px;
	line-height: 14px;
}

.select{
	border: 1px solid gray;
	cursor: pointer;
	margin: 1px 4px 1px 2px;
}

.selectShorten{
	width: 200px;
}

.select:focus{
	border-color: black;
}
.select:hover{
	border-color: black;
}

.biginput, .biginput[disabled]:hover{
	border: 1px solid gray;
	background-color: white;
	padding: 0 1px 0 0;
	margin: 1px 2px 0 2px;
	vertical-align: top;
}
.biginput:focus	{
	border-color: black;
}
.biginput:hover	{
	border-color: black;
}

.biginput[readonly], .biginput[readonly]:hover{
/* NOTE: Ignored by IE */
	border-color: #D0D0D0;
	background-color: #EEEEEE;
}

.button, .button[disabled]:hover{
	background: #F0F0F0 url('../images/gradients/button.gif') repeat-x top left;
	border: 1px solid #808080;
	vertical-align: top;
	margin: 1px 2px 0 0;
}

.button:hover{
	text-decoration: underline;
	border-color: black;
	cursor: pointer;
}

.button[disabled], .button[disabled]:hover{
	cursor: default;
}

.checkbox{
	cursor: pointer;
}

form.thin .biginput{
	font-size: 11px;
	height: 14px;
}