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

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: Fixed unit tests 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
« no previous file with comments | « no previous file | chrome/browser/resources/suggestions_internals/suggestions_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1996edcdf7a668a3fc8d425f39890c933cdf3e9f 100644
--- a/chrome/browser/resources/suggestions_internals/suggestions_internals.css
+++ b/chrome/browser/resources/suggestions_internals/suggestions_internals.css
@@ -23,6 +23,15 @@ p {
margin-bottom: 1em;
}
-.has-screenshot {
+.boolean-property-true {
background-color: rgb(146, 205, 0);
}
+
+.boolean-property-false {
+ background-color: rgb(205, 74, 0);
+}
+
+.boolean-property-true,
+.boolean-property-false {
+ text-align: center;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/suggestions_internals/suggestions_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698