Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / ui / progressIndicator.css
blob6844f606dbd58b44f17b9e9fbdf38905086bd764
1 /*
2 * Copyright (c) 2014 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 .progress-indicator-shadow-stop-button {
8 background-color: rgb(216, 0, 0) !important;
9 border: 0;
10 width: 10px;
11 height: 12px;
12 border-radius: 2px;
15 .progress-indicator-shadow-container {
16 display: flex;
17 flex: 1 0 auto;
18 align-items: center;
21 .progress-indicator-shadow-container .title {
22 text-overflow: ellipsis;
23 overflow: hidden;
24 max-width: 150px;
25 margin-right: 2px;
26 color: #777;
29 .progress-indicator-shadow-container progress {
30 flex: auto;
31 margin: 0 2px;
32 width: 100px