blob: 2282d432cd34712c4e85cdd824ae2e93dcc24e0d [file] [log] [blame]
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.tree-outline {
padding-left: 0;
color: rgb(90, 90, 90);
}
li.storage-group-list-item {
padding: 10px 8px 6px 8px;
}
li.storage-group-list-item:not(:first-child) {
border-top: 1px solid rgb(230, 230, 230);
}
li.storage-group-list-item::before {
display: none;
}