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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css

Issue 1775303002: [DevTools] Enable user select / text copy in ServiceWorkersView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | 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 2015 The Chromium Authors. All rights reserved. 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 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 .service-workers-view { 7 .service-workers-view {
8 overflow: auto; 8 overflow: auto;
9 } 9 }
10 10
11 .service-workers-settings { 11 .service-workers-settings {
12 border-bottom: 1px solid #e1e1e1; 12 border-bottom: 1px solid #e1e1e1;
13 min-height: 26px; 13 min-height: 26px;
14 overflow: hidden; 14 overflow: hidden;
15 padding: 5px; 15 padding: 5px;
16 white-space: nowrap; 16 white-space: nowrap;
17 } 17 }
18 18
19 .service-workers-root { 19 .service-workers-root {
20 margin: 0; 20 margin: 0;
21 padding: 5px; 21 padding: 5px;
22 -webkit-user-select: text;
22 } 23 }
23 24
24 .service-workers-root ol { 25 .service-workers-root ol {
25 list-style-type: none; 26 list-style-type: none;
26 padding-left: 12px; 27 padding-left: 12px;
27 } 28 }
28 29
29 .service-workers-origin { 30 .service-workers-origin {
30 padding: 5px; 31 padding: 5px;
31 } 32 }
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 background-color: #996600; 293 background-color: #996600;
293 } 294 }
294 295
295 .service-workers-color-8 { 296 .service-workers-color-8 {
296 background-color: #9900CC; 297 background-color: #9900CC;
297 } 298 }
298 299
299 .service-workers-color-9 { 300 .service-workers-color-9 {
300 background-color: #336600; 301 background-color: #336600;
301 } 302 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698