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

Unified Diff: chrome/browser/resources/gpu_internals/info_view.css

Issue 6870004: Usability improvements to about:gpu status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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/gpu_internals/info_view.css
diff --git a/chrome/browser/resources/gpu_internals/info_view.css b/chrome/browser/resources/gpu_internals/info_view.css
index a352578bd9d7a32c2253b55f9f76e7a85b17f2be..aebe98dc9c025df410ba29918bace91389a978d4 100644
--- a/chrome/browser/resources/gpu_internals/info_view.css
+++ b/chrome/browser/resources/gpu_internals/info_view.css
@@ -29,14 +29,14 @@ found in the LICENSE file.
text-align: top;
}
-#info-view .feature-enabled {
+#info-view .feature-green {
color: rgb(0, 128, 0);
}
-#info-view .feature-software {
+#info-view .feature-yellow {
color: rgb(128, 128, 0);
}
-#info-view .feature-disabled {
+#info-view .feature-red {
color: rgb(255, 0, 0);
}

Powered by Google App Engine
This is Rietveld 408576698