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; |
} |