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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 6344008: DOMUI: Alter the focus and selected list item background colors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index 61cb63c0f4c544d452a5b08ea199bddce612870d..1ce4a3efbbb507f7f0322d3afdef15d39c44afc6 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -357,14 +357,14 @@ list > * {
}
list:not([disabled]) > :hover {
- background-color: #f2f2f2;
+ background-color: rgb(228, 236, 247);
}
list > [selected],
list:focus > [selected],
list:focus > [lead][selected],
list > [selected]:hover {
- background-color: #f2f2f2;
+ background-color: rgb(187, 206, 233);
background-image: none;
}
stuartmorgan 2011/01/19 16:43:22 This rule needs to be split apart into the :focus
James Hawkins 2011/01/19 19:06:18 The list loses selection on blur, so I'm not sure
stuartmorgan 2011/01/19 19:48:51 As discussed yesterday I want to do away with that
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698