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

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

Issue 2876983002: DevTools: group by frame, not product in the network panel. (Closed)
Patch Set: review comments Created 3 years, 7 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 (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 108
109 .network-log-grid.data-grid .waterfall-column { 109 .network-log-grid.data-grid .waterfall-column {
110 padding: 1px 0; 110 padding: 1px 0;
111 } 111 }
112 112
113 .network-log-grid.data-grid .waterfall-column .sort-order-icon-container { 113 .network-log-grid.data-grid .waterfall-column .sort-order-icon-container {
114 right: 15px; 114 right: 15px;
115 pointer-events: none; 115 pointer-events: none;
116 } 116 }
117 117
118 #network-container:not(.brief-mode) .network-log-grid.data-grid td.name-column:h over {
119 text-decoration: underline;
120 }
121
122 .network-log-grid.data-grid th.sortable:active { 118 .network-log-grid.data-grid th.sortable:active {
123 background-image: none !important; 119 background-image: none !important;
124 } 120 }
125 121
126 .network-cell-subtitle { 122 .network-cell-subtitle {
127 font-weight: normal; 123 font-weight: normal;
128 color: gray; 124 color: gray;
129 } 125 }
130 126
131 .network-error-row, 127 .network-error-row,
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 bottom: 1px; 348 bottom: 1px;
353 display: flex; 349 display: flex;
354 align-items: center; 350 align-items: center;
355 } 351 }
356 352
357 .network-waterfall-header .sort-order-icon { 353 .network-waterfall-header .sort-order-icon {
358 align-items: center; 354 align-items: center;
359 margin-right: 4px; 355 margin-right: 4px;
360 margin-bottom: -2px; 356 margin-bottom: -2px;
361 } 357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698