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

Unified Diff: chrome/browser/resources/flags.css

Issue 8898039: Show all experiments, even those that are unavailable on the current platform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update wording and colors Created 9 years 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/flags.css
diff --git a/chrome/browser/resources/flags.css b/chrome/browser/resources/flags.css
index f09c28619e5d4633adeb3654ac5cd3e1da6c3bb2..f28157facbe24ecd5ad34afba6c0be61c5f1ff6f 100644
--- a/chrome/browser/resources/flags.css
+++ b/chrome/browser/resources/flags.css
@@ -100,6 +100,15 @@ div.content {
-webkit-padding-end: 5px;
}
+.experiment-unsupported > td {
+ background: #F0F0F0;
+ color: #A0A0A0;
+}
+
+.experiment-unsupported .experiment-name {
+ color: #000;
+}
+
/* Disabled experiments display grey text on a grey background. The title,
however, should remain completely legible. */
Nico 2011/12/16 20:25:07 Move this comment up above your new rules, s/Disab
Tyler Breisacher (Chromium) 2011/12/16 21:18:11 Done.
.experiment-disabled > td {

Powered by Google App Engine
This is Rietveld 408576698