Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / sources / serviceWorkersSidebar.css
blobdc867f31d8a1c05dff20a86f128b60471941c3e0
1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 .service-worker {
8 padding: 5px 5px 5px 8px;
9 border-bottom: 1px solid #aaa;
10 display: flex;
11 align-items: center;
14 .service-worker:last-child {
15 border-bottom: none;
18 .service-worker-scope {
19 color: #777;
20 flex: auto;
21 margin: 5px 5px 0 0;
22 white-space: nowrap;
23 overflow: hidden;
24 text-overflow: ellipsis;