This file is indexed.

/usr/share/maas/web/static/css/components/title_form.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
.page-title-form {
    background: transparent url(../?img/content_tail.png) no-repeat 50px bottom;
    }

.page-title-form input {
    border: 2px solid transparent;
    background-color: transparent;
    font-size: 36px;
    line-height: 26px;
    color: #fff;
    margin: 6px 10px;
    padding: 4px;
    width: 97%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    }

.page-title-form input:focus,
.page-title-form input:hover {
    border: 2px solid #5E2750;
    background-color: #3b1832;
    outline: none;
    }