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

META-INF.dirigible.dev-tools.network.requestCookiesView.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * Copyright (c) 2014 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.
 */

.request-cookies-view {
    overflow: auto;
    padding: 12px;
    height: 100%;
}

.request-cookies-view .request-cookies-title {
    font-size: 12px;
    font-weight: bold;
    margin-right: 30px;
    color: rgb(97, 97, 97);
}

.request-cookies-view .cookie-line {
    margin-top: 6px;
    display: inline-block;
}

.request-cookies-view .cookies-panel-item {
    margin-top: 6px;
    margin-bottom: 16px;
    flex: none;
}

@media (forced-colors: active) {
    td.flagged-cookie-attribute-cell .cookie-warning-icon {
        forced-color-adjust: none;
        filter: grayscale();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy