This file is indexed.

/usr/share/maas/web/static/css/components/yui_overlay.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
.yui3-overlay {
    background-color: #fff;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    }

.yui3-overlay ul {
    padding: 5px 0;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.4);
    }

.yui3-overlay li {
    float: none;
    }

.yui3-overlay a {
    display: block;
    padding: 6px 20px;
    color: #dd4814 !important;
    border-bottom: 1px solid #e5e2e0;
    }

.yui3-overlay li:last-child a {
    border-bottom: none;
    }

.yui3-overlay a:focus,
.yui3-overlay a:hover {
    background-color: #f2f2f2;
    }

.yui3-overlay-hidden {
    display: none;
    }