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

Unified Diff: chrome/browser/resources/net_internals/status_view.css

Issue 21944004: Enable the accessibility audit for chrome://net-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
Index: chrome/browser/resources/net_internals/status_view.css
diff --git a/chrome/browser/resources/net_internals/status_view.css b/chrome/browser/resources/net_internals/status_view.css
index d03f1b1ee71e79fb3e3b1a468239d3126259c024..8e7e76ae1a0f27b693722e26cf86de8b1bab5ae4 100644
--- a/chrome/browser/resources/net_internals/status_view.css
+++ b/chrome/browser/resources/net_internals/status_view.css
@@ -4,15 +4,15 @@
*/
.capture-status-view {
- background: rgb(255, 0, 0);
+ background: rgb(238, 0, 0);
}
.halted-status-view {
- background: rgb(0, 170, 0);
+ background: rgb(0, 138, 0);
}
.loaded-status-view {
- background: rgb(136, 136, 204);
+ background: rgb(113, 113, 171);
}
#capture-status-view {
« no previous file with comments | « chrome/browser/resources/net_internals/source_row.js ('k') | chrome/browser/resources/net_internals/status_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698