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

Unified Diff: chrome/browser/resources/sync_internals/sync_node_browser.css

Issue 9923005: [WebUI] Fix rest of CSS style nits so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-enable rule for nduca Created 8 years, 9 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/sync_internals/sync_node_browser.css
diff --git a/chrome/browser/resources/sync_internals/sync_node_browser.css b/chrome/browser/resources/sync_internals/sync_node_browser.css
index 202c9ee368271f2c676793491e33f436da95b142..79a419bb41ebe0f1c5217a669c9f4ed1f1f422bd 100644
--- a/chrome/browser/resources/sync_internals/sync_node_browser.css
+++ b/chrome/browser/resources/sync_internals/sync_node_browser.css
@@ -33,7 +33,7 @@
}
#sync-node-splitter {
- background-color: #ebeff9;
+ background-color: rgb(235, 239, 249);
cursor: col-resize;
width: 5px;
<if expr="is_win">
@@ -57,5 +57,5 @@
}
#node-browser tr:nth-child(odd) {
- background: #eff3ff;
+ background: rgb(239, 243, 255);
}

Powered by Google App Engine
This is Rietveld 408576698