All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.media.playerListView.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy