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

Unified Diff: Source/devtools/front_end/networkLogView.css

Issue 440853002: DevTools: NetworkPanel: get rid of stripes gradient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/ui/ViewportDataGrid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/networkLogView.css
diff --git a/Source/devtools/front_end/networkLogView.css b/Source/devtools/front_end/networkLogView.css
index d361cf379da4eee697e0e898670155fe0e6bde98..8b97dac0674ac675b8fd3c3fab8c5e1391b7d6be 100644
--- a/Source/devtools/front_end/networkLogView.css
+++ b/Source/devtools/front_end/networkLogView.css
@@ -49,12 +49,11 @@
}
.network-log-grid.data-grid table.data {
- background-size: 128px 82px;
- background-image: linear-gradient(to bottom, white, white 50%, #eee 50%, #eee);
+ background: transparent;
}
-.network-log-grid.data-grid.small table.data {
- background-size: 128px 42px;
+.network-log-grid .odd {
+ background: #eee;
}
.network-log-grid.data-grid td {
@@ -98,10 +97,6 @@
color: inherit;
}
-.network-log-grid.data-grid .bottom-filler-td {
- background-color: white;
-}
-
.network-log-grid.data-grid .name-column {
cursor: pointer;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/ui/ViewportDataGrid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698