| Index: third_party/WebKit/Source/devtools/front_end/network_group_lookup/networkProductTypeGroupLookup.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network_group_lookup/networkProductTypeGroupLookup.css b/third_party/WebKit/Source/devtools/front_end/network_group_lookup/networkProductTypeGroupLookup.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dcb97b16712b8ff6b9d5da5195f3c182b3fc9a80
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network_group_lookup/networkProductTypeGroupLookup.css
|
| @@ -0,0 +1,27 @@
|
| +/*
|
| + * Copyright 2017 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.
|
| + */
|
| +.product-type .product-extension-column::before {
|
| + content: "";
|
| + height: 5px;
|
| + width: 5px;
|
| + border-radius: 50%;
|
| + display: inline-block;
|
| + margin-right: 2px;
|
| + margin-bottom: 1px;
|
| + border: 1px solid rgba(51, 51, 51, 0.3);
|
| +}
|
| +
|
| +.product-type-Tracking .product-extension-column::before {
|
| + background-color: #FFEB3B;
|
| +}
|
| +
|
| +.product-type-Ad .product-extension-column::before {
|
| + background-color: #00BCD4;
|
| +}
|
| +
|
| +.product-type-CDN .product-extension-column::before {
|
| + background-color: #8BC34A;
|
| +}
|
|
|