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

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 | no next file » | 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 957014e1c7921086b9f42778384dc5cfd11d6127..38e52badea5adba0792534c6cf9bdae604286d62 100644
--- a/Source/devtools/front_end/networkLogView.css
+++ b/Source/devtools/front_end/networkLogView.css
@@ -49,7 +49,7 @@
}
.network-log-grid.data-grid table.data {
- background-size: 128px 82px;
+ background-size: 1280px 82px;
background-image: linear-gradient(to bottom, white, white 50%, #eee 50%, #eee);
vsevik 2014/08/14 08:20:25 Can we set the background color of the rows explic
}
@@ -293,7 +293,6 @@
line-height: 13px;
font-size: 90%;
color: rgba(0, 0, 0, 0.75);
- text-shadow: rgba(255, 255, 255, 0.25) 1px 0 0, rgba(255, 255, 255, 0.25) -1px 0 0, rgba(255, 255, 255, 0.333) 0 1px 0, rgba(255, 255, 255, 0.25) 0 -1px 0;
z-index: 150;
overflow: hidden;
text-align: center;
@@ -314,7 +313,6 @@
.network-graph-label.before {
color: rgba(0, 0, 0, 0.7);
- text-shadow: none;
text-align: right;
margin-right: -2px;
}
@@ -327,7 +325,6 @@
.network-graph-label.after {
color: rgba(0, 0, 0, 0.7);
- text-shadow: none;
text-align: left;
margin-left: -1px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698