Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network/blockedURLsPane.css

Issue 2814563004: [DevTools] Handle blocked urls disabled state better in UI (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .list { 7 .list {
8 border: none !important; 8 border: none !important;
9 border-top: 1px solid #dadada !important; 9 border-top: 1px solid #dadada !important;
10 } 10 }
11 11
12 .blocking-disabled {
13 pointer-events: none;
14 opacity: 0.8;
15 }
16
12 .editor-container { 17 .editor-container {
13 padding: 0 4px; 18 padding: 0 4px;
14 } 19 }
15 20
16 .no-blocked-urls, .blocked-urls { 21 .no-blocked-urls, .blocked-urls {
17 overflow-x: hidden; 22 overflow-x: hidden;
18 overflow-y: auto; 23 overflow-y: auto;
19 } 24 }
20 25
21 .no-blocked-urls { 26 .no-blocked-urls {
(...skipping 13 matching lines...) Expand all
35 flex: auto; 40 flex: auto;
36 } 41 }
37 42
38 .blocked-url-count { 43 .blocked-url-count {
39 flex: none; 44 flex: none;
40 padding-right: 9px; 45 padding-right: 9px;
41 } 46 }
42 47
43 .blocked-url-checkbox { 48 .blocked-url-checkbox {
44 margin-left: 8px; 49 margin-left: 8px;
50 flex: none;
45 } 51 }
46 52
47 .blocked-url-label { 53 .blocked-url-label {
48 white-space: nowrap; 54 white-space: nowrap;
49 text-overflow: ellipsis; 55 text-overflow: ellipsis;
50 overflow: hidden; 56 overflow: hidden;
51 flex: auto; 57 flex: auto;
52 padding: 0 3px; 58 padding: 0 3px;
53 } 59 }
54 60
(...skipping 12 matching lines...) Expand all
67 color: #222; 73 color: #222;
68 flex: 1 1 0px; 74 flex: 1 1 0px;
69 overflow: hidden; 75 overflow: hidden;
70 } 76 }
71 77
72 .blocked-url-edit-row input { 78 .blocked-url-edit-row input {
73 width: 100%; 79 width: 100%;
74 text-align: inherit; 80 text-align: inherit;
75 height: 22px; 81 height: 22px;
76 } 82 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/BlockedURLsPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698