This file is indexed.

/usr/share/maas/web/static/css/components/search_box.css is in maas-region-controller-min 1.5+bzr2252-0ubuntu1.

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
form.search {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 26px;
    }

#header form.search {
    position: relative;
    width: 228px;
    margin: 18px 15px 0 0;
    }

input.search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    padding-left: 22px;
    background-color: #fff;
    }

#header input.search-input {
    width: 225px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }

input.search-submit,
input.search-submit:hover {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background: transparent url(../?img/search_icon.png) no-repeat center center;
    border: none;
    font-size: 0;
    }

input.search-submit:hover {
    cursor: pointer;
    }