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

Side by Side Diff: Source/devtools/front_end/resources/indexedDBViews.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 (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 } 79 }
80 80
81 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) { 81 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
82 background-color: white; 82 background-color: white;
83 } 83 }
84 84
85 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td { 85 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td {
86 border: 0; 86 border: 0;
87 } 87 }
88 88
89 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(2) td {
90 border-bottom: 1px solid #aaa;
91 }
92
89 .indexed-db-data-view .section, 93 .indexed-db-data-view .section,
90 .indexed-db-data-view .section > .header, 94 .indexed-db-data-view .section > .header,
91 .indexed-db-data-view .section > .header .title { 95 .indexed-db-data-view .section > .header .title {
92 margin: 0; 96 margin: 0;
93 min-height: inherit; 97 min-height: inherit;
94 line-height: inherit; 98 line-height: inherit;
95 } 99 }
96 100
97 .indexed-db-data-view .primitive-value { 101 .indexed-db-data-view .primitive-value {
98 padding-top: 1px; 102 padding-top: 1px;
99 } 103 }
100 104
101 .indexed-db-data-view .data-grid .data-container td .section .header .title { 105 .indexed-db-data-view .data-grid .data-container td .section .header .title {
102 white-space: nowrap; 106 white-space: nowrap;
103 text-overflow: ellipsis; 107 text-overflow: ellipsis;
104 overflow: hidden; 108 overflow: hidden;
105 } 109 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/resources/ServiceWorkerCacheViews.js ('k') | Source/devtools/front_end/resources/resourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698