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

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: Review fix 2. 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..e27d9b7c5334fe29fb299a158156cb4c91c8ada6 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -357,34 +357,34 @@ list > * {
}
list:not([disabled]) > :hover {
- background-color: #f2f2f2;
+ background-color: #e4ecf7;
}
list > [selected],
list:focus > [selected],
list:focus > [lead][selected],
list > [selected]:hover {
- background-color: #f2f2f2;
+ background-color: #bbcee9;
background-image: none;
}
list:focus > [lead],
list:focus > [lead][selected],
list [lead][selected][editing] {
- border-top: 1px solid #b2b2b2;
- border-bottom: 1px solid #b2b2b2;
+ border-top: 1px solid #7892b4;
+ border-bottom: 1px solid #7892b4;
}
list:focus > [lead]:nth-child(2),
list:focus > [lead][selected]:nth-child(2),
list [lead][selected][editing]:nth-child(2) {
- border-top: 1px solid #f2f2f2;
+ border-top: 1px transparent;
}
list:focus > [lead]:nth-last-child(2),
list:focus > [lead][selected]:nth-last-child(2),
list [lead][selected][editing]:nth-last-child(2) {
- border-bottom: 1px solid #f2f2f2;
+ border-bottom: 1px transparent;
}
list[disabled] > [lead][selected],
« 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