This file is indexed.

/usr/share/lemonldap-ng/portal-skins/common/css/inputicons.css is in liblemonldap-ng-portal-perl 1.9.16-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
/* Input icons */

form input[name=user], form input[name=firstname], form input[name=lastname] {
background:#FFFFFF url("../user_suit.png") 5px 5px no-repeat;
padding-left:25px;
}

form input[type=password], form input[name=captcha_user_code] {
background:#FFFFFF url("../key.png") 5px 5px no-repeat;
padding-left: 25px;
}

form input[name=mail] {
background:#FFFFFF url("../email.png") 5px 5px no-repeat;
padding-left: 25px;
}

form input[name=openid_identifier] {
background:#FFFFFF url("../openid-16x16.gif") 5px 5px no-repeat;
padding-left: 25px;
}

form input[name=yubikeyOTP] {
background:#FFFFFF url("../yubico-icon-small.gif") 5px 5px no-repeat;
padding-left: 25px;
}