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

Unified Diff: components/crash/core/browser/resources/crashes.css

Issue 2070993002: List all crashes in chrome://crashes, including those not uploaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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: components/crash/core/browser/resources/crashes.css
diff --git a/components/crash/core/browser/resources/crashes.css b/components/crash/core/browser/resources/crashes.css
index 022f725587b5afef0f80272b7564670e6e1d4440..ff158e1418061143d3fc5cac706dbfd4e7e71be9 100644
--- a/components/crash/core/browser/resources/crashes.css
+++ b/components/crash/core/browser/resources/crashes.css
@@ -50,3 +50,7 @@ html[dir=rtl] h1 {
color: rgb(141, 51, 42);
font-size: 125%;
}
+
+.notUploaded {
+ color: #a0a0a0;
+}

Powered by Google App Engine
This is Rietveld 408576698