This file is indexed.

/usr/share/maas/web/static/css/components/pagination.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
.pagination {
    margin: 10px 0;
    text-align: center;
    }

.pagination .inactive {
    color: #AEA79F;
    }

.pagination a,
.pagination span {
    margin: 0 5px;
    }