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

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

Issue 10666009: Added already_open column to chrome://suggestions-internals. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Cleanup Created 8 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: chrome/browser/resources/suggestions_internals/suggestions_internals.css
diff --git a/chrome/browser/resources/suggestions_internals/suggestions_internals.css b/chrome/browser/resources/suggestions_internals/suggestions_internals.css
index 0e06d9ef08e97674e0a56a1b95ffbee879f66ce2..fef36680ab9726f7aa0c0a18aff04ca9adc25c86 100644
--- a/chrome/browser/resources/suggestions_internals/suggestions_internals.css
+++ b/chrome/browser/resources/suggestions_internals/suggestions_internals.css
@@ -23,6 +23,12 @@ p {
margin-bottom: 1em;
}
-.has-screenshot {
+.boolean-property-true {
background-color: rgb(146, 205, 0);
+ text-align: center;
macourteau 2012/06/26 19:21:49 Nit: you might want to extract the text-align to a
Rune Fevang 2012/06/27 00:28:59 Thanks, I didn't realize that was possible.
+}
+
+.boolean-property-false {
+ background-color: rgb(205, 74, 0);
+ text-align: center;
}

Powered by Google App Engine
This is Rietveld 408576698