chrome-devtools-frontend
Version:
Chrome DevTools UI
22 lines (17 loc) • 665 B
CSS
/*
* Copyright (c) 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.
*/
.cookies-table devtools-icon {
margin-right: 4px;
}
.cookies-table td.flagged-cookie-attribute-cell devtools-icon {
filter: grayscale();
}
.cookies-table tr.revealed.data-grid-data-grid-node.flagged-cookie-attribute-row:not(.selected):nth-child(odd) {
background-color: var(--sys-color-surface-yellow-high);
}
.cookies-table tr.revealed.data-grid-data-grid-node.flagged-cookie-attribute-row:not(.selected):nth-child(even) {
background-color: var(--sys-color-surface-yellow);
}