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

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

Issue 1164583002: [4/5 blink] Shows the clients which are controlled by ServiceWorker in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated pfeldman's comment Created 5 years, 6 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
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
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 } 229 }
230 230
231 .service-workers-error-message { 231 .service-workers-error-message {
232 font-weight: bold; 232 font-weight: bold;
233 } 233 }
234 234
235 .service-workers-info { 235 .service-workers-info {
236 display: flex; 236 display: flex;
237 } 237 }
238 238
239 .service-worker-client {
240 display: inline;
241 }
242
243 .service-worker-client-focus {
244 color: #00e;
245 cursor: pointer;
246 padding-left: 4px;
247 text-decoration: underline;
248 }
249
239 .service-workers-color-0 { 250 .service-workers-color-0 {
240 background-color: #003366; 251 background-color: #003366;
241 } 252 }
242 253
243 .service-workers-color-1 { 254 .service-workers-color-1 {
244 background-color: #663300; 255 background-color: #663300;
245 } 256 }
246 257
247 .service-workers-color-2 { 258 .service-workers-color-2 {
248 background-color: #660066; 259 background-color: #660066;
(...skipping 19 matching lines...) Expand all
268 background-color: #996600; 279 background-color: #996600;
269 } 280 }
270 281
271 .service-workers-color-8 { 282 .service-workers-color-8 {
272 background-color: #9900CC; 283 background-color: #9900CC;
273 } 284 }
274 285
275 .service-workers-color-9 { 286 .service-workers-color-9 {
276 background-color: #336600; 287 background-color: #336600;
277 } 288 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/resources/ServiceWorkersView.js ('k') | Source/devtools/front_end/sdk/ServiceWorkerManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698