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

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

Issue 2372103004: [Devtools][UI] Dark theme better color for ContentLoaded (Closed)
Patch Set: [Devtools][UI] Dark theme better color for ContentLoaded Created 4 years, 3 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: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
index b626af838c3ed43edafa95a2ff28a0996ac1271f..48068d986c81aa8111922cdc5681a106e271d91f 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
@@ -575,6 +575,10 @@
color: blue;
}
+.-theme-with-dark-background .network-summary-bar .summary-blue {
+ color: #03A9F4;
+}
+
.network-log-grid.data-grid .resources-dividers {
z-index: 0;
}
« 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