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

Side by Side Diff: Source/devtools/front_end/resources/serviceWorkerCacheViews.css

Issue 813173002: [ServiceWorker] Cache inspector out from flag, style & icon changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed Experiment, added icon css Created 6 years 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
OLDNEW
1 /* 1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved. 2 * Copyright 2014 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-worker-cache-data-view .data-view-toolbar { 7 .service-worker-cache-data-view .data-view-toolbar {
8 position: relative; 8 position: relative;
9 background-color: #eee; 9 background-color: #eee;
10 border-bottom: 1px solid #ccc; 10 border-bottom: 1px solid #ccc;
(...skipping 18 matching lines...) Expand all
29 } 29 }
30 30
31 .service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(1) { 31 .service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(1) {
32 background-color: white; 32 background-color: white;
33 } 33 }
34 34
35 .service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(1) td { 35 .service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(1) td {
36 border: 0; 36 border: 0;
37 } 37 }
38 38
39 .service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(2) td {
40 border-bottom: 1px solid #aaa;
41 }
42
39 .service-worker-cache-data-view .section, 43 .service-worker-cache-data-view .section,
40 .service-worker-cache-data-view .section > .header, 44 .service-worker-cache-data-view .section > .header,
41 .service-worker-cache-data-view .section > .header .title { 45 .service-worker-cache-data-view .section > .header .title {
42 margin: 0; 46 margin: 0;
43 min-height: inherit; 47 min-height: inherit;
44 line-height: inherit; 48 line-height: inherit;
45 } 49 }
46 50
47 .service-worker-cache-data-view .primitive-value { 51 .service-worker-cache-data-view .primitive-value {
48 padding-top: 1px; 52 padding-top: 1px;
49 } 53 }
50 54
51 .service-worker-cache-data-view .data-grid .data-container td .section .header . title { 55 .service-worker-cache-data-view .data-grid .data-container td .section .header . title {
52 white-space: nowrap; 56 white-space: nowrap;
53 text-overflow: ellipsis; 57 text-overflow: ellipsis;
54 overflow: hidden; 58 overflow: hidden;
55 } 59 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/resources/resourcesPanel.css ('k') | Source/devtools/front_end/sdk/Target.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698